aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/faad_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31decoder: switch a bunch of plugins to stream_tag()Max Kellermann1-16/+9
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-7/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-2/+2
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-19/+30
2009-11-12include config.h in all sourcesMax Kellermann1-2/+2
2009-09-30decoder/faad: skip assertion failure on large ID3 tagsMax Kellermann1-2/+6
2009-07-19Add audio_format_init() functionDavid Woodhouse1-5/+1
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