aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/WavpackDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-31decoder/sndfile, ...: update API documentationMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-25decoder/wavpack: don't use GLibMax Kellermann1-3/+3
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann1-3/+4
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann1-2/+3
2014-08-26decoder/wavpack: use integer seek timesMax Kellermann1-2/+1
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann1-1/+1
2014-08-19decoder/wavpack: add local reference variablesMax Kellermann1-8/+21
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-2/+24
2014-05-22decoder/wavpack: move code to WavpackInput::ReadBytes()Max Kellermann1-6/+12
2014-05-22decoder/wavpack: convert WavpackInput attributes to referencesMax Kellermann1-12/+12
2014-05-22decoder/wavpack: move wavpack_input_init into struct WavpackInputMax Kellermann1-16/+7
2014-05-22decoder/wavpack: wavpack_open_wvc() returns WavpackInput*Max Kellermann1-14/+12
2014-05-22DecoderAPI: add function decoder_open_uri()Max Kellermann1-18/+1
2014-05-22decoder/wavpack: rename struct wavpack_input to WavpackInputMax Kellermann1-8/+8
2014-05-12InputStream: "protect" attributesMax Kellermann1-6/+6
2014-05-11InputStream: add virtual destructorMax Kellermann1-2/+2
2014-05-11InputStream: convert to classMax Kellermann1-1/+1
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann1-6/+8
2014-01-24Input*: move to input/Max Kellermann1-1/+1
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann1-3/+2
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann1-22/+14
2013-10-23decoder/wavpack: move variable declarationsMax Kellermann1-53/+34
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-14/+14
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-7/+7
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-2/+2
2013-10-19*: use nullptr instead of NULLMax Kellermann1-17/+17
2013-10-15Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann1-1/+2
2013-10-02Log: new logging library APIMax Kellermann1-13/+13
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-10/+5
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-7/+11
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-12/+12
2013-07-29audio_check: convert to C++Max Kellermann1-5/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-29ape: convert to C++Max Kellermann1-1/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-01-28InputStream: use std::stringMax Kellermann1-1/+2
2013-01-28InputStream: store references instead of pointersMax Kellermann1-1/+1
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-2/+2
2013-01-26input_stream: forward-declare the structMax Kellermann1-0/+1
2013-01-10decoder/wavpack: convert to C++Max Kellermann1-24/+32
2013-01-10decoder/wavpack: include cleanupMax Kellermann1-3/+0
2012-09-25decoder/wavpack: support all APEv2 tagsMax Kellermann1-16/+12