aboutsummaryrefslogtreecommitdiff
path: root/src/output
Commit message (Expand)AuthorAge
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* alsa: added commentsMax Kellermann2009-01-25
* alsa: frame_size is size_t, not intMax Kellermann2009-01-25
* alsa: no CamelCaseMax Kellermann2009-01-25
* alsa: fix option parsing and restore default period_timeDan McGee2009-01-25
* null: added option to disable timer synchronizationMax Kellermann2009-01-22
* null: implemented finish() methodMax Kellermann2009-01-22
* null: no CamelCaseMax Kellermann2009-01-22
* conf: added config_get_block_unsigned()Max Kellermann2009-01-18
* conf: added config_get_block_string()Max Kellermann2009-01-18
* jack: parse "ports" setting with g_strsplit()Max Kellermann2009-01-18
* jack: use audio_output_get_name()Max Kellermann2009-01-18
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-17
* conf: no CamelCase, part IMax Kellermann2009-01-17
* oss: evaluate the oss_open() return value properlyMax Kellermann2009-01-16
* shout: enlarge buffer size to 32 kBAntoine Beaupré2009-01-14
* Introducing mixer apiViliam Mateicka2009-01-10
* added missing explicit config.h includesMax Kellermann2009-01-08
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-07
* fix G_BYTE_ORDER checkMax Kellermann2009-01-05
* use GLib byte order macrosMax Kellermann2009-01-05
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-04
* null, fifo: use GLib instead of utils.hMax Kellermann2009-01-03
* ao: use g_strsplit() instead of strtok_r()Max Kellermann2009-01-03
* alsa: use GLib instead of utils.hMax Kellermann2009-01-02
* jack: use GLib instead of utils.hMax Kellermann2009-01-02
* jack: duplicate jack_get_ports() return valuesMax Kellermann2009-01-02
* output plugins: don't include gcc.hMax Kellermann2009-01-01
* null: don't include gcc.hMax Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* alsa: use GLib loggingMax Kellermann2008-12-29
* jack: use GLib loggingMax Kellermann2008-12-29
* fifo: use GLib loggingMax Kellermann2008-12-29
* osx_plugin: migrate from pthread to glib threadsThomas Jansen2008-12-28
* shout: fixed bad error message printoutViliam Mateicka2008-12-23
* Remove useless statement.Emanuele Giaquinta2008-12-17
* Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-17
* Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-17
* Factor computation.Emanuele Giaquinta2008-12-17
* Use MIN.Emanuele Giaquinta2008-12-17
* Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-17
* ao: use 16 bit sample formatMax Kellermann2008-12-09
* osx: use 16 bit sample formatMax Kellermann2008-12-08
* osx: use GLib instead of utils.h/log.hMax Kellermann2008-12-08
* osx: don't use void pointer in arithmeticMax Kellermann2008-12-08
* alsa: reverted the default buffer_time to 500 msMax Kellermann2008-12-01
* shout: fixed the lame input buffer allocationMax Kellermann2008-11-30
* shout_mp3: cast input buffer to int16_t*Max Kellermann2008-11-30
* oss: use GLib instead of utils.h/log.hMax Kellermann2008-11-25