aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* player_thread: don't drop audio buffers when not seekableMax Kellermann2009-02-17
* faad: variable cleanupMax Kellermann2009-02-17
* faad: added source code commentsMax Kellermann2009-02-17
* faad: faad_decoder_init() returns an audio_formatMax Kellermann2009-02-17
* faad: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-17
* faad: removed DECODE_COMMAND_SEEK checkMax Kellermann2009-02-17
* input_file, input_curl, icy_metadata: added GLib log domainsMax Kellermann2009-02-17
* faad: use the decoder_buffer libraryMax Kellermann2009-02-17
* faad: check the result of adts_find_frame()Max Kellermann2009-02-17
* faad: added libfaad wrappersMax Kellermann2009-02-17
* faad: functions return duration, no float pointerMax Kellermann2009-02-17
* faad: removed length==NULL check in faad_song_duration()Max Kellermann2009-02-17
* faad: fill buffer in adts_find_frame()Max Kellermann2009-02-17
* added the "decoder buffer" libraryMax Kellermann2009-02-17
* faad: converted length check to assertion in adts_check_frame()Max Kellermann2009-02-17
* faad: added length check before comparing "ADIF"Max Kellermann2009-02-17
* faad: renamed internal functionsMax Kellermann2009-02-17
* wavpack: added GLib log domainMax Kellermann2009-02-17
* pcm_convert: removed pcm_convert_size()Max Kellermann2009-02-17
* pcm_buffer: set size after allocationMax Kellermann2009-02-17
* decoders: added and fixed GLib log domainsMax Kellermann2009-02-17
* renamed decoder plugin "mpc" to "mpcdec"Max Kellermann2009-02-17
* renamed decoder plugin "mp4" to "mp4ff"Max Kellermann2009-02-17
* tag: fixed typo in MUSICBRAINZ_TRACKID tag nameMax Kellermann2009-02-17
* faad: no CamelCaseMax Kellermann2009-02-16
* faad: removed AacBuffer.fileOffsetMax Kellermann2009-02-16
* renamed decoder plugin "oggvorbis" to "vorbis"Max Kellermann2009-02-16
* renamed decoder plugin "aac" to "faad"Max Kellermann2009-02-16
* renamed decoder plugin "mp3" to "mad"Max Kellermann2009-02-16
* output_api: don't include config.hMax Kellermann2009-02-16
* mixer: include cleanupMax Kellermann2009-02-16
* output: include cleanupMax Kellermann2009-02-16
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-16
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-16
* output_plugin: added inline wrapper functionsMax Kellermann2009-02-16
* output_plugin: reorder method declarationsMax Kellermann2009-02-16
* output_api: moved "struct audio_output_plugin" to output_plugin.hMax Kellermann2009-02-16
* output_api: moved "enum output_command" to output_internal.hMax Kellermann2009-02-16
* output_control: no CamelCaseMax Kellermann2009-02-16
* wildmidi: check if configurationn file existsMax Kellermann2009-02-15
* wildmidi: obtain timidity.cfg location from mpd.confMax Kellermann2009-02-15
* decoder_list: added configuration option to disable decoder pluginsMax Kellermann2009-02-15
* decoder_list: added configuration block "decoder"Max Kellermann2009-02-15
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-15
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-15
* decoder_plugin: added inline wrapper functionsMax Kellermann2009-02-15
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-15
* daemon: return early from daemonize_set_user()Max Kellermann2009-02-15
* daemon: ignore "user" setting if already running as that userMax Kellermann2009-02-15
* daemon: added comments to daemonize_detach()Max Kellermann2009-02-15