ppsspp/ext/at3_standalone
2024-04-11 14:39:59 +02:00
..
aac_defines.h Remove samplefmt 2024-04-11 14:39:59 +02:00
at3_decoders.h Bypass AvCodecContext for atrac3plus, for a simpler API. 2024-04-11 14:39:59 +02:00
atrac3.cpp Stop passing around the AVCodecContext pointer so much 2024-04-11 14:39:59 +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 Bypass AvCodecContext for atrac3plus, for a simpler API. 2024-04-11 14:39:59 +02:00
atrac3plus.h Stop passing around the AVCodecContext pointer so much 2024-04-11 14:39:59 +02:00
atrac3plusdec.cpp Bypass AvCodecContext for atrac3plus, for a simpler API. 2024-04-11 14:39:59 +02:00
atrac3plusdsp.cpp Remove context parameter from av_log 2024-04-11 14:39:59 +02:00
atrac.cpp Switch at3_standalone to C++ to avoid namespace clashes 2024-04-11 14:39:59 +02:00
atrac.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
avcodec.cpp Remove the channel_layout stuff 2024-04-11 14:39:59 +02:00
avcodec.h Remove the channel_layout stuff 2024-04-11 14:39:59 +02:00
CMakeLists.txt Remove the channel_layout stuff 2024-04-11 14:39:59 +02:00
compat.cpp Buildfixes 2024-04-11 14:39:59 +02:00
compat.h Buildfixes 2024-04-11 14:39:59 +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 Delete more unused stuff 2024-04-11 14:39:59 +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 Remove context parameter from av_log 2024-04-11 14:39:59 +02:00
mathematics.h Delete more unused stuff 2024-04-11 14:39:59 +02:00
mem.cpp Switch at3_standalone to C++ to avoid namespace clashes 2024-04-11 14:39:59 +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 Buildfixes 2024-04-11 14:39:59 +02:00

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