aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FlacDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-23InputStream: add method Rewind()Max Kellermann1-5/+1
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-5/+5
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-2/+2
2013-10-02Log: new logging library APIMax Kellermann1-13/+22
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-4/+4
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-1/+2
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04DecoderPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-1/+1
2013-07-31Tag: add method Clear()Max Kellermann1-5/+3
2013-07-31DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-4/+4
2013-05-06decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov1-19/+19
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