aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-1/+1
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann1-17/+1
2009-01-15flac: always allocate tag objectMax Kellermann1-11/+21
2009-01-15flac: use bool instead of intMax Kellermann1-27/+22
2009-01-15flac: removed "vorbis_comment_found" flagMax Kellermann1-10/+4
2009-01-15flac: no CamelCaseMax Kellermann1-82/+91
2009-01-01decoder plugins: don't include gcc.hMax Kellermann1-7/+9
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann1-0/+1
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+8
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann1-15/+10
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann1-0/+3