aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FaadDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-02decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann1-10/+2
2014-07-12decoder/faad: estimate song duration for remote filesMax Kellermann1-0/+22
2014-07-12decoder/faad: bail out early if sample rate is invalidMax Kellermann1-0/+2
2014-07-12decoder/faad: use adts_check_frame() in faad_song_duration()Max Kellermann1-2/+1
2014-07-12decoder/faad: test "seekable" after ADTS frame checkMax Kellermann1-1/+5
2014-07-12decoder/faad: move code to faad_decoder_new()Max Kellermann1-14/+17
2014-07-12decoder/faad: remove unnecessary readMax Kellermann1-2/+0
2014-07-12DecoderBuffer: add method _clear()Max Kellermann1-8/+3
2014-07-11decoder/faad: check sample_rate, not frames_per_secondMax Kellermann1-2/+4
2014-07-11decoder/faad: make variables more localMax Kellermann1-71/+49
2014-07-11decoder/faad: use MAX_CHANNELSMax Kellermann1-4/+2
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-464/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-08decoder/faad: fix memory leakMax Kellermann1-0/+2
2014-01-06DecoderBuffer: _read() returns ConstBuffer objectMax Kellermann1-46/+37
2014-01-06DecoderBuffer: add method _clear()Max Kellermann1-8/+3
2014-01-06decoder/faad: make variables more localMax Kellermann1-47/+31
2014-01-06decoder/faad: eliminate local variable "ret"Max Kellermann1-5/+2
2013-11-04Log: add level "DEFAULT"Max Kellermann1-7/+7
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-9/+9
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-2/+2
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-13/+12
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-3/+3
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-5/+5
2013-09-04util/Error: new error passing libraryMax Kellermann1-20/+13
2013-08-03audio_format: convert to C++Max Kellermann1-7/+7
2013-07-30tag: convert to C++Max Kellermann1-0/+1
2013-07-29audio_check: convert to C++Max Kellermann1-1/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-04-17decoder_buffer: convert to C++Max Kellermann1-10/+8
2013-04-17decoder/faad: convert to C++Max Kellermann1-49/+52
2013-01-29decoder/faad: use the newer NeAAC* APIMax Kellermann1-41/+26
2013-01-26input_stream: forward-declare the structMax Kellermann1-2/+3
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-8/+8
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+2
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