ppsspp/ext/at3_standalone
Henrik Rydgård 4ea7f46f81 Atrac3+: Try to work around Code Lyoko issue
Now we don't generate an error code when the channel configuration doesn't match the packets.

See the code comment for what I've been able to figure out so far.

See issue #19994
2025-02-19 12:46:25 -06: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
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
atrac3.cpp Atrac3 (not +): Keep decoding even on broken frames. 2025-01-04 01:11:26 +01:00
atrac3data.h
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
atrac3plus_data.h
atrac3plusdec.cpp Atrac3+: Try to work around Code Lyoko issue 2025-02-19 12:46:25 -06:00
atrac3plusdsp.cpp Finish up this cleanup (move _M_SSE compat define out of Common.h) 2024-12-19 16:23:20 +01: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

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