aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/aac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-171-7/+6
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-211-0/+5
* aac: use GLib instead of utils.h/log.hMax Kellermann2008-11-211-10/+10
* aac: get rid of gcc warningsLaszlo Ashin2008-11-201-2/+2
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-161-1/+1
* aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann2008-11-161-6/+22
* aac: fix compiler warnings on amd64Laszlo Ashin2008-11-151-2/+2
* aac: don't try to free static bufferLaszlo Ashin2008-11-151-4/+0
* aac: shift the input buffer before the full checkMax Kellermann2008-11-121-4/+5
* aac: make the input buffer staticMax Kellermann2008-11-121-9/+4
* aac: reject SEEK commandsMax Kellermann2008-11-121-1/+3
* aac: get decoder command from decoder_data()Max Kellermann2008-11-121-4/+5
* aac: convert audio_format to temporary variableMax Kellermann2008-11-121-5/+6
* aac: removed method file_decode()Max Kellermann2008-11-121-124/+1
* aac: check the buffer length in the ADIF parserMax Kellermann2008-11-121-0/+6
* aac: use unsigned integers and size_t where appropriateMax Kellermann2008-11-121-5/+6
* aac: check if the stream is seekable before length checkMax Kellermann2008-11-121-1/+2
* aac: removed attribute "atEof"Max Kellermann2008-11-121-14/+7
* decoder: return void from decode() methodsMax Kellermann2008-11-111-16/+6
* decoder: removed stream_typesMax Kellermann2008-11-041-1/+0
* aac, mod: moved decoder command check into loop conditionMax Kellermann2008-11-021-8/+4
* aac, mod: don't check for SEEK commandMax Kellermann2008-11-021-14/+2
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-4/+5
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-011-2/+2
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-1/+1
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-4/+4
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-19/+20
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-4/+0
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-2/+2
* input_stream: no CamelCaseMax Kellermann2008-10-261-5/+5
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-6/+7
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+602