aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-18pcm_volume: optimized pcm_volume_change_24() on i386Max Kellermann1-1/+40
2009-02-18mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann1-2/+2
2009-02-18mp4ff: don't allocate seek_table when input is not seekableMax Kellermann1-2/+10
2009-02-18mp4ff: include cleanupMax Kellermann1-4/+4
2009-02-18mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann1-49/+36
2009-02-18mp4ff: moved code to mp4_faad_new()Max Kellermann1-53/+65
2009-02-18mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann1-23/+32
2009-02-18mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann1-7/+1
2009-02-17player_thread: don't drop audio buffers when not seekableMax Kellermann1-1/+2
2009-02-17faad: variable cleanupMax Kellermann1-9/+4
2009-02-17faad: added source code commentsMax Kellermann1-1/+36
2009-02-17faad: faad_decoder_init() returns an audio_formatMax Kellermann1-25/+23
2009-02-17faad: call decoder_initialized() after libfaad initializationMax Kellermann1-18/+27
2009-02-17faad: removed DECODE_COMMAND_SEEK checkMax Kellermann1-2/+0
2009-02-17input_file, input_curl, icy_metadata: added GLib log domainsMax Kellermann3-0/+9
2009-02-17faad: use the decoder_buffer libraryMax Kellermann1-152/+155
2009-02-17faad: check the result of adts_find_frame()Max Kellermann1-4/+2
2009-02-17faad: added libfaad wrappersMax Kellermann1-42/+61
2009-02-17faad: functions return duration, no float pointerMax Kellermann1-15/+18
2009-02-17faad: removed length==NULL check in faad_song_duration()Max Kellermann1-5/+1
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