aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
Commit message (Expand)AuthorAge
* Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil2009-03-31
* track length is computed correctly nowJochen Keil2009-03-31
* free previously allocated flac metadata objectJochen Keil2009-03-31
* remove old commented codeJochen Keil2009-03-31
* Bugfix for time/offset in flac pluginJochen Keil2009-03-28
* mpcdec: changed plugin name to "mpcdec"Max Kellermann2009-03-27
* mpcdec: support the new libmpcdec SV8 APIMax Kellermann2009-03-27
* mpcdec: no CamelCaseMax Kellermann2009-03-27
* flac/cue: added support for TITLE[n] commentsMario Lenz2009-03-17
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-16
* faad: faad_decoder_decode() returns NULL, not falseMax Kellermann2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-09
* decoder_plugin: added method container_scan()Jochen Keil2009-03-09
* flac: explicitly check for STOP commandMax Kellermann2009-03-05
* flac: check command after flac_process_single() failureMax Kellermann2009-03-05
* ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka2009-03-03
* ffmpeg: support for new metadata apiViliam Mateicka2009-03-03
* ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka2009-03-02
* 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