aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderControl.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-29DecoderControl: use SignedSongTime for the song durationMax Kellermann1-1/+1
2014-08-28DecoderControl: use std::chrono::duration for start_ms and end_msMax Kellermann1-10/+9
2014-08-28DecoderControl: update API documentationMax Kellermann1-3/+3
2014-08-27DecoderControl: use std::chrono::duration for Seek()Max Kellermann1-2/+3
2014-08-12MusicChunk: rename struct to MusicChunkMax Kellermann1-1/+1
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-5/+5
2013-11-06DecoderControl: reduce the number of PlayerThread wakeupsMax Kellermann1-3/+11
2013-10-28DecoderControl: convert mutex and client_cond to a referenceMax Kellermann1-3/+14
2013-10-28decoder_control: rename to DecoderControlMax Kellermann1-6/+6
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann1-8/+9
2013-10-26DecoderThread: move code to DecoderControl::CycleMixRamp()Max Kellermann1-1/+6
2013-10-26DecoderControl: add MixRamp gettersMax Kellermann1-0/+12
2013-10-21Song: pass reference to song_equals()Max Kellermann1-2/+2
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann1-4/+5
2013-09-27DecoderControl: use GLib forward declarationsMax Kellermann1-2/+1
2013-09-27DecoderControl: convert "enum decoder_state" to strictly-typed enumMax Kellermann1-16/+22
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-8/+8
2013-09-27DecoderControl: convert functions to methodsMax Kellermann1-0/+47
2013-09-26MusicBuffer: expose the C++ APIMax Kellermann1-2/+3
2013-09-26MusicPipe: expose the C++ APIMax Kellermann1-2/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-12/+16
2013-08-03audio_format: convert to C++Max Kellermann1-3/+3
2013-07-28song: convert header to C++Max Kellermann1-4/+6
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-8/+10
2013-01-21DecoderControl: move functions into the classMax Kellermann1-188/+135
2013-01-20PlayerControl: move functions into the classMax Kellermann1-0/+9
2013-01-10DecoderControl: take ownership of client_condMax Kellermann1-1/+1
2013-01-04decoder_*: convert to C++Max Kellermann1-3/+3
2012-08-15decoder_control: duplicate the song objectMax Kellermann1-2/+6
2012-08-15decoder_control: add function _is_current_song()Max Kellermann1-14/+20
2012-08-15decoder_control: add assertion to dc_get_error()Max Kellermann1-0/+1
2012-08-08decoder_control: add GError attributeMax Kellermann1-0/+51
2011-10-05decoder_control: add attributes start_ms, end_msMax Kellermann1-0/+20
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10decoder_control: store GCond object, not a player_controlMax Kellermann1-9/+7
2011-01-10decoder_control: remove unused function dc_command_wait()Max Kellermann1-3/+0
2011-01-10decoder_control: replace dc_init() with dc_new()Max Kellermann1-3/+4
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-1/+9
2010-11-05decoder_control: pass music_pipe to dc_start()Max Kellermann1-2/+2
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-0/+2
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+13
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-03decoder_control: pass pipe and buffer to dc_start()Max Kellermann1-2/+14
2009-11-03decoder_control: don't check command in decoder_is_starting()Max Kellermann1-5/+3
2009-11-03decoder_control: merge next_song and current_songMax Kellermann1-3/+8
2009-11-03player_thread: don't start the decoder asynchronouslyMax Kellermann1-3/+0
2009-11-03decoder_control: make the song objects constMax Kellermann1-2/+2