| Commit message (Expand) | Author | Files | Lines |
2009-10-28 | decoder/ffmpeg: removed the "author" vs "artist" workaround | Max Kellermann | 1 | -2/+1 |
2009-10-28 | decoder/ffmpeg: convert metadata | Max Kellermann | 1 | -4/+4 |
2009-10-18 | decoder/vorbis: avoid unused symbol warnings from vorbisfile.h | Serge Ziryukin | 1 | -0/+1 |
2009-10-16 | decoder/flac: fixed two memory leaks in the CUE tag loader | Max Kellermann | 1 | -2/+3 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 10 | -55/+51 |
2009-10-11 | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 2 | -4/+5 |
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-28 | Make the sidplay decoder filter configurable. | Tony | 1 | -1/+5 |
2009-09-24 | decoder/sidplay: free songlength data blob in error handler | Max Kellermann | 1 | -3/+4 |
2009-09-24 | decoder/sidplay: moved code to sidplay_load_songlength_db() | Max Kellermann | 1 | -29/+36 |
2009-09-24 | decoder/sidplay: free GError objects | Max Kellermann | 1 | -0/+2 |
2009-09-24 | decoder/sidplay: pass GError** to g_file_get_contents() | Max Kellermann | 1 | -1/+2 |
2009-09-10 | decoder/vorbis: revert "faster tag scanning with ov_test_callback()" | Max Kellermann | 1 | -1/+1 |
2009-08-30 | decoder/sidplay: support seeking | Mike Dawson | 1 | -3/+34 |
2009-08-30 | decoder/sidplay: implemented songlength database | Mike Dawson | 1 | -0/+87 |
2009-08-30 | decoder/sidplay: subtunes | Mike Dawson | 1 | -8/+125 |
2009-08-26 | decoder/mpg123: new decoder plugin based on libmpg123 | Max Kellermann | 1 | -0/+210 |
2009-08-25 | decoder/vorbis: open file in "binary" mode | Gunnar Roth | 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-08-03 | ffmpeg_plugin: convert metadata to generic format | Anton Khirnov | 1 | -1/+3 |
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-19 | Add audio_format_init() function | David Woodhouse | 13 | -50/+23 |
2009-07-15 | modplug: get track length | Serge Ziryukin | 1 | -1/+1 |
2009-07-09 | flac: load external cue sheet when no internal one | Serge Ziryukin | 1 | -0/+14 |
2009-07-07 | decoder/sndfile: new decoder plugin based on libsndfile | Max Kellermann | 1 | -0/+246 |
2009-07-06 | decoder/flac: fix assertion failure in tag_free() call | Max Kellermann | 1 | -2/+1 |
2009-06-25 | ffmpeg: support multiple tags | Max Kellermann | 1 | -2/+3 |
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 |