| Commit message (Expand) | Author | Files | Lines |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 3 | -4/+4 |
2008-09-10 | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 1 | -7/+9 |
2008-09-09 | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 2 | -10/+11 |
2008-09-08 | alsa: use blocking instead of non-blocking write | Eric Wong | 1 | -1/+6 |
2008-09-08 | alsa: show more debugging information | Eric Wong | 1 | -10/+14 |
2008-09-08 | alsa: cleanup the mmap logic a bit | Eric Wong | 1 | -8/+6 |
2008-09-08 | alsa: snd_pcm_sw_params_set_xfer_align is deprecated | Eric Wong | 1 | -3/+0 |
2008-09-07 | alsa: only run snd_config_update_free_global once atexit | Eric Wong | 1 | -3/+7 |
2008-09-07 | alsa: move bitformat reading code out of the way | Eric Wong | 1 | -16/+12 |
2008-09-07 | alsa: always print the period_time we set | Eric Wong | 1 | -2/+1 |
2008-09-07 | alsa: avoid unnecessary heap usage if we don't set a device name | Eric Wong | 1 | -11/+12 |
2008-09-07 | alsa: get rid of the needless canPause flag | Eric Wong | 1 | -3/+0 |
2008-09-07 | alsa: avoid reassigning ad->writei | Eric Wong | 1 | -7/+4 |
2008-09-07 | alsa: add reasoning for the non-portable macro | Eric Wong | 1 | -0/+2 |
2008-09-07 | alsa: capitalize "ALSA" consistently in messages | Eric Wong | 1 | -16/+9 |
2008-09-07 | alsa: optimistically try resuming from suspend | Eric Wong | 1 | -11/+12 |
2008-09-07 | alsa: extra debugging outputs to fix suspend/hibernate | Eric Wong | 1 | -3/+9 |
2008-09-07 | alsa: cleanup debug assignment of the "cmd" variable | Eric Wong | 1 | -66/+50 |
2008-09-02 | tag: fix the shout and oggflac plugins | Max Kellermann | 1 | -5/+5 |
2008-09-02 | tag: renamed functions, no CamelCase | Max Kellermann | 1 | -4/+4 |
2008-09-02 | tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item | Max Kellermann | 1 | -2/+2 |
2008-09-01 | use deconst_ptr instead of duplicating deconst logic | Eric Wong | 2 | -24/+9 |
2008-08-31 | jack: made "sample_size" static const | Max Kellermann | 1 | -1/+1 |
2008-08-31 | moved jack configuration to the JackData struct | Max Kellermann | 1 | -49/+64 |
2008-08-31 | jack: removed unused macros | Max Kellermann | 1 | -10/+0 |
2008-08-31 | jack: don't set audioOutput->data=NULL | Max Kellermann | 1 | -5/+5 |
2008-08-31 | jack: initialize JackData in jack_initDriver() | Max Kellermann | 1 | -6/+2 |
2008-08-31 | jack: added freeJackClient() | Max Kellermann | 1 | -13/+25 |
2008-08-31 | jack: initialize jd->client after !jd check | Max Kellermann | 1 | -5/+5 |
2008-08-31 | jack: eliminate superfluous freeJackData() calls | Max Kellermann | 1 | -6/+0 |
2008-08-30 | converted MpdTagItem.type to an enum | Max Kellermann | 1 | -0/+2 |
2008-08-30 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 4 | -6/+8 |
2008-06-13 | jack: initialize audioOutput->data | Max Kellermann | 1 | -1/+3 |
2008-04-12 | fixed another shadow warning | Max Kellermann | 1 | -11/+11 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 10 | -31/+59 |
2008-04-12 | yet more unsigned integers | Max Kellermann | 1 | -1/+1 |
2008-04-12 | whitespace cleanup | Max Kellermann | 1 | -7/+7 |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 2 | -4/+4 |
2008-03-26 | parse/initialize with the correct data type | Max Kellermann | 1 | -1/+1 |
2008-03-26 | explicitly downcast | Max Kellermann | 2 | -3/+3 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -6/+11 |
2008-01-26 | fixed "comparison between signed and unsigned" | Max Kellermann | 1 | -1/+1 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -44/+44 |
2008-01-26 | fixed invalid C prototypes | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 9 | -60/+12 |
2007-12-16 | Know about SND_PCM_STATE_RUNNING, might fix some bugs | Qball Cow | 1 | -0/+4 |
2007-09-05 | conf: use getBoolBlockParam for block params, too | Eric Wong | 2 | -13/+7 |
2007-08-27 | adding \n to a bunch of error message strings | J. Alexander Treuman | 2 | -4/+4 |
2007-08-27 | export FATAL() with noreturn attribute | Eric Wong | 1 | -3/+1 |
2007-08-11 | audioOutputs/audioOutput_shout: adding timers back | J. Alexander Treuman | 1 | -27/+80 |