aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-12playlist: call clearPlayerQueue() only if song is queuedMax Kellermann1-23/+15
2008-10-12player: added struct playerMax Kellermann1-48/+75
2008-10-11player: removed set_current_song()Max Kellermann1-13/+5
2008-10-11player: removed player_control.fileTimeMax Kellermann3-3/+2
2008-10-11alsa: don't override libasound's buffer_time and period_timeMax Kellermann1-20/+19
2008-10-11alsa: re-enable blocking modeMax Kellermann1-15/+2
2008-10-11oss: fix opening default OSS deviceMax Kellermann1-1/+1
2008-10-10player: don't wake up decoder after every frameMax Kellermann1-1/+7
2008-10-10mp3: dither an arbitrary number of channelsMax Kellermann1-6/+3
2008-10-10mp3: hard-code dithering to 16 bitsMax Kellermann1-8/+6
2008-10-10player: added player_get_audio_format()Max Kellermann3-22/+8
2008-10-10player: added player_control.audio_formatMax Kellermann4-17/+12
2008-10-10mvp: unsinged integersMax Kellermann1-4/+5
2008-10-10mvp: adapt to the new output device APIMax Kellermann1-20/+21
2008-10-10mvp: missing includesMax Kellermann1-0/+5
2008-10-10oss: added OssData.audio_formatMax Kellermann1-19/+20
2008-10-10audio_format: added audio_format_frame_size()Max Kellermann5-7/+12
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann27-97/+96
2008-10-10audio_format: unsigned integersMax Kellermann6-15/+15
2008-10-09update: replaced update_return with global "modified" flagMax Kellermann1-65/+41
2008-10-09update: make the variable "progress" staticMax Kellermann1-1/+1
2008-10-09update: don't print debug message when song was not modifiedMax Kellermann1-4/+5
2008-10-09update: fix memory leak in directory_update_init()Max Kellermann1-1/+4
2008-10-09update: make the job id unsignedMax Kellermann4-9/+13
2008-10-09update: job ID must be positiveMax Kellermann4-20/+16
2008-10-09update: check progress!=IDLE in reap_update_task()Max Kellermann1-0/+3
2008-10-09update: fixed stack corruption due to pthread_join() callMax Kellermann1-1/+3
2008-10-09updated: always call removeDeletedFromDirectory()Max Kellermann1-3/+1
2008-10-09update: eliminated addSubDirectoryToDirectory()Max Kellermann1-27/+8
2008-10-09update: make the "song" variable more localMax Kellermann1-3/+2
2008-10-09update: do the recursive directory check only onceMax Kellermann1-8/+6
2008-10-09update: copy stat to new directoryMax Kellermann1-1/+3
2008-10-09update: avoid duplicate stat() callsMax Kellermann1-27/+35
2008-10-09update: rewrote updatePath() using updateInDirectory()Max Kellermann1-68/+21
2008-10-09update: don't export updateDirectory()Max Kellermann4-14/+25
2008-10-09update: pass const pointer to addSubDirectoryToDirectory()Max Kellermann1-1/+1
2008-10-09update: never pass root path to updatePath()Max Kellermann1-6/+1
2008-10-09database: renamed get_get_song() to db_get_song()Max Kellermann5-8/+8
2008-10-09update: don't sanitize the path againMax Kellermann1-13/+3
2008-10-09update: merged addDirectoryPathToDB() into addParentPathToDB()Max Kellermann1-25/+3
2008-10-09update: make addDirectoryPathToDB() non-recursiveMax Kellermann1-11/+15
2008-10-09update: delete directory after failed updateMax Kellermann1-1/+8
2008-10-09update: moved code to directory_make_child_checked()Max Kellermann1-22/+25
2008-10-09update: clear root after errorMax Kellermann1-0/+1
2008-10-09update: locked delete after update errorMax Kellermann1-1/+40
2008-10-09dirvec: added dirvec_clear()Max Kellermann1-0/+6
2008-10-09update: removed addToDirectory()Max Kellermann1-39/+12
2008-10-09directory: don't query database during loadMax Kellermann1-2/+2
2008-10-09directory: check the absolute path of a subdirectory while loadingMax Kellermann1-0/+4
2008-10-09directory: added inline wrappers for accessing childrenMax Kellermann3-7/+20