aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* update_remove: use plain GCond instead of notifyMax Kellermann2011-01-10
* include cleanupMax Kellermann2011-01-10
* decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-10
* decoder_thread: move code to decoder_command_finished_locked()Max Kellermann2011-01-10
* decoder_control: remove unused function dc_command_wait()Max Kellermann2011-01-10
* decoder_control: replace dc_init() with dc_new()Max Kellermann2011-01-10
* player_control: removed the global variable "pc"Max Kellermann2011-01-10
* dbUtils: don't use directoryAddSongToPlaylist() twiceMax Kellermann2011-01-10
* input_init: add assertions on completeness of pluginsMax Kellermann2011-01-08
* input/cdio_paranoia: add module nameMax Kellermann2011-01-08
* Merge branch 'v0.16.x'Max Kellermann2011-01-07
|\
| * Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-07
| |\
| | * encoder/lame: explicitly configure the output sample rateMax Kellermann2011-01-07
| | * output/httpd: define G_LOG_DOMAIN in httpd_client.cMax Kellermann2011-01-07
| | * directory: fix warning "comparison between signed and unsigned"Max Kellermann2010-12-21
| | * zeroconf-bonjour: use g_htons() instead of htons()Max Kellermann2010-12-21
| * | player_thread: discard empty chunks while cross-fadingMax Kellermann2011-01-07
| * | output_thread: fix double lockMax Kellermann2011-01-07
| * | player_thread: fix assertion failure due to early seekMax Kellermann2011-01-07
| * | player_thread: make variables more localMax Kellermann2011-01-07
| * | output/osx: fix up audio format first, then apply it to deviceMax Kellermann2011-01-07
| * | add void casts to suppress "result unused" warnings (clang)Max Kellermann2010-12-21
| * | decoder/mad: work around build failure on SolarisAlex Viskovatoff2010-12-21
| * | output/solaris: add missing parameter to open_cloexec() callAlex Viskovatoff2010-12-21
| * | audio_check: fix parameter in prototypeAlex Viskovatoff2010-12-21
* | | Build fix for Linux. Define _GNU_SOURCE in src/server_socket.c.Ben Kibbey2010-12-27
* | | stored_playlist: remove database lookups from spl_load()Max Kellermann2010-12-23
* | | stored_playlist: ignore empty linesMax Kellermann2010-12-23
* | | stored_playlist: use the text_file library to read linesMax Kellermann2010-12-23
* | | playlist_song: add flag "secure"Max Kellermann2010-12-23
* | | string_util: add function strchug_fast()Max Kellermann2010-12-23
* | | utils: move string_array_contains() to string_util.cMax Kellermann2010-12-23
* | | decoder: new "pcm" decoder pluginMax Kellermann2010-12-22
* | | configure.ac: hook the cdio_paranoia input pluginMax Kellermann2010-12-22
* | | input/cdda: rename plugin to "cdio_paranoia"Max Kellermann2010-12-22
* | | input/cdda: support reading the whole discMax Kellermann2010-12-22
* | | input/cdda: remove unused function input_cdda_archive_extract_trackno()Max Kellermann2010-12-22
* | | input/cdda: import missing pcm16_to_wave() from the wave encoderMax Kellermann2010-12-22
* | | input/cdda: implement parse_cdda_uri()Max Kellermann2010-12-22
* | | input/cdda: call input_cdda_close() with an input_stream pointerMax Kellermann2010-12-22
* | | input/cdda: move code to cdda_detect_drive()Max Kellermann2010-12-22
* | | input/cdda: remove newlines from error messagesMax Kellermann2010-12-22
* | | input/cdda: remove debug codeMax Kellermann2010-12-22
* | | input/cdda: some general build failure fixesMax Kellermann2010-12-22
* | | input_cdda_plugin: new plugin to handle cdda:// protocol to access CD-DA audi...Viliam Mateicka2010-12-22
* | | osx_output: always pass OS X result code to g_set_error().Greg Ward2010-12-21
* | | osx_output: allow user to specify other audio devices.Greg Ward2010-12-21
|/ /
* | tag_id3: support multiple valuesMax Kellermann2010-12-07
* | command: don't error when sticker list is run on song with no stickersAnton Khirnov2010-12-07
* | tag_ape: support multiple valuesMax Kellermann2010-11-24