ppsspp/ext/at3_standalone
2024-09-10 17:42:52 +02:00
..
aac_defines.h Remove samplefmt 2024-04-11 14:39:59 +02:00
at3_decoders.h Simplify the inner loop of ff_atrac3p_ipqf (prepare for SIMD) 2024-04-13 10:35:42 +02:00
atrac3.cpp atrac3: Add a cross platform restrict modifier, use it for the vector math functions 2024-05-02 16:57:15 +02:00
atrac3data.h WIP: Add AT3/AT3plus files, get it to compile (though will fail to link if we use it) 2024-04-11 14:39:59 +02:00
atrac3plus_data.h WIP: Add AT3/AT3plus files, get it to compile (though will fail to link if we use it) 2024-04-11 14:39:59 +02:00
atrac3plus.cpp Minor optimization 2024-09-10 17:42:52 +02:00
atrac3plus.h Warning fix, rename some variables to avoid clashes with actual ffmpeg 2024-04-11 14:50:32 +02:00
atrac3plusdec.cpp Remove line endings from atrac3+ log strings 2024-04-12 13:53:20 +02:00
atrac3plusdsp.cpp atrac3: Add a cross platform restrict modifier, use it for the vector math functions 2024-05-02 16:57:15 +02:00
atrac.cpp Fix some symbol clashes apparently affecting the docker build 2024-04-13 01:06:18 +02:00
atrac.h Fix some symbol clashes apparently affecting the docker build 2024-04-13 01:06:18 +02:00
CMakeLists.txt Bump a few minimum-cmake-version statements 2024-05-20 10:04:11 +02:00
compat.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
compat.h compat.h cleanup 2024-09-10 15:23:53 +02:00
fft.cpp Remove more unused code 2024-05-01 12:28:39 +02:00
fft.h Remove more unused code 2024-05-01 12:28:39 +02:00
float_dsp.h atrac3: Add a cross platform restrict modifier, use it for the vector math functions 2024-05-02 16:57:15 +02:00
get_bits.cpp Minor optimization 2024-09-10 17:42:52 +02:00
get_bits.h Delete mathematics.cpp/h 2024-05-01 12:28:39 +02:00
intreadwrite.h Buildfixes 2024-04-11 14:39:59 +02:00
mem.cpp Remove more unused code 2024-05-01 12:28:39 +02:00
mem.h Remove more unused code 2024-05-01 12:28:39 +02:00
README.txt WIP: Add AT3/AT3plus files, get it to compile (though will fail to link if we use it) 2024-04-11 14:39:59 +02:00

This is the atrac3/atrac3+ decoders from ffmpeg, extracted to be standalone from ffmpeg.