aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-17faad: fill buffer in adts_find_frame()Max Kellermann1-4/+2
2009-02-17added the "decoder buffer" libraryMax Kellermann3-0/+236
2009-02-17faad: converted length check to assertion in adts_check_frame()Max Kellermann1-3/+2
2009-02-17faad: added length check before comparing "ADIF"Max Kellermann1-1/+1
2009-02-17faad: renamed internal functionsMax Kellermann1-12/+12
2009-02-17wavpack: added GLib log domainMax Kellermann1-0/+3
2009-02-17pcm_convert: removed pcm_convert_size()Max Kellermann2-20/+0
2009-02-17pcm_buffer: set size after allocationMax Kellermann1-1/+2
2009-02-17decoders: added and fixed GLib log domainsMax Kellermann6-9/+22
2009-02-17renamed decoder plugin "mpc" to "mpcdec"Max Kellermann3-4/+4
2009-02-17renamed decoder plugin "mp4" to "mp4ff"Max Kellermann3-4/+4
2009-02-17tag: fixed typo in MUSICBRAINZ_TRACKID tag nameMax Kellermann1-1/+1
2009-02-16faad: no CamelCaseMax Kellermann1-160/+159
2009-02-16faad: removed AacBuffer.fileOffsetMax Kellermann1-3/+0
2009-02-16renamed decoder plugin "oggvorbis" to "vorbis"Max Kellermann2-3/+3
2009-02-16renamed decoder plugin "aac" to "faad"Max Kellermann2-4/+4
2009-02-16renamed decoder plugin "mp3" to "mad"Max Kellermann3-5/+5
2009-02-16output_api: don't include config.hMax Kellermann2-1/+1
2009-02-16mixer: include cleanupMax Kellermann2-1/+4
2009-02-16output: include cleanupMax Kellermann4-2/+5
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann6-149/+158
2009-02-16output_plugin: replaced method "control()" with "mixer()"Max Kellermann4-28/+45
2009-02-16output_plugin: added inline wrapper functionsMax Kellermann4-33/+91
2009-02-16output_plugin: reorder method declarationsMax Kellermann1-17/+17
2009-02-16output_api: moved "struct audio_output_plugin" to output_plugin.hMax Kellermann2-87/+116
2009-02-16output_api: moved "enum output_command" to output_internal.hMax Kellermann2-11/+11
2009-02-16output_control: no CamelCaseMax Kellermann2-56/+55
2009-02-15wildmidi: check if configurationn file existsMax Kellermann1-0/+4
2009-02-15wildmidi: obtain timidity.cfg location from mpd.confMax Kellermann1-3/+6
2009-02-15decoder_list: added configuration option to disable decoder pluginsMax Kellermann1-0/+4
2009-02-15decoder_list: added configuration block "decoder"Max Kellermann3-1/+31
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann9-10/+18
2009-02-15decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann5-9/+35
2009-02-15decoder_plugin: added inline wrapper functionsMax Kellermann3-5/+62
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann7-60/+89
2009-02-15daemon: return early from daemonize_set_user()Max Kellermann1-19/+20
2009-02-15daemon: ignore "user" setting if already running as that userMax Kellermann1-3/+6
2009-02-15daemon: added comments to daemonize_detach()Max Kellermann1-0/+9
2009-02-15daemon: print fork error messageMax Kellermann1-2/+3
2009-02-15daemon: moved code to daemonize_detach()Max Kellermann1-19/+23
2009-02-13playlist_edit: improved range checks in shufflePlaylist()Romain Bignon1-1/+6
2009-02-13added the shufflerange commandRomain Bignon3-26/+29
2009-02-12update: free deleted subdirectoriesMax Kellermann1-2/+6
2009-02-12update: recursively purge deleted directoriesMax Kellermann1-1/+1
2009-02-12aac: fix stream metadataMax Kellermann1-1/+1
2009-02-12database: don't load database after charset was reconfiguredMax Kellermann1-6/+4
2009-02-12wildmidi: added seeking supportMax Kellermann1-1/+11
2009-02-12wildmidi: provide and current total song timeMax Kellermann1-5/+34
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann3-0/+112
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann3-0/+243