Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-11-24 | decoder/{dsdiff,dsf,opus}: fix deadlock while seeking | Max Kellermann | 1 | -1/+1 | |
2014-11-12 | decoder/opus: add MIME types audio/ogg and application/ogg | Max Kellermann | 1 | -0/+7 | |
2014-11-11 | decoder/opus: support chained streams | Max Kellermann | 1 | -1/+36 | |
2014-11-11 | decoder/opus: move code to HandleEOS() | Max Kellermann | 1 | -1/+8 | |
2014-11-11 | decoder/opus: improved error logging | Max Kellermann | 1 | -4/+11 | |
2014-11-11 | decoder/opus: fix mistyped LoadEOSPacket() return value | Max Kellermann | 1 | -1/+1 | |
2014-11-11 | decoder/opus: eliminate flag "found_opus" | Max Kellermann | 1 | -5/+3 | |
Check opus_decoder!=nullptr instead. | |||||
2014-11-11 | decoder/opus: add constexpr output_buffer_frames | Max Kellermann | 1 | -8/+10 | |
2014-08-29 | TagHandler: pass SongTime to duration() | Max Kellermann | 1 | -3/+6 | |
2014-08-29 | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 1 | -3/+4 | |
2014-08-26 | decoder/opus: use integer seek times | Max Kellermann | 1 | -4/+4 | |
2014-08-26 | decoder/opus: remove redundant decoder_timestamp() call | Max Kellermann | 1 | -5/+1 | |
After seeking, the MPD core automatically refreshes the timestamp, and thus discards the value from decoder_timestamp(). | |||||
2014-08-19 | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 1 | -2/+2 | |
Reduce header dependencies. | |||||
2014-08-19 | InputStream: make offset_type unsigned | Max Kellermann | 1 | -3/+0 | |
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 1 | -2/+2 | |
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | |||||
2014-05-12 | InputStream: "protect" attributes | Max Kellermann | 1 | -5/+5 | |
2014-02-22 | decoder/opus: use new[] instead of g_malloc() | Max Kellermann | 1 | -6/+2 | |
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-08 | tag/TagBuilder: overload Commit() returning a Tag object | Max Kellermann | 1 | -2/+1 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann | 1 | -1/+1 | |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 1 | -1/+1 | |
2013-10-24 | decoder/opus: support replay gain | Max Kellermann | 1 | -0/+7 | |
Parse the R128_TRACK_GAIN comment string. | |||||
2013-10-24 | decoder/Opus: implement seeking | Max Kellermann | 1 | -4/+40 | |
2013-10-24 | decoder/opus: provide time stamps | Max Kellermann | 1 | -0/+5 | |
Call decoder_timestamp(). This is not necessary currently, but will be as soon as we implement seeking. | |||||
2013-10-24 | decoder/opus: show song duration during playback | Max Kellermann | 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. | |||||
2013-10-24 | decoder/opus: move SeekFindEOS() to OggFind.cxx | Max Kellermann | 1 | -19/+1 | |
2013-10-24 | decoder/opus: make opus_sample_rate constexpr | Max Kellermann | 1 | -1/+1 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -11/+11 | |
2013-10-23 | InputStream: add method Rewind() | Max Kellermann | 1 | -2/+1 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -5/+5 | |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -7/+6 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -28/+27 | |
2013-09-26 | TagHandler: use a TagBuilder internally | Max Kellermann | 1 | -4/+7 | |
Reduce heap allocator overhead. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -3/+3 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+4 | |
Replaces GLib's GError. | |||||
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -5/+4 | |
2013-07-31 | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 1 | -1/+1 | |
Avoid duplicating the tag. | |||||
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -5/+6 | |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-02-04 | decoder/Opus: replace non-static data member initializers | Max Kellermann | 1 | -6/+9 | |
Would require gcc 4.7, and MPD attempts to be compatible with gcc 4.6. |