aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FaadDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-14faad: faad_decoder_decode() returns NULL, not falseMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+8
2009-02-19faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann1-1/+1
2009-02-17faad: variable cleanupMax Kellermann1-9/+4
2009-02-17faad: added source code commentsMax Kellermann1-1/+36
2009-02-17faad: faad_decoder_init() returns an audio_formatMax Kellermann1-25/+23
2009-02-17faad: call decoder_initialized() after libfaad initializationMax Kellermann1-18/+27
2009-02-17faad: removed DECODE_COMMAND_SEEK checkMax Kellermann1-2/+0
2009-02-17faad: use the decoder_buffer libraryMax Kellermann1-152/+155
2009-02-17faad: check the result of adts_find_frame()Max Kellermann1-4/+2
2009-02-17faad: added libfaad wrappersMax Kellermann1-42/+61
2009-02-17faad: functions return duration, no float pointerMax Kellermann1-15/+18
2009-02-17faad: removed length==NULL check in faad_song_duration()Max Kellermann1-5/+1
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