aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-11decoder/flac: merged code into flac_decoder_loop()Max Kellermann1-101/+55
2009-11-11decoder/flac: keep track of current frame numberMax Kellermann4-0/+12
2009-11-11decoder/flac: fixed CUE seeking range checkMax Kellermann1-14/+8
2009-11-11decoder/flac: removed redundant NULL checksMax Kellermann1-9/+3
2009-11-11oggflac: rewind stream after FLAC detectionMax Kellermann1-0/+8
2009-11-11decoder/flac: moved code to flac_pcm.cMax Kellermann3-81/+133
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann6-175/+240
2009-11-11decoder/flac: return replay_gain_info object from helper functionMax Kellermann1-28/+24
2009-11-11decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann4-25/+27
2009-11-10decoder/oggflac: initialize the "tag" variableMax Kellermann1-1/+2
2009-11-10decoder/flac: don't use float to calculate song durationMax Kellermann3-8/+10
2009-11-10decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann4-11/+12
2009-11-10decoder/flac: use pcm_buffer instead of fixed bufferMax Kellermann2-39/+31
2009-11-10decoder/flac: added function flac_data_deinit()Max Kellermann4-17/+26
2009-11-10decoder/flac: pass void pointer to flac_convert()Max Kellermann1-5/+5
2009-11-10decoder/flac: pass audio_format.bits to flac_convert()Max Kellermann1-11/+8
2009-10-28decoder/ffmpeg: removed the "author" vs "artist" workaroundMax Kellermann1-2/+1
2009-10-28decoder/ffmpeg: convert metadataMax Kellermann1-4/+4
2009-10-18decoder/vorbis: avoid unused symbol warnings from vorbisfile.hSerge Ziryukin1-0/+1
2009-10-16decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann1-2/+3
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann10-55/+51
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann2-4/+5
2009-09-30decoder/ffmpeg: use the "artist" tag if "author" is not presentMax Kellermann1-2/+5
2009-09-30decoder/faad: skip assertion failure on large ID3 tagsMax Kellermann1-2/+6
2009-09-28Make the sidplay decoder filter configurable.Tony1-1/+5
2009-09-24decoder/sidplay: free songlength data blob in error handlerMax Kellermann1-3/+4
2009-09-24decoder/sidplay: moved code to sidplay_load_songlength_db()Max Kellermann1-29/+36
2009-09-24decoder/sidplay: free GError objectsMax Kellermann1-0/+2
2009-09-24decoder/sidplay: pass GError** to g_file_get_contents()Max Kellermann1-1/+2
2009-09-10decoder/vorbis: revert "faster tag scanning with ov_test_callback()"Max Kellermann1-1/+1
2009-08-30decoder/sidplay: support seekingMike Dawson1-3/+34
2009-08-30decoder/sidplay: implemented songlength databaseMike Dawson1-0/+87
2009-08-30decoder/sidplay: subtunesMike Dawson1-8/+125
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann1-0/+210
2009-08-25decoder/vorbis: open file in "binary" modeGunnar Roth1-1/+1
2009-08-24decoder/vorbis: faster tag scanning with ov_test_callback()Rasmus Steinke1-1/+1
2009-08-14decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann1-4/+6
2009-08-03ffmpeg_plugin: convert metadata to generic formatAnton Khirnov1-1/+3
2009-07-22decoder/flac: fixed indentation of flac_comment_value()Max Kellermann1-19/+21
2009-07-22decoder/flac: parse all replaygain tagsMax Kellermann1-14/+18
2009-07-22decoder/flac: return early from flac_find_float_comment()Max Kellermann1-21/+22
2009-07-22decoder/flac: removed misplaced authorship commentMax Kellermann1-1/+0
2009-07-22mad: skip ID3 frames when libid3tag is disabledMax Kellermann1-6/+28
2009-07-19Add audio_format_init() functionDavid Woodhouse13-50/+23
2009-07-15modplug: get track lengthSerge Ziryukin1-1/+1
2009-07-09flac: load external cue sheet when no internal oneSerge Ziryukin1-0/+14
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann1-0/+246
2009-07-06decoder/flac: fix assertion failure in tag_free() callMax Kellermann1-2/+1
2009-06-25ffmpeg: support multiple tagsMax Kellermann1-2/+3
2009-06-08ffmpeg: moved code to ffmpeg_copy_metadata()Max Kellermann1-33/+18