aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-23decoder/flac: fix enum mismatch in flac_tell_cb()Max Kellermann1-1/+1
2010-03-21Add support for MixRamp tagsTim Phipps1-1/+6
2010-01-06decoder/flac: support streams without STREAMINFO blockMax Kellermann1-0/+12
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann1-15/+4
2010-01-06decoder/flac: remember audio_format, not stream_infoMax Kellermann1-3/+3
2010-01-06decoder/flac: removed CUE sheet supportMax Kellermann1-295/+1
2010-01-06decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann1-53/+0
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann1-2/+8
2009-12-15input_stream: return errors with GErrorMax Kellermann1-2/+2
2009-11-11decoder/flac: check "seekable" in libFLAC callbacksMax Kellermann1-0/+6
2009-11-11decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann1-12/+4
2009-11-11decoder/flac: use stream_info instead of audio_formatMax Kellermann1-2/+2
2009-11-11decoder/flac: calculate time stamp from current frameMax Kellermann1-7/+2
2009-11-11decoder/flac: calculate bit rate in flac_common_write()Max Kellermann1-11/+12
2009-11-11decoder/flac: store the whole stream info object, not durationMax Kellermann1-4/+10
2009-11-11decoder/flac: merge code into flac_decoder_initialize()Max Kellermann1-50/+39
2009-11-11decoder/flac: merged code into flac_decoder_new()Max Kellermann1-28/+27
2009-11-11decoder/flac: free the "pathname" variable earlierMax Kellermann1-31/+15
2009-11-11decoder/flac: emulate FLAC__stream_decoder_init_stream()Max Kellermann1-30/+12
2009-11-11decoder/flac: use the new API functionsMax Kellermann1-45/+52
2009-11-11decoder/flac: removed the fake flac_ogg_init() fallbackMax Kellermann1-0/+4
2009-11-11decoder/flac: moved code to flac_compat.hMax Kellermann1-0/+5
2009-11-11decoder/{flac,vorbis}: include config.h for LFSMax Kellermann1-0/+1
2009-11-11decoder/flac: merged code into flac_decoder_loop()Max Kellermann1-101/+55
2009-11-11decoder/flac: keep track of current frame numberMax Kellermann1-0/+3
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-11decoder/flac: moved code to flac_metadata.cMax Kellermann1-0/+1
2009-11-11decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann1-12/+4
2009-11-10decoder/flac: don't use float to calculate song durationMax Kellermann1-5/+2
2009-11-10decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann1-2/+4
2009-11-10decoder/flac: added function flac_data_deinit()Max Kellermann1-8/+3
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 Kellermann1-5/+2
2009-07-09flac: load external cue sheet when no internal oneSerge Ziryukin1-0/+14
2009-07-06decoder/flac: fix assertion failure in tag_free() callMax Kellermann1-2/+1
2009-04-01flac: fixed "unused variable" warning without libcueMax Kellermann1-2/+2
2009-03-31Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil1-4/+32
2009-03-31track length is computed correctly nowJochen Keil1-2/+1
2009-03-31free previously allocated flac metadata objectJochen Keil1-0/+1
2009-03-31remove old commented codeJochen Keil1-8/+0
2009-03-28Bugfix for time/offset in flac pluginJochen Keil1-3/+3
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz1-6/+6
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil1-3/+401
2009-03-05flac: explicitly check for STOP commandMax Kellermann1-1/+2
2009-03-05flac: check command after flac_process_single() failureMax Kellermann1-3/+6
2009-03-01flac: parse stream tagsMax Kellermann1-2/+15