| Commit message (Expand) | Author | Files | Lines |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+1 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | 1 | -3/+3 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -2/+2 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 1 | -1/+1 |
2013-09-27 | OutputAll: add pure/const attributes | Max Kellermann | 1 | -0/+5 |
2013-09-26 | MusicBuffer: expose the C++ API | Max Kellermann | 1 | -2/+2 |
2013-09-26 | MusicPipe: expose the C++ API | Max Kellermann | 1 | -3/+3 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -3/+3 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -4/+3 |
2013-07-30 | include cleanup | Max Kellermann | 1 | -3/+0 |
2013-01-07 | mixer_all: convert to C++ | Max Kellermann | 1 | -0/+0 |
2013-01-05 | filter/ReplayGain: add method _set_mode() | Max Kellermann | 1 | -0/+4 |
2012-08-08 | output_all: add basic GError support | Max Kellermann | 1 | -2/+5 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -2/+3 |
2010-03-10 | output: added option "always_on" for radio stations | Max Kellermann | 1 | -0/+7 |
2010-01-02 | output_all: reset elapsed_time at song border | Max Kellermann | 1 | -0/+6 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-09 | output_thread: added command DRAIN | Max Kellermann | 1 | -0/+6 |
2009-10-30 | {player,output}_thread: fixed elapsed_time quirks | Max Kellermann | 1 | -1/+2 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+7 |
2009-10-08 | player_thread: get "elapsed" from audio outputs | Max Kellermann | 1 | -0/+7 |
2009-03-25 | output_all: moved code to audio_output_all_wait() | Max Kellermann | 1 | -0/+11 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-03-09 | output: play from a music_pipe object | Max Kellermann | 1 | -7/+16 |
2009-02-10 | output_all: added API documentation | Max Kellermann | 1 | -0/+33 |
2009-02-10 | output_all: no CamelCase | Max Kellermann | 1 | -10/+18 |
2009-02-10 | audio: moved code to output_all.c | Max Kellermann | 1 | -27/+11 |
2009-02-10 | audio: moved protocol code to output_print.c | Max Kellermann | 1 | -3/+0 |
2009-02-10 | audio: moved state file code to output_state.c | Max Kellermann | 1 | -5/+1 |
2009-02-10 | audio: removed isCurrentAudioFormat() | Max Kellermann | 1 | -2/+0 |
2009-02-10 | audio: added output enumeration functions | Max Kellermann | 1 | -0/+13 |
2009-02-10 | audio: added audio_output_config_count() | Max Kellermann | 1 | -0/+4 |
2009-01-25 | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 1 | -1/+0 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -2/+2 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -0/+5 |
2008-12-31 | exporting functions | Viliam Mateicka | 1 | -0/+2 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -2/+2 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -1/+2 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+1 |
2008-09-29 | audio_output: added method pause() | Max Kellermann | 1 | -0/+2 |
2008-09-10 | audio: removed isAudioDeviceOpen() | Max Kellermann | 1 | -2/+0 |
2008-09-09 | audio: moved cmpAudioFormat() to audio_format.h | Max Kellermann | 1 | -2/+0 |
2008-09-09 | audio: replaced copyAudioFormat() with simple assignment | Max Kellermann | 1 | -2/+0 |
2008-09-08 | output: static audio_output_plugin list as array | Max Kellermann | 1 | -1/+0 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -8/+8 |