aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FLACDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-07decoder/ogg_codec: convert to C++Max Kellermann1-4/+1
2012-10-04decoder/flac: support FLAC files inside archivesMax Kellermann1-2/+32
2012-10-04decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann1-1/+9
2012-10-02decoder/flac: move callbacks to class FLACInputMax Kellermann1-96/+13
2012-10-02decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann1-6/+1
2012-10-02decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann1-9/+1
2012-10-02decoder/flac: add C++ libFLAC wrappersMax Kellermann1-13/+8
2012-10-02decoder/flac: eliminate the obsolete "track number" codeMax Kellermann1-3/+2
2012-10-02decoder/flac: use C++ compilerMax Kellermann1-27/+40
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann1-54/+5
2012-09-04decoder/ogg_common: rename to ogg_codec.cMax Kellermann1-3/+3
2012-09-04decoder/ogg_common: pass decoder to _type_detect()Max Kellermann1-1/+1
2012-09-04decoder/_ogg_common: rename to ogg_common.cMax Kellermann1-2/+2
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-17/+13
2012-02-11decoder/flac: check for errors only after _process_single()Max Kellermann1-8/+6
2012-02-11decoder/flac: symmetric FLAC__stream_decoder_finish() callsMax Kellermann1-1/+3
2012-02-11decoder/flac: use error messages from libFLACMax Kellermann1-27/+7
2012-02-11decoder/flac: eliminate the remaining "gotos"Max Kellermann1-42/+54
2011-09-16input_stream: non-blocking I/OMax Kellermann1-4/+5
2011-03-23decoder/flac: fix enum mismatch in flac_tell_cb()Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-03-21Add support for MixRamp tagsTim Phipps1-1/+6
2010-01-06decoder/flac: support streams without STREAMINFO blockMax Kellermann1-0/+12
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann1-15/+4
2010-01-06decoder/flac: remember audio_format, not stream_infoMax Kellermann1-3/+3
2010-01-06decoder/flac: removed CUE sheet supportMax Kellermann1-295/+1
2010-01-06decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann1-53/+0
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann1-2/+8
2009-12-15input_stream: return errors with GErrorMax Kellermann1-2/+2
2009-11-11decoder/flac: check "seekable" in libFLAC callbacksMax Kellermann1-0/+6
2009-11-11decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann1-12/+4
2009-11-11decoder/flac: use stream_info instead of audio_formatMax Kellermann1-2/+2
2009-11-11decoder/flac: calculate time stamp from current frameMax Kellermann1-7/+2
2009-11-11decoder/flac: calculate bit rate in flac_common_write()Max Kellermann1-11/+12
2009-11-11decoder/flac: store the whole stream info object, not durationMax Kellermann1-4/+10
2009-11-11decoder/flac: merge code into flac_decoder_initialize()Max Kellermann1-50/+39
2009-11-11decoder/flac: merged code into flac_decoder_new()Max Kellermann1-28/+27
2009-11-11decoder/flac: free the "pathname" variable earlierMax Kellermann1-31/+15
2009-11-11decoder/flac: emulate FLAC__stream_decoder_init_stream()Max Kellermann1-30/+12
2009-11-11decoder/flac: use the new API functionsMax Kellermann1-45/+52
2009-11-11decoder/flac: removed the fake flac_ogg_init() fallbackMax Kellermann1-0/+4
2009-11-11decoder/flac: moved code to flac_compat.hMax Kellermann1-0/+5
2009-11-11decoder/{flac,vorbis}: include config.h for LFSMax Kellermann1-0/+1
2009-11-11decoder/flac: merged code into flac_decoder_loop()Max Kellermann1-101/+55
2009-11-11decoder/flac: keep track of current frame numberMax Kellermann1-0/+3
2009-11-11decoder/flac: fixed CUE seeking range checkMax Kellermann1-14/+8
2009-11-11decoder/flac: removed redundant NULL checksMax Kellermann1-9/+3
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann1-0/+1