ppsspp/ext/at3_standalone
Henrik Rydgård 569f6effa8 at3_standalone: Make all allocations aligned.
Replace av_realloc with regular realloc, as there's no aligned_realloc
and pointers are not compatible with regular free.
2025-03-26 18:03:13 +01: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 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
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
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 at3_standalone: Make all allocations aligned. 2025-03-26 18:03:13 +01: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 at3_standalone: Make all allocations aligned. 2025-03-26 18:03:13 +01: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.