| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | alsa: fall back to 16 bit output | Max Kellermann | 2008-10-12 | 1 | -0/+11 |
* | pcm_utils: support any number of channels in pcm_sizeOfConvBuffer() | Max Kellermann | 2008-10-12 | 1 | -11/+2 |
* | pcm_utils: support converting N channels to stereo | Max Kellermann | 2008-10-12 | 1 | -0/+26 |
* | pcm_utils: pass output channel count to pcm_convertChannels() | Max Kellermann | 2008-10-12 | 1 | -35/+22 |
* | pcm_utils: moved code from pcm_convertChannels() to separate functions | Max Kellermann | 2008-10-12 | 1 | -20/+32 |
* | alsa: moved code to alsa_configure() | Max Kellermann | 2008-10-12 | 1 | -13/+18 |
* | pcm_utils: pass int16_t* where appropriate | Max Kellermann | 2008-10-12 | 1 | -12/+15 |
* | player: replaced buffered_before_play with buffering flag | Max Kellermann | 2008-10-12 | 1 | -9/+10 |
* | audio: renamed the audio_format variables | Max Kellermann | 2008-10-12 | 1 | -17/+13 |
* | audio: removed enum ad_state | Max Kellermann | 2008-10-12 | 1 | -22/+14 |
* | audio: removed audio_buffer.buffer | Max Kellermann | 2008-10-12 | 1 | -69/+2 |
* | output_buffer: converted ob_is_empty() to inline | Max Kellermann | 2008-10-12 | 2 | -6/+4 |
* | player: added commands QUEUE and CANCEL | Max Kellermann | 2008-10-12 | 4 | -155/+74 |
* | playlist: call clearPlayerQueue() only if song is queued | Max Kellermann | 2008-10-12 | 1 | -23/+15 |
* | player: added struct player | Max Kellermann | 2008-10-12 | 1 | -48/+75 |
* | player: removed set_current_song() | Max Kellermann | 2008-10-11 | 1 | -13/+5 |
* | player: removed player_control.fileTime | Max Kellermann | 2008-10-11 | 3 | -3/+2 |
* | alsa: don't override libasound's buffer_time and period_time | Max Kellermann | 2008-10-11 | 1 | -20/+19 |
* | alsa: re-enable blocking mode | Max Kellermann | 2008-10-11 | 1 | -15/+2 |
* | oss: fix opening default OSS device | Max Kellermann | 2008-10-11 | 1 | -1/+1 |
* | player: don't wake up decoder after every frame | Max Kellermann | 2008-10-10 | 1 | -1/+7 |
* | mp3: dither an arbitrary number of channels | Max Kellermann | 2008-10-10 | 1 | -6/+3 |
* | mp3: hard-code dithering to 16 bits | Max Kellermann | 2008-10-10 | 1 | -8/+6 |
* | player: added player_get_audio_format() | Max Kellermann | 2008-10-10 | 3 | -22/+8 |
* | player: added player_control.audio_format | Max Kellermann | 2008-10-10 | 4 | -17/+12 |
* | mvp: unsinged integers | Max Kellermann | 2008-10-10 | 1 | -4/+5 |
* | mvp: adapt to the new output device API | Max Kellermann | 2008-10-10 | 1 | -20/+21 |
* | mvp: missing includes | Max Kellermann | 2008-10-10 | 1 | -0/+5 |
* | oss: added OssData.audio_format | Max Kellermann | 2008-10-10 | 1 | -19/+20 |
* | audio_format: added audio_format_frame_size() | Max Kellermann | 2008-10-10 | 5 | -7/+12 |
* | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 2008-10-10 | 27 | -97/+96 |
* | audio_format: unsigned integers | Max Kellermann | 2008-10-10 | 6 | -15/+15 |
* | update: replaced update_return with global "modified" flag | Max Kellermann | 2008-10-09 | 1 | -65/+41 |
* | update: make the variable "progress" static | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
* | update: don't print debug message when song was not modified | Max Kellermann | 2008-10-09 | 1 | -4/+5 |
* | update: fix memory leak in directory_update_init() | Max Kellermann | 2008-10-09 | 1 | -1/+4 |
* | update: make the job id unsigned | Max Kellermann | 2008-10-09 | 4 | -9/+13 |
* | update: job ID must be positive | Max Kellermann | 2008-10-09 | 4 | -20/+16 |
* | update: check progress!=IDLE in reap_update_task() | Max Kellermann | 2008-10-09 | 1 | -0/+3 |
* | update: fixed stack corruption due to pthread_join() call | Max Kellermann | 2008-10-09 | 1 | -1/+3 |
* | updated: always call removeDeletedFromDirectory() | Max Kellermann | 2008-10-09 | 1 | -3/+1 |
* | update: eliminated addSubDirectoryToDirectory() | Max Kellermann | 2008-10-09 | 1 | -27/+8 |
* | update: make the "song" variable more local | Max Kellermann | 2008-10-09 | 1 | -3/+2 |
* | update: do the recursive directory check only once | Max Kellermann | 2008-10-09 | 1 | -8/+6 |
* | update: copy stat to new directory | Max Kellermann | 2008-10-09 | 1 | -1/+3 |
* | update: avoid duplicate stat() calls | Max Kellermann | 2008-10-09 | 1 | -27/+35 |
* | update: rewrote updatePath() using updateInDirectory() | Max Kellermann | 2008-10-09 | 1 | -68/+21 |
* | update: don't export updateDirectory() | Max Kellermann | 2008-10-09 | 4 | -14/+25 |
* | update: pass const pointer to addSubDirectoryToDirectory() | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
* | update: never pass root path to updatePath() | Max Kellermann | 2008-10-09 | 1 | -6/+1 |