aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/faad_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-17faad: fill buffer in adts_find_frame()Max Kellermann1-4/+2
2009-02-17faad: converted length check to assertion in adts_check_frame()Max Kellermann1-3/+2
2009-02-17faad: added length check before comparing "ADIF"Max Kellermann1-1/+1
2009-02-17faad: renamed internal functionsMax Kellermann1-12/+12
2009-02-17decoders: added and fixed GLib log domainsMax Kellermann1-2/+2
2009-02-16faad: no CamelCaseMax Kellermann1-160/+159
2009-02-16faad: removed AacBuffer.fileOffsetMax Kellermann1-3/+0
2009-02-16renamed decoder plugin "aac" to "faad"Max Kellermann1-2/+2
2009-02-12aac: fix stream metadataMax Kellermann1-1/+1
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann1-7/+6
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+5
2008-11-21aac: use GLib instead of utils.h/log.hMax Kellermann1-10/+10
2008-11-20aac: get rid of gcc warningsLaszlo Ashin1-2/+2
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann1-1/+1
2008-11-16aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann1-6/+22
2008-11-15aac: fix compiler warnings on amd64Laszlo Ashin1-2/+2
2008-11-15aac: don't try to free static bufferLaszlo Ashin1-4/+0
2008-11-12aac: shift the input buffer before the full checkMax Kellermann1-4/+5
2008-11-12aac: make the input buffer staticMax Kellermann1-9/+4
2008-11-12aac: reject SEEK commandsMax Kellermann1-1/+3
2008-11-12aac: get decoder command from decoder_data()Max Kellermann1-4/+5
2008-11-12aac: convert audio_format to temporary variableMax Kellermann1-5/+6
2008-11-12aac: removed method file_decode()Max Kellermann1-124/+1
2008-11-12aac: check the buffer length in the ADIF parserMax Kellermann1-0/+6
2008-11-12aac: use unsigned integers and size_t where appropriateMax Kellermann1-5/+6
2008-11-12aac: check if the stream is seekable before length checkMax Kellermann1-1/+2
2008-11-12aac: removed attribute "atEof"Max Kellermann1-14/+7
2008-11-11decoder: return void from decode() methodsMax Kellermann1-16/+6
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-02aac, mod: moved decoder command check into loop conditionMax Kellermann1-8/+4
2008-11-02aac, mod: don't check for SEEK commandMax Kellermann1-14/+2
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-4/+5
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-2/+2
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-4/+4
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-19/+20
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-4/+0
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-2/+2
2008-10-26input_stream: no CamelCaseMax Kellermann1-5/+5
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-6/+7
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-8/+0
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-23/+23
2008-10-08don't include os_compat.hMax Kellermann1-0/+1
2008-09-29use C99 struct initializersMax Kellermann1-10/+7
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-2/+2
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-2/+2
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-2/+2
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+2