aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add audio_format_init() functionDavid Woodhouse2009-07-1913-50/+23
* Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann2009-07-161-2/+1
|\
| * decoder/flac: fix assertion failure in tag_free() callMax Kellermann2009-07-061-2/+1
* | modplug: get track lengthSerge Ziryukin2009-07-151-1/+1
* | flac: load external cue sheet when no internal oneSerge Ziryukin2009-07-091-0/+14
* | decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann2009-07-071-0/+246
* | ffmpeg: support multiple tagsMax Kellermann2009-06-251-2/+3
|/
* ffmpeg: moved code to ffmpeg_copy_metadata()Max Kellermann2009-06-081-33/+18
* ffmpeg: removed "new metadata api" warningMax Kellermann2009-06-081-2/+0
* mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-4/+4
* mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-8/+9
* fluidsynth: added "experimental" comments in the source fileMax Kellermann2009-04-251-0/+9
* vorbis: move #define out of function to top of sourcesAvuton Olrich2009-04-021-1/+1
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-024-4/+4
* flac: fixed "unused variable" warning without libcueMax Kellermann2009-04-011-2/+2
* Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil2009-03-311-4/+32
* track length is computed correctly nowJochen Keil2009-03-311-2/+1
* free previously allocated flac metadata objectJochen Keil2009-03-311-0/+1
* remove old commented codeJochen Keil2009-03-311-8/+0
* Bugfix for time/offset in flac pluginJochen Keil2009-03-281-3/+3
* mpcdec: changed plugin name to "mpcdec"Max Kellermann2009-03-271-3/+3
* mpcdec: support the new libmpcdec SV8 APIMax Kellermann2009-03-271-14/+90
* mpcdec: no CamelCaseMax Kellermann2009-03-271-57/+65
* flac/cue: added support for TITLE[n] commentsMario Lenz2009-03-171-2/+9
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-164-23/+32
* faad: faad_decoder_decode() returns NULL, not falseMax Kellermann2009-03-141-1/+1
* all: Update copyright header.Avuton Olrich2009-03-1319-127/+147
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-093-6/+463
* decoder_plugin: added method container_scan()Jochen Keil2009-03-091-0/+1
* 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