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 Simplify away AVFrame from decoding functions, remove buffer pools 2024-04-11 14:39:59 +02:00
atrac3.c More header cleanup 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.c More header cleanup 2024-04-11 14:39:59 +02:00
atrac3plus.h Remove fdsp context 2024-04-11 14:39:59 +02:00
atrac3plusdec.c More header cleanup 2024-04-11 14:39:59 +02:00
atrac3plusdsp.c Remove fdsp context 2024-04-11 14:39:59 +02:00
atrac.c Remove samplefmt 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.c More header cleanup 2024-04-11 14:39:59 +02:00
avcodec.h Remove samplefmt 2024-04-11 14:39:59 +02:00
bytestream.h More header cleanup 2024-04-11 14:39:59 +02:00
channel_layout.c More header cleanup 2024-04-11 14:39:59 +02:00
channel_layout.h Remove opt, dict, more 2024-04-11 14:39:59 +02:00
compat.c More header cleanup 2024-04-11 14:39:59 +02:00
compat.h More header cleanup 2024-04-11 14:39:59 +02:00
fft_template.c Remove samplefmt 2024-04-11 14:39:59 +02:00
fft.h Remove samplefmt 2024-04-11 14:39:59 +02:00
float_dsp.c Remove fdsp context 2024-04-11 14:39:59 +02:00
float_dsp.h Remove fdsp context 2024-04-11 14:39:59 +02:00
get_bits.c More header cleanup 2024-04-11 14:39:59 +02:00
get_bits.h More header cleanup 2024-04-11 14:39:59 +02:00
intfloat.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
intmath.c More header cleanup 2024-04-11 14:39:59 +02:00
intmath.h More header cleanup 2024-04-11 14:39:59 +02:00
intreadwrite.h Delete attributes.h/compat.h, more 2024-04-11 14:39:59 +02:00
log.h More header cleanup 2024-04-11 14:39:59 +02:00
mathematics.c More header cleanup 2024-04-11 14:39:59 +02:00
mathematics.h More header cleanup 2024-04-11 14:39:59 +02:00
mdct_template.c Remove samplefmt 2024-04-11 14:39:59 +02:00
mem.c More header cleanup 2024-04-11 14:39:59 +02:00
mem.h More header cleanup 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.c More header cleanup 2024-04-11 14:39:59 +02:00
sinewin.h Remove samplefmt 2024-04-11 14:39:59 +02:00

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