aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderControl.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-11-06DecoderControl: reduce the number of PlayerThread wakeupsMax Kellermann1-0/+13
2013-10-28DecoderControl: convert mutex and client_cond to a referenceMax Kellermann1-2/+3
2013-10-28decoder_control: rename to DecoderControlMax Kellermann1-10/+10
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann1-26/+3
2013-10-26DecoderThread: move code to DecoderControl::CycleMixRamp()Max Kellermann1-2/+5
2013-10-21Song: pass reference to song_equals()Max Kellermann1-4/+2
2013-10-19*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann1-5/+3
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
2013-09-30DecoderControl: lock the mutex in Seek()Max Kellermann1-1/+1
2013-09-27DecoderControl: use GLib forward declarationsMax Kellermann1-0/+2
2013-09-27DecoderControl: convert "enum decoder_state" to strictly-typed enumMax Kellermann1-9/+9
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-7/+7
2013-09-27DecoderControl: convert functions to methodsMax Kellermann1-40/+5
2013-09-26MusicBuffer: expose the C++ APIMax Kellermann1-3/+2
2013-09-26MusicPipe: expose the C++ APIMax Kellermann1-4/+3
2013-08-03gcc.h: add macro gcc_unreachable()Max Kellermann1-1/+1
2013-07-28song: convert header to C++Max Kellermann1-5/+5
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-6/+1
2013-01-23DecoderControl: fix typo in assertion checkMax Kellermann1-3/+3
2013-01-21DecoderControl: move functions into the classMax Kellermann1-101/+75
2013-01-10DecoderControl: take ownership of client_condMax Kellermann1-2/+3
2013-01-04buffer, pipe: convert to C++Max Kellermann1-4/+1
2013-01-04decoder_*: convert to C++Max Kellermann1-3/+6
2012-09-25decoder_control: remove MixRamp debug messagesMax Kellermann1-3/+0
2012-08-15decoder_control: duplicate the song objectMax Kellermann1-0/+8
2012-08-15Song: add function song_equals()Max Kellermann1-1/+2
2012-08-15decoder_control: add function _is_current_song()Max Kellermann1-0/+21
2012-08-08decoder_control: add GError attributeMax Kellermann1-0/+3
2011-10-05decoder_control: add attributes start_ms, end_msMax Kellermann1-0/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10decoder_control: store GCond object, not a player_controlMax Kellermann1-4/+3
2011-01-10decoder_control: remove unused function dc_command_wait()Max Kellermann1-8/+0
2011-01-10decoder_control: replace dc_init() with dc_new()Max Kellermann1-6/+8
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-2/+3
2010-11-05decoder_control: pass music_pipe to dc_start()Max Kellermann1-4/+11
2010-09-23decoder_control: use g_free() to manage mixramp allocationsMax Kellermann1-13/+6
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-0/+2
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+50
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-03decoder_control: pass pipe and buffer to dc_start()Max Kellermann1-2/+6
2009-11-03decoder_control: merge next_song and current_songMax Kellermann1-1/+1
2009-11-03player_thread: don't start the decoder asynchronouslyMax Kellermann1-10/+0
2009-11-02{decoder,player}_control: removed duplicate wakeupsMax Kellermann1-3/+2
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-59/+62
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-20/+16
2009-08-13decoder_control: protect command, state with a mutexMax Kellermann1-10/+42
2009-04-25decoder_control: properly cancel an existing command in dc_stop()Max Kellermann1-2/+8