aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged release 0.15.5 from branch 'v0.15.x'Max Kellermann2009-10-181-2/+3
|\
| * decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann2009-10-161-2/+3
* | decoder/vorbis: avoid unused symbol warnings from vorbisfile.hSerge Ziryukin2009-10-181-0/+1
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-1310-55/+51
* | input_stream: use "goffset" instead of "off_t"Max Kellermann2009-10-112-4/+5
* | Merged release 0.15.4 from branch 'v0.15.x'Max Kellermann2009-10-032-4/+11
|\|
| * 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
* | Make the sidplay decoder filter configurable.Tony2009-09-281-1/+5
* | decoder/sidplay: free songlength data blob in error handlerMax Kellermann2009-09-241-3/+4
* | decoder/sidplay: moved code to sidplay_load_songlength_db()Max Kellermann2009-09-241-29/+36
* | decoder/sidplay: free GError objectsMax Kellermann2009-09-241-0/+2
* | decoder/sidplay: pass GError** to g_file_get_contents()Max Kellermann2009-09-241-1/+2
* | Merge branch 'v0.15.x'Max Kellermann2009-09-101-1/+1
|\|
| * decoder/vorbis: revert "faster tag scanning with ov_test_callback()"Max Kellermann2009-09-101-1/+1
* | decoder/sidplay: support seekingMike Dawson2009-08-301-3/+34
* | decoder/sidplay: implemented songlength databaseMike Dawson2009-08-301-0/+87
* | decoder/sidplay: subtunesMike Dawson2009-08-301-8/+125
* | Merged release 0.15.3 from branch 'v0.15.x'Max Kellermann2009-08-301-1/+1
|\|
| * decoder/vorbis: faster tag scanning with ov_test_callback()Rasmus Steinke2009-08-241-1/+1
* | 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