| Commit message (Expand) | Author | Files | Lines |
2009-12-29 | decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME types | Max Kellermann | 4 | -4/+22 |
2009-12-26 | decoder/wavpack: allow fine-grained seeking | Max Kellermann | 1 | -3/+2 |
2009-12-11 | decoder/wavpack: don't use the nonstandard "uchar" type | Max Kellermann | 1 | -1/+1 |
2009-11-30 | ffmpeg: don't try to force stereo | Max Kellermann | 1 | -4/+0 |
2009-11-19 | decoder/flac: fixed compiler warning | Max Kellermann | 1 | -3/+1 |
2009-11-18 | decoder/flac: fixed NULL pointer dereference in CUE code | Max Kellermann | 1 | -0/+2 |
2009-11-15 | decoder/ffmpeg: align the output buffer | Max Kellermann | 1 | -5/+24 |
2009-11-11 | decoder/flac: fixed CUE seeking range check | Max Kellermann | 1 | -14/+8 |
2009-11-11 | oggflac: rewind stream after FLAC detection | Max Kellermann | 1 | -0/+8 |
2009-10-28 | decoder/ffmpeg: convert metadata | Max Kellermann | 1 | -4/+4 |
2009-10-16 | decoder/flac: fixed two memory leaks in the CUE tag loader | Max Kellermann | 1 | -2/+3 |
2009-09-30 | decoder/ffmpeg: use the "artist" tag if "author" is not present | Max Kellermann | 1 | -2/+5 |
2009-09-30 | decoder/faad: skip assertion failure on large ID3 tags | Max Kellermann | 1 | -2/+6 |
2009-09-10 | decoder/vorbis: revert "faster tag scanning with ov_test_callback()" | Max Kellermann | 1 | -1/+1 |
2009-08-24 | decoder/vorbis: faster tag scanning with ov_test_callback() | Rasmus Steinke | 1 | -1/+1 |
2009-08-14 | decoder/flac: don't allocate cuesheet twice (memleak) | Max Kellermann | 1 | -4/+6 |
2009-07-22 | decoder/flac: fixed indentation of flac_comment_value() | Max Kellermann | 1 | -19/+21 |
2009-07-22 | decoder/flac: parse all replaygain tags | Max Kellermann | 1 | -14/+18 |
2009-07-22 | decoder/flac: return early from flac_find_float_comment() | Max Kellermann | 1 | -21/+22 |
2009-07-22 | decoder/flac: removed misplaced authorship comment | Max Kellermann | 1 | -1/+0 |
2009-07-22 | mad: skip ID3 frames when libid3tag is disabled | Max Kellermann | 1 | -6/+28 |
2009-07-06 | decoder/flac: fix assertion failure in tag_free() call | Max Kellermann | 1 | -2/+1 |
2009-06-08 | ffmpeg: moved code to ffmpeg_copy_metadata() | Max Kellermann | 1 | -33/+18 |
2009-06-08 | ffmpeg: removed "new metadata api" warning | Max Kellermann | 1 | -2/+0 |
2009-04-28 | mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -4/+4 |
2009-04-28 | mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -8/+9 |
2009-04-25 | fluidsynth: added "experimental" comments in the source file | Max Kellermann | 1 | -0/+9 |
2009-04-02 | vorbis: move #define out of function to top of sources | Avuton Olrich | 1 | -1/+1 |
2009-04-02 | decoder: Rename all main decoder plugins functions to *decoder_plugin. | Avuton Olrich | 4 | -4/+4 |
2009-04-01 | flac: fixed "unused variable" warning without libcue | Max Kellermann | 1 | -2/+2 |
2009-03-31 | Tag subtracks according to "cuesheet" vorbis comment value | Jochen Keil | 1 | -4/+32 |
2009-03-31 | track length is computed correctly now | Jochen Keil | 1 | -2/+1 |
2009-03-31 | free previously allocated flac metadata object | Jochen Keil | 1 | -0/+1 |
2009-03-31 | remove old commented code | Jochen Keil | 1 | -8/+0 |
2009-03-28 | Bugfix for time/offset in flac plugin | Jochen Keil | 1 | -3/+3 |
2009-03-27 | mpcdec: changed plugin name to "mpcdec" | Max Kellermann | 1 | -3/+3 |
2009-03-27 | mpcdec: support the new libmpcdec SV8 API | Max Kellermann | 1 | -14/+90 |
2009-03-27 | mpcdec: no CamelCase | Max Kellermann | 1 | -57/+65 |
2009-03-17 | flac/cue: added support for TITLE[n] comments | Mario Lenz | 1 | -2/+9 |
2009-03-16 | flac: get CUE track titles from additional FLAC comments | Mario Lenz | 4 | -23/+32 |
2009-03-14 | faad: faad_decoder_decode() returns NULL, not false | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 19 | -127/+147 |
2009-03-09 | Initial support for embedded cue sheets found in flac files | Jochen Keil | 3 | -6/+463 |
2009-03-09 | decoder_plugin: added method container_scan() | Jochen Keil | 1 | -0/+1 |
2009-03-05 | flac: explicitly check for STOP command | Max Kellermann | 1 | -1/+2 |
2009-03-05 | flac: check command after flac_process_single() failure | Max Kellermann | 1 | -3/+6 |
2009-03-03 | ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta... | Viliam Mateicka | 1 | -1/+1 |
2009-03-03 | ffmpeg: support for new metadata api | Viliam Mateicka | 1 | -0/+39 |
2009-03-02 | ffmpeg: use ffmpeg's sampleformat for output format | Viliam Mateicka | 1 | -1/+6 |
2009-03-01 | flac: parse stream tags | Max Kellermann | 2 | -2/+19 |