aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/mad: fix buffer variable name on !HAVE_ID3TAGMax Kellermann2010-05-301-3/+3
* decoder/mad: properly calculate ID3 size without libid3tagMax Kellermann2010-04-131-5/+25
* decoder/mpcdec: fix replay gain formula with v8Aleksei Kaveshnikov2010-03-191-0/+8
* decoder/mpcdec: fix negative shift on fixed-point samplesPiotr Gozdur2010-03-171-1/+1
* decoder/mad: fix crash when seeking at end of songMax Kellermann2010-02-271-4/+0
* decoder/ffmpeg: added more MIME typesMax Kellermann2010-01-171-0/+6
* decoder/ffmpeg: append file name suffix to virtual stream URLMax Kellermann2010-01-171-4/+28
* decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann2009-12-294-4/+22
* decoder/wavpack: allow fine-grained seekingMax Kellermann2009-12-261-3/+2
* decoder/wavpack: don't use the nonstandard "uchar" typeMax Kellermann2009-12-111-1/+1
* ffmpeg: don't try to force stereoMax Kellermann2009-11-301-4/+0
* decoder/flac: fixed compiler warningMax Kellermann2009-11-191-3/+1
* decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann2009-11-181-0/+2
* decoder/ffmpeg: align the output bufferMax Kellermann2009-11-151-5/+24
* decoder/flac: fixed CUE seeking range checkMax Kellermann2009-11-111-14/+8
* oggflac: rewind stream after FLAC detectionMax Kellermann2009-11-111-0/+8
* decoder/ffmpeg: convert metadataMax Kellermann2009-10-281-4/+4
* decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann2009-10-161-2/+3
* decoder/ffmpeg: use the "artist" tag if "author" is not presentMax Kellermann2009-09-301-2/+5
* decoder/faad: skip assertion failure on large ID3 tagsMax Kellermann2009-09-301-2/+6
* decoder/vorbis: revert "faster tag scanning with ov_test_callback()"Max Kellermann2009-09-101-1/+1
* decoder/vorbis: faster tag scanning with ov_test_callback()Rasmus Steinke2009-08-241-1/+1
* 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
* decoder/flac: fix assertion failure in tag_free() callMax Kellermann2009-07-061-2/+1
* 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