aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-29jack: reduced sleep time to 1msMax Kellermann1-1/+1
2009-01-29jack: clear "shutdown" flag on reconnectMax Kellermann1-0/+2
2009-01-29jack: allocate ring buffers before connectingMax Kellermann1-5/+3
2009-01-29jack: register ports before activating clientsMax Kellermann1-5/+5
2009-01-25use g_free() instead of free()Max Kellermann7-12/+11
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2-11/+3
2009-01-25mixer: return a mixer struct pointerMax Kellermann2-15/+17
2009-01-25conf: allow param==NULLMax Kellermann3-27/+10
2009-01-25conf: const pointers in block get functionsMax Kellermann10-12/+12
2009-01-25alsa: added commentsMax Kellermann1-3/+21
2009-01-25alsa: frame_size is size_t, not intMax Kellermann1-1/+1
2009-01-25alsa: no CamelCaseMax Kellermann1-93/+103
2009-01-25alsa: fix option parsing and restore default period_timeDan McGee1-3/+6
2009-01-22null: added option to disable timer synchronizationMax Kellermann1-1/+11
2009-01-22null: implemented finish() methodMax Kellermann1-0/+13
2009-01-22null: no CamelCaseMax Kellermann1-13/+18
2009-01-18conf: added config_get_block_unsigned()Max Kellermann4-39/+7
2009-01-18conf: added config_get_block_string()Max Kellermann7-86/+57
2009-01-18jack: parse "ports" setting with g_strsplit()Max Kellermann1-20/+7
2009-01-18jack: use audio_output_get_name()Max Kellermann1-11/+1
2009-01-17conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2-9/+6
2009-01-17conf: no CamelCase, part IMax Kellermann10-26/+29
2009-01-16oss: evaluate the oss_open() return value properlyMax Kellermann1-1/+1
2009-01-14shout: enlarge buffer size to 32 kBAntoine Beaupré1-1/+1
2009-01-10Introducing mixer apiViliam Mateicka2-15/+16
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann1-1/+1
2009-01-05fix G_BYTE_ORDER checkMax Kellermann3-3/+3
2009-01-05use GLib byte order macrosMax Kellermann3-9/+10
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka2-2/+2
2009-01-03null, fifo: use GLib instead of utils.hMax Kellermann2-7/+8
2009-01-03ao: use g_strsplit() instead of strtok_r()Max Kellermann1-37/+15
2009-01-02alsa: use GLib instead of utils.hMax Kellermann1-3/+2
2009-01-02jack: use GLib instead of utils.hMax Kellermann1-15/+14
2009-01-02jack: duplicate jack_get_ports() return valuesMax Kellermann1-3/+4
2009-01-01output plugins: don't include gcc.hMax Kellermann9-24/+29
2009-01-01null: don't include gcc.hMax Kellermann1-4/+7
2008-12-31Moving mixers to audio outputsViliam Mateicka2-1/+40
2008-12-29alsa: use GLib loggingMax Kellermann1-29/+30
2008-12-29jack: use GLib loggingMax Kellermann1-28/+30
2008-12-29fifo: use GLib loggingMax Kellermann1-21/+24
2008-12-28osx_plugin: migrate from pthread to glib threadsThomas Jansen1-19/+18
2008-12-23shout: fixed bad error message printoutViliam Mateicka1-2/+2
2008-12-23shout: fixed bad error message printoutViliam Mateicka1-3/+3
2008-12-17Remove useless statement.Emanuele Giaquinta1-1/+0
2008-12-17Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta1-2/+0
2008-12-17Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta1-1/+0
2008-12-17Factor computation.Emanuele Giaquinta1-4/+6
2008-12-17Use MIN.Emanuele Giaquinta1-2/+2
2008-12-17Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta1-1/+1