aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann2009-08-261-0/+210
* decoder/vorbis: open file in "binary" modeGunnar Roth2009-08-251-1/+1
* Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann2009-08-152-61/+91
|\
| * decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann2009-08-141-4/+6
| * decoder/flac: fixed indentation of flac_comment_value()Max Kellermann2009-07-221-19/+21
| * decoder/flac: parse all replaygain tagsMax Kellermann2009-07-221-14/+18
| * decoder/flac: return early from flac_find_float_comment()Max Kellermann2009-07-221-21/+22
| * decoder/flac: removed misplaced authorship commentMax Kellermann2009-07-221-1/+0
| * mad: skip ID3 frames when libid3tag is disabledMax Kellermann2009-07-221-6/+28
* | ffmpeg_plugin: convert metadata to generic formatAnton Khirnov2009-08-031-1/+3
* | 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