Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -485/+0 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | tag/TagBuilder: overload Commit() returning a Tag object | Max Kellermann | 2014-01-08 | 1 | -2/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | ReplayGainInfo: refactor to a class | Max Kellermann | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | decoder/opus: support replay gain | Max Kellermann | 2013-10-24 | 1 | -0/+7 |
| | | | | Parse the R128_TRACK_GAIN comment string. | ||||
* | decoder/Opus: implement seeking | Max Kellermann | 2013-10-24 | 1 | -4/+40 |
| | |||||
* | decoder/opus: provide time stamps | Max Kellermann | 2013-10-24 | 1 | -0/+5 |
| | | | | | Call decoder_timestamp(). This is not necessary currently, but will be as soon as we implement seeking. | ||||
* | decoder/opus: show song duration during playback | Max Kellermann | 2013-10-24 | 1 | -1/+57 |
| | | | | | | This requires seeking to the end-of-stream, checking its granulepos, and then seeking back to the previous file position. We do this only for local files. | ||||
* | decoder/opus: move SeekFindEOS() to OggFind.cxx | Max Kellermann | 2013-10-24 | 1 | -19/+1 |
| | |||||
* | decoder/opus: make opus_sample_rate constexpr | Max Kellermann | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -11/+11 |
| | |||||
* | InputStream: add method Rewind() | Max Kellermann | 2013-10-23 | 1 | -2/+1 |
| | |||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 1 | -5/+5 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -7/+6 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -28/+27 |
| | |||||
* | TagHandler: use a TagBuilder internally | Max Kellermann | 2013-09-26 | 1 | -4/+7 |
| | | | | Reduce heap allocator overhead. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -3/+3 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -2/+4 |
| | | | | Replaces GLib's GError. | ||||
* | DecoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -5/+4 |
| | |||||
* | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 2013-07-31 | 1 | -1/+1 |
| | | | | Avoid duplicating the tag. | ||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -5/+6 |
| | |||||
* | audio_check: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | decoder/Opus: replace non-static data member initializers | Max Kellermann | 2013-02-04 | 1 | -6/+9 |
| | | | | Would require gcc 4.7, and MPD attempts to be compatible with gcc 4.6. | ||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -0/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | decoder/OggUtil,Opus: move code to new class OggSyncState | Max Kellermann | 2013-01-08 | 1 | -28/+19 |
| | |||||
* | decoder/Opus: read total time | Max Kellermann | 2013-01-08 | 1 | -0/+22 |
| | |||||
* | decoder/Opus: move page reader into the decoder class | Max Kellermann | 2013-01-08 | 1 | -13/+34 |
| | |||||
* | decoder/Opus: move code to HandlePackets() | Max Kellermann | 2013-01-08 | 1 | -0/+7 |
| | |||||
* | decoder/Opus: make internal methods inline | Max Kellermann | 2013-01-08 | 1 | -5/+5 |
| | |||||
* | decoder/OggUtil: add OggExpectFirstPage() and OggExpectPageIn() | Max Kellermann | 2013-01-08 | 1 | -8/+3 |
| | |||||
* | decoder/Opus: use OggExpectPage() in main loop | Max Kellermann | 2013-01-08 | 1 | -7/+5 |
| | |||||
* | decoder/ogg_codec: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -5/+1 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | src/decoder/opus: new decoder plugin for the Opus codec | Max Kellermann | 2012-09-05 | 1 | -0/+366 |
Using libopus and libogg. |