| Commit message (Expand) | Author | Age | Files | Lines |
* | shout: enlarge buffer size to 32 kB | Antoine Beaupré | 2009-01-14 | 1 | -1/+1 |
* | Introducing mixer api | Viliam Mateicka | 2009-01-10 | 2 | -15/+16 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -0/+1 |
* | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 2009-01-07 | 1 | -1/+1 |
* | fix G_BYTE_ORDER check | Max Kellermann | 2009-01-05 | 3 | -3/+3 |
* | use GLib byte order macros | Max Kellermann | 2009-01-05 | 3 | -9/+10 |
* | renaming mixer.h to mixer_api.h | Viliam Mateicka | 2009-01-04 | 2 | -2/+2 |
* | null, fifo: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 2 | -7/+8 |
* | ao: use g_strsplit() instead of strtok_r() | Max Kellermann | 2009-01-03 | 1 | -37/+15 |
* | alsa: use GLib instead of utils.h | Max Kellermann | 2009-01-02 | 1 | -3/+2 |
* | jack: use GLib instead of utils.h | Max Kellermann | 2009-01-02 | 1 | -15/+14 |
* | jack: duplicate jack_get_ports() return values | Max Kellermann | 2009-01-02 | 1 | -3/+4 |
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 9 | -24/+29 |
* | null: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -4/+7 |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 2 | -1/+40 |
* | alsa: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -29/+30 |
* | jack: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -28/+30 |
* | fifo: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -21/+24 |
* | osx_plugin: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -19/+18 |
* | shout: fixed bad error message printout | Viliam Mateicka | 2008-12-23 | 1 | -2/+2 |
* | Remove useless statement. | Emanuele Giaquinta | 2008-12-17 | 1 | -1/+0 |
* | Remove useless computation. After the pthread_cond_wait loop there are at lea... | Emanuele Giaquinta | 2008-12-17 | 1 | -2/+0 |
* | Remove useless statement, curpos is initialized at the beginning of the loop. | Emanuele Giaquinta | 2008-12-17 | 1 | -1/+0 |
* | Factor computation. | Emanuele Giaquinta | 2008-12-17 | 1 | -4/+6 |
* | Use MIN. | Emanuele Giaquinta | 2008-12-17 | 1 | -2/+2 |
* | Call CloseComponent after AudioUnitUninitialize. | Emanuele Giaquinta | 2008-12-17 | 1 | -1/+1 |
* | ao: use 16 bit sample format | Max Kellermann | 2008-12-09 | 1 | -0/+6 |
* | osx: use 16 bit sample format | Max Kellermann | 2008-12-08 | 1 | -0/+3 |
* | osx: use GLib instead of utils.h/log.h | Max Kellermann | 2008-12-08 | 1 | -9/+13 |
* | osx: don't use void pointer in arithmetic | Max Kellermann | 2008-12-08 | 1 | -2/+2 |
* | alsa: reverted the default buffer_time to 500 ms | Max Kellermann | 2008-12-01 | 1 | -1/+5 |
* | shout: fixed the lame input buffer allocation | Max Kellermann | 2008-11-30 | 1 | -9/+15 |
* | shout_mp3: cast input buffer to int16_t* | Max Kellermann | 2008-11-30 | 1 | -2/+2 |
* | oss: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -55/+56 |
* | mvp: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -16/+27 |
* | shout: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 4 | -82/+82 |
* | shout: don't check HAVE_SHOUT | Max Kellermann | 2008-11-25 | 1 | -7/+0 |
* | ao: print error message when ao_open_live() fails | Max Kellermann | 2008-11-25 | 1 | -1/+3 |
* | ao: support all libao error codes | Max Kellermann | 2008-11-25 | 1 | -9/+29 |
* | ao: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -19/+21 |
* | pulse: removed reconnect interval | Max Kellermann | 2008-11-05 | 1 | -19/+2 |
* | pulse: check if connection is open in pulse_cancel() | Max Kellermann | 2008-11-05 | 1 | -0/+3 |
* | osx: fix gcc warnings | Max Kellermann | 2008-11-04 | 1 | -7/+8 |
* | osx: adapt to new output plugin API | Max Kellermann | 2008-11-04 | 1 | -19/+15 |
* | alsa: initialize "device" with NULL | Max Kellermann | 2008-11-03 | 1 | -2/+1 |
* | alsa, jack: no const pointers for allocated strings | Max Kellermann | 2008-11-01 | 2 | -26/+42 |
* | removed unneed check for protocol in shout plugin, will assume icecast2 proto... | Alam Arias | 2008-10-31 | 1 | -2/+0 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | pulse: fix segfault without sink name | Max Kellermann | 2008-10-30 | 1 | -2/+2 |
* | output: close device on play error | Max Kellermann | 2008-10-29 | 6 | -12/+2 |