aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_flac_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-081-2/+4
* Add support for MixRamp tagsTim Phipps2010-03-211-5/+6
* replay_gain_info: allocate the struct staticallyMax Kellermann2010-02-171-6/+3
* decoder/flac: support streams without STREAMINFO blockMax Kellermann2010-01-061-1/+40
* decoder/flac: pass bits_per_sample to flac_sample_format()Max Kellermann2010-01-061-3/+3
* decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann2010-01-061-20/+12
* decoder/flac: remember audio_format, not stream_infoMax Kellermann2010-01-061-12/+28
* decoder/flac: removed CUE sheet supportMax Kellermann2010-01-061-53/+0
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-9/+8
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-8/+1
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-2/+25
* Merged release 0.15.6 from branch 'v0.15.x'Max Kellermann2009-11-191-3/+3
|\
| * decoder/flac: fixed compiler warningMax Kellermann2009-11-191-3/+1
| * decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann2009-11-181-0/+2
* | decoder: use audio_format_init_checked()Max Kellermann2009-11-141-9/+9
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* | decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann2009-11-111-7/+28
* | decoder/flac: use frame header instead of audio_formatMax Kellermann2009-11-111-3/+3
* | decoder/flac: calculate time stamp from current frameMax Kellermann2009-11-111-2/+9
* | decoder/flac: calculate bit rate in flac_common_write()Max Kellermann2009-11-111-3/+10
* | decoder/flac: store the whole stream info object, not durationMax Kellermann2009-11-111-1/+4
* | decoder/flac: keep track of current frame numberMax Kellermann2009-11-111-0/+3
* | decoder/flac: moved code to flac_pcm.cMax Kellermann2009-11-111-81/+1
* | decoder/flac: moved code to flac_metadata.cMax Kellermann2009-11-111-164/+1
* | decoder/flac: return replay_gain_info object from helper functionMax Kellermann2009-11-111-28/+24
* | decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann2009-11-111-1/+20
* | decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann2009-11-101-7/+5
* | decoder/flac: use pcm_buffer instead of fixed bufferMax Kellermann2009-11-101-37/+27
* | decoder/flac: added function flac_data_deinit()Max Kellermann2009-11-101-0/+10
* | decoder/flac: pass void pointer to flac_convert()Max Kellermann2009-11-101-5/+5
* | decoder/flac: pass audio_format.bits to flac_convert()Max Kellermann2009-11-101-11/+8
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-3/+3
* | Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann2009-08-151-55/+63
|\|
| * decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann2009-08-141-4/+6
| * decoder/flac: fixed indentation of flac_comment_value()Max Kellermann2009-07-221-19/+21
| * decoder/flac: parse all replaygain tagsMax Kellermann2009-07-221-14/+18
| * decoder/flac: return early from flac_find_float_comment()Max Kellermann2009-07-221-21/+22
| * decoder/flac: removed misplaced authorship commentMax Kellermann2009-07-221-1/+0
* | Add audio_format_init() functionDavid Woodhouse2009-07-191-3/+2
|/
* flac/cue: added support for TITLE[n] commentsMario Lenz2009-03-171-2/+9
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-161-15/+24
* all: Update copyright header.Avuton Olrich2009-03-131-9/+11
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-091-3/+51
* flac: parse stream tagsMax Kellermann2009-03-011-0/+4
* tag: no CamelCaseMax Kellermann2009-02-271-1/+1
* flac: map "Album Artist" to "AlbumArtist"Rasmus Steinke2009-01-151-1/+3
* flac: splitted flac_copy_vorbis_comment()Max Kellermann2009-01-151-37/+38
* flac: moved code to flac_comment_value()Max Kellermann2009-01-151-5/+26