ppsspp/ext/at3_standalone
2024-04-13 10:37:35 +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 Add some SSE code for an atrac hotspot just for fun, remove function pointers 2024-04-13 10:37:35 +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 Remove line endings from atrac3+ log strings 2024-04-12 13:53:20 +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 Add some SSE code for an atrac hotspot just for fun, remove function pointers 2024-04-13 10:37:35 +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 Finally remove the AVCodecContext 2024-04-11 14:50:29 +02:00
compat.cpp Implement logging for at3_standalone 2024-04-12 11:18:26 +02:00
compat.h Add some SSE code for an atrac hotspot just for fun, remove function pointers 2024-04-13 10:37:35 +02:00
fft.cpp Add some SSE code for an atrac hotspot just for fun, remove function pointers 2024-04-13 10:37:35 +02:00
fft.h Add some SSE code for an atrac hotspot just for fun, remove function pointers 2024-04-13 10:37:35 +02:00
float_dsp.cpp Switch at3_standalone to C++ to avoid namespace clashes 2024-04-11 14:39:59 +02:00
float_dsp.h Remove fdsp context 2024-04-11 14:39:59 +02:00
get_bits.cpp Remove line endings from atrac3+ log strings 2024-04-12 13:53:20 +02:00
get_bits.h Delete more unused stuff 2024-04-11 14:39:59 +02:00
intreadwrite.h Buildfixes 2024-04-11 14:39:59 +02:00
mathematics.cpp Fix or supress some warnings 2024-04-12 13:53:19 +02:00
mathematics.h Delete more unused stuff 2024-04-11 14:39:59 +02:00
mem.cpp Fix or supress some warnings 2024-04-12 13:53:19 +02:00
mem.h Remove context parameter from av_log 2024-04-11 14:39:59 +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
sinewin.cpp Fix some symbol clashes apparently affecting the docker build 2024-04-13 01:06:18 +02:00
sinewin.h Fix some symbol clashes apparently affecting the docker build 2024-04-13 01:06:18 +02:00

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