aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* pcm_volume: optimized pcm_volume_change_24() on i386Max Kellermann2009-02-181-1/+40
* mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann2009-02-181-2/+2
* mp4ff: don't allocate seek_table when input is not seekableMax Kellermann2009-02-181-2/+10
* mp4ff: include cleanupMax Kellermann2009-02-181-4/+4
* mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann2009-02-181-49/+36
* mp4ff: moved code to mp4_faad_new()Max Kellermann2009-02-181-53/+65
* mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-181-23/+32
* mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann2009-02-181-7/+1
* player_thread: don't drop audio buffers when not seekableMax Kellermann2009-02-171-1/+2
* faad: variable cleanupMax Kellermann2009-02-171-9/+4
* faad: added source code commentsMax Kellermann2009-02-171-1/+36
* faad: faad_decoder_init() returns an audio_formatMax Kellermann2009-02-171-25/+23
* faad: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-171-18/+27
* faad: removed DECODE_COMMAND_SEEK checkMax Kellermann2009-02-171-2/+0
* input_file, input_curl, icy_metadata: added GLib log domainsMax Kellermann2009-02-173-0/+9
* faad: use the decoder_buffer libraryMax Kellermann2009-02-171-152/+155
* faad: check the result of adts_find_frame()Max Kellermann2009-02-171-4/+2
* faad: added libfaad wrappersMax Kellermann2009-02-171-42/+61
* faad: functions return duration, no float pointerMax Kellermann2009-02-171-15/+18
* faad: removed length==NULL check in faad_song_duration()Max Kellermann2009-02-171-5/+1
* faad: fill buffer in adts_find_frame()Max Kellermann2009-02-171-4/+2
* added the "decoder buffer" libraryMax Kellermann2009-02-173-0/+236
* faad: converted length check to assertion in adts_check_frame()Max Kellermann2009-02-171-3/+2
* faad: added length check before comparing "ADIF"Max Kellermann2009-02-171-1/+1
* faad: renamed internal functionsMax Kellermann2009-02-171-12/+12
* wavpack: added GLib log domainMax Kellermann2009-02-171-0/+3
* pcm_convert: removed pcm_convert_size()Max Kellermann2009-02-172-20/+0
* pcm_buffer: set size after allocationMax Kellermann2009-02-171-1/+2
* decoders: added and fixed GLib log domainsMax Kellermann2009-02-176-9/+22
* renamed decoder plugin "mpc" to "mpcdec"Max Kellermann2009-02-173-4/+4
* renamed decoder plugin "mp4" to "mp4ff"Max Kellermann2009-02-173-4/+4
* tag: fixed typo in MUSICBRAINZ_TRACKID tag nameMax Kellermann2009-02-171-1/+1
* faad: no CamelCaseMax Kellermann2009-02-161-160/+159
* faad: removed AacBuffer.fileOffsetMax Kellermann2009-02-161-3/+0
* renamed decoder plugin "oggvorbis" to "vorbis"Max Kellermann2009-02-162-3/+3
* renamed decoder plugin "aac" to "faad"Max Kellermann2009-02-162-4/+4
* renamed decoder plugin "mp3" to "mad"Max Kellermann2009-02-163-5/+5
* output_api: don't include config.hMax Kellermann2009-02-162-1/+1
* mixer: include cleanupMax Kellermann2009-02-162-1/+4
* output: include cleanupMax Kellermann2009-02-164-2/+5
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-166-149/+158
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-164-28/+45
* output_plugin: added inline wrapper functionsMax Kellermann2009-02-164-33/+91
* output_plugin: reorder method declarationsMax Kellermann2009-02-161-17/+17
* output_api: moved "struct audio_output_plugin" to output_plugin.hMax Kellermann2009-02-162-87/+116
* output_api: moved "enum output_command" to output_internal.hMax Kellermann2009-02-162-11/+11
* output_control: no CamelCaseMax Kellermann2009-02-162-56/+55
* wildmidi: check if configurationn file existsMax Kellermann2009-02-151-0/+4
* wildmidi: obtain timidity.cfg location from mpd.confMax Kellermann2009-02-151-3/+6
* decoder_list: added configuration option to disable decoder pluginsMax Kellermann2009-02-151-0/+4