ppsspp/ext/at3_standalone
2024-04-12 13:53:19 +02:00
..
aac_defines.h Remove samplefmt 2024-04-11 14:39:59 +02:00
at3_decoders.h Atrac3/3+: Improve error handling 2024-04-12 11:18:26 +02:00
atrac3.cpp Atrac3/3+: Improve error handling 2024-04-12 11:18:26 +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 Warning fix, rename some variables to avoid clashes with actual ffmpeg 2024-04-11 14:50:32 +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 Atrac3/3+: Improve error handling 2024-04-12 11:18:26 +02:00
atrac3plusdsp.cpp Warning fix, rename some variables to avoid clashes with actual ffmpeg 2024-04-11 14:50:32 +02:00
atrac.cpp Fix or supress some warnings 2024-04-12 13:53:19 +02:00
atrac.h Buildfixes 2024-04-11 16:10:27 +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 Fix or supress some warnings 2024-04-12 13:53:19 +02:00
fft.cpp Buildfixes 2024-04-11 14:39:59 +02:00
fft.h Buildfixes 2024-04-11 14:39:59 +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 Reorder fields in struct VLCcode for less memory use 2024-04-12 13:53:19 +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 Buildfixes 2024-04-11 14:39:59 +02:00
sinewin.h Finally remove the AVCodecContext 2024-04-11 14:50:29 +02:00

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