summaryrefslogtreecommitdiff
path: root/src/decoder/flac_plugin.c
AgeCommit message (Expand)Author
2010-01-04renamed decoder plugin sourcesMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-30Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann
2009-12-15input_stream: return errors with GErrorMax Kellermann
2009-11-11decoder/flac: check "seekable" in libFLAC callbacksMax Kellermann
2009-11-11decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann
2009-11-11decoder/flac: use stream_info instead of audio_formatMax Kellermann
2009-11-11decoder/flac: calculate time stamp from current frameMax Kellermann
2009-11-11decoder/flac: calculate bit rate in flac_common_write()Max Kellermann
2009-11-11decoder/flac: store the whole stream info object, not durationMax Kellermann
2009-11-11decoder/flac: merge code into flac_decoder_initialize()Max Kellermann
2009-11-11decoder/flac: merged code into flac_decoder_new()Max Kellermann
2009-11-11decoder/flac: free the "pathname" variable earlierMax Kellermann
2009-11-11decoder/flac: emulate FLAC__stream_decoder_init_stream()Max Kellermann
2009-11-11decoder/flac: use the new API functionsMax Kellermann
2009-11-11decoder/flac: removed the fake flac_ogg_init() fallbackMax Kellermann
2009-11-11decoder/flac: moved code to flac_compat.hMax Kellermann
2009-11-11decoder/{flac,vorbis}: include config.h for LFSMax Kellermann
2009-11-11decoder/flac: merged code into flac_decoder_loop()Max Kellermann
2009-11-11decoder/flac: keep track of current frame numberMax Kellermann
2009-11-11Merge remote branch 'origin/v0.15.x'Max Kellermann
2009-11-11decoder/flac: fixed CUE seeking range checkMax Kellermann
2009-11-11decoder/flac: removed redundant NULL checksMax Kellermann
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann
2009-11-11decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann
2009-11-10decoder/flac: don't use float to calculate song durationMax Kellermann
2009-11-10decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann
2009-11-10decoder/flac: added function flac_data_deinit()Max Kellermann
2009-10-18Merged release 0.15.5 from branch 'v0.15.x'Max Kellermann
2009-10-16decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-07-16Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann
2009-07-09flac: load external cue sheet when no internal oneSerge Ziryukin
2009-07-06decoder/flac: fix assertion failure in tag_free() callMax Kellermann
2009-04-01flac: fixed "unused variable" warning without libcueMax Kellermann
2009-03-31Tag subtracks according to "cuesheet" vorbis comment valueJochen Keil
2009-03-31track length is computed correctly nowJochen Keil
2009-03-31free previously allocated flac metadata objectJochen Keil
2009-03-31remove old commented codeJochen Keil
2009-03-28Bugfix for time/offset in flac pluginJochen Keil
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil
2009-03-05flac: explicitly check for STOP commandMax Kellermann
2009-03-05flac: check command after flac_process_single() failureMax Kellermann
2009-03-01flac: parse stream tagsMax Kellermann
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann
2009-01-15flac: always allocate tag objectMax Kellermann