| Commit message (Expand) | Author | Files | Lines |
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 |
2009-03-01 | audiofile: added 24 bit support | Max Kellermann | 1 | -1/+8 |
2009-02-28 | audiofile: removed duplicate decoder_get_command() calls | Max Kellermann | 1 | -12/+16 |
2009-02-28 | audiofile: refuse to play non-seekable files | Max Kellermann | 1 | -0/+5 |
2009-02-28 | audiofile: no CamelCase | Max Kellermann | 1 | -9/+9 |
2009-02-27 | tag: no CamelCase | Max Kellermann | 2 | -2/+2 |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 |
2009-02-23 | ffmpeg: add all known ffmpeg extensions and mime-types. | Avuton Olrich | 1 | -18/+77 |
2009-02-19 | faad: use faacDecFrameInfo instead of NeAACDecFrameInfo | Max Kellermann | 1 | -1/+1 |
2009-02-18 | mp4ff: always free the mp4ff_read_sample() buffer | Max Kellermann | 1 | -2/+2 |