aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/aac_plugin.c
Commit message (Expand)AuthorAge
* renamed decoder plugin "aac" to "faad"Max Kellermann2009-02-16
* aac: fix stream metadataMax Kellermann2009-02-12
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-17
* added missing explicit config.h includesMax Kellermann2009-01-08
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* aac: use GLib instead of utils.h/log.hMax Kellermann2008-11-21
* aac: get rid of gcc warningsLaszlo Ashin2008-11-20
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-16
* aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann2008-11-16
* aac: fix compiler warnings on amd64Laszlo Ashin2008-11-15
* aac: don't try to free static bufferLaszlo Ashin2008-11-15
* aac: shift the input buffer before the full checkMax Kellermann2008-11-12
* aac: make the input buffer staticMax Kellermann2008-11-12
* aac: reject SEEK commandsMax Kellermann2008-11-12
* aac: get decoder command from decoder_data()Max Kellermann2008-11-12
* aac: convert audio_format to temporary variableMax Kellermann2008-11-12
* aac: removed method file_decode()Max Kellermann2008-11-12
* aac: check the buffer length in the ADIF parserMax Kellermann2008-11-12
* aac: use unsigned integers and size_t where appropriateMax Kellermann2008-11-12
* aac: check if the stream is seekable before length checkMax Kellermann2008-11-12
* aac: removed attribute "atEof"Max Kellermann2008-11-12
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* decoder: removed stream_typesMax Kellermann2008-11-04
* aac, mod: moved decoder command check into loop conditionMax Kellermann2008-11-02
* aac, mod: don't check for SEEK commandMax Kellermann2008-11-02
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-01
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-26
* input_stream: no CamelCaseMax Kellermann2008-10-26
* input_stream: removed the InputStream typedefMax Kellermann2008-10-26
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26