aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
Commit message (Expand)AuthorAge
* flac: parse stream tagsMax Kellermann2009-03-01
* audiofile: added 24 bit supportMax Kellermann2009-03-01
* audiofile: removed duplicate decoder_get_command() callsMax Kellermann2009-02-28
* audiofile: refuse to play non-seekable filesMax Kellermann2009-02-28
* audiofile: no CamelCaseMax Kellermann2009-02-28
* tag: no CamelCaseMax Kellermann2009-02-27
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-25
* ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich2009-02-23
* faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann2009-02-19
* mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann2009-02-18
* mp4ff: don't allocate seek_table when input is not seekableMax Kellermann2009-02-18
* mp4ff: include cleanupMax Kellermann2009-02-18
* mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann2009-02-18
* mp4ff: moved code to mp4_faad_new()Max Kellermann2009-02-18
* mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-18
* mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann2009-02-18
* 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
* 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
* 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
* 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
* 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
* wildmidi: check if configurationn file existsMax Kellermann2009-02-15
* wildmidi: obtain timidity.cfg location from mpd.confMax Kellermann2009-02-15
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-15
* aac: fix stream metadataMax Kellermann2009-02-12
* wildmidi: added seeking supportMax Kellermann2009-02-12
* wildmidi: provide and current total song timeMax Kellermann2009-02-12
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-12
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-12
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-11
* ffmpeg: added TTA supportMax Kellermann2009-02-11
* ffmpeg: fixed seek integer overflowMax Kellermann2009-02-03