aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* flac: explicitly check for STOP commandMax Kellermann2009-03-051-1/+2
* flac: check command after flac_process_single() failureMax Kellermann2009-03-051-3/+6
* ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka2009-03-031-1/+1
* ffmpeg: support for new metadata apiViliam Mateicka2009-03-031-0/+39
* ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka2009-03-021-1/+6
* flac: parse stream tagsMax Kellermann2009-03-012-2/+19
* audiofile: added 24 bit supportMax Kellermann2009-03-011-1/+8
* audiofile: removed duplicate decoder_get_command() callsMax Kellermann2009-02-281-12/+16
* audiofile: refuse to play non-seekable filesMax Kellermann2009-02-281-0/+5
* audiofile: no CamelCaseMax Kellermann2009-02-281-9/+9
* tag: no CamelCaseMax Kellermann2009-02-272-2/+2
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-1/+1
* ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich2009-02-231-18/+77
* faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann2009-02-191-1/+1
* 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
* 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
* 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
* 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
* decoders: added and fixed GLib log domainsMax Kellermann2009-02-176-9/+22
* renamed decoder plugin "mpc" to "mpcdec"Max Kellermann2009-02-171-1/+1
* renamed decoder plugin "mp4" to "mp4ff"Max 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-161-1/+1
* renamed decoder plugin "aac" to "faad"Max Kellermann2009-02-161-2/+2
* renamed decoder plugin "mp3" to "mad"Max Kellermann2009-02-161-2/+2
* 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_plugin: pass struct config_param to init() methodMax Kellermann2009-02-156-6/+9
* aac: fix stream metadataMax Kellermann2009-02-121-1/+1
* wildmidi: added seeking supportMax Kellermann2009-02-121-1/+11
* wildmidi: provide and current total song timeMax Kellermann2009-02-121-5/+34