aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/flac: check "seekable" in libFLAC callbacksMax Kellermann2009-11-111-0/+6
* decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann2009-11-111-12/+4
* decoder/flac: use stream_info instead of audio_formatMax Kellermann2009-11-111-2/+2
* decoder/flac: calculate time stamp from current frameMax Kellermann2009-11-111-7/+2
* decoder/flac: calculate bit rate in flac_common_write()Max Kellermann2009-11-111-11/+12
* decoder/flac: store the whole stream info object, not durationMax Kellermann2009-11-111-4/+10
* decoder/flac: merge code into flac_decoder_initialize()Max Kellermann2009-11-111-50/+39
* decoder/flac: merged code into flac_decoder_new()Max Kellermann2009-11-111-28/+27
* decoder/flac: free the "pathname" variable earlierMax Kellermann2009-11-111-31/+15
* decoder/flac: emulate FLAC__stream_decoder_init_stream()Max Kellermann2009-11-111-30/+12
* decoder/flac: use the new API functionsMax Kellermann2009-11-111-45/+52
* decoder/flac: removed the fake flac_ogg_init() fallbackMax Kellermann2009-11-111-0/+4
* decoder/flac: moved code to flac_compat.hMax Kellermann2009-11-111-0/+5
* decoder/{flac,vorbis}: include config.h for LFSMax Kellermann2009-11-111-0/+1
* decoder/flac: merged code into flac_decoder_loop()Max Kellermann2009-11-111-101/+55
* decoder/flac: keep track of current frame numberMax Kellermann2009-11-111-0/+3
* Merge remote branch 'origin/v0.15.x'Max Kellermann2009-11-111-14/+8
|\
| * decoder/flac: fixed CUE seeking range checkMax Kellermann2009-11-111-14/+8
* | decoder/flac: removed redundant NULL checksMax Kellermann2009-11-111-9/+3
* | decoder/flac: moved code to flac_metadata.cMax Kellermann2009-11-111-0/+1
* | decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann2009-11-111-12/+4
* | decoder/flac: don't use float to calculate song durationMax Kellermann2009-11-101-5/+2
* | decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann2009-11-101-2/+4
* | decoder/flac: added function flac_data_deinit()Max Kellermann2009-11-101-8/+3
* | 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
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-5/+2
* | 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
* | flac: load external cue sheet when no internal oneSerge Ziryukin2009-07-091-0/+14
|/
* 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
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-161-6/+6
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-091-3/+401
* flac: explicitly check for STOP commandMax Kellermann2009-03-051-1/+2
* flac: check command after flac_process_single() failureMax Kellermann2009-03-051-3/+6
* flac: parse stream tagsMax Kellermann2009-03-011-2/+15
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-151-1/+1
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-171-17/+1
* flac: always allocate tag objectMax Kellermann2009-01-151-11/+21
* flac: use bool instead of intMax Kellermann2009-01-151-27/+22
* flac: removed "vorbis_comment_found" flagMax Kellermann2009-01-151-10/+4
* flac: no CamelCaseMax Kellermann2009-01-151-82/+91
* decoder plugins: don't include gcc.hMax Kellermann2009-01-011-7/+9
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-241-0/+1