aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_flac_common.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-2/+4
2010-03-21Add support for MixRamp tagsTim Phipps1-5/+6
2010-02-17replay_gain_info: allocate the struct staticallyMax Kellermann1-6/+3
2010-01-06decoder/flac: support streams without STREAMINFO blockMax Kellermann1-1/+40
2010-01-06decoder/flac: pass bits_per_sample to flac_sample_format()Max Kellermann1-3/+3
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann1-20/+12
2010-01-06decoder/flac: remember audio_format, not stream_infoMax Kellermann1-12/+28
2010-01-06decoder/flac: removed CUE sheet supportMax Kellermann1-53/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-9/+8
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-8/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-2/+25
2009-11-19decoder/flac: fixed compiler warningMax Kellermann1-3/+1
2009-11-18decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann1-0/+2
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-9/+9
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-11decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann1-7/+28
2009-11-11decoder/flac: use frame header instead of audio_formatMax Kellermann1-3/+3
2009-11-11decoder/flac: calculate time stamp from current frameMax Kellermann1-2/+9
2009-11-11decoder/flac: calculate bit rate in flac_common_write()Max Kellermann1-3/+10
2009-11-11decoder/flac: store the whole stream info object, not durationMax Kellermann1-1/+4
2009-11-11decoder/flac: keep track of current frame numberMax Kellermann1-0/+3
2009-11-11decoder/flac: moved code to flac_pcm.cMax Kellermann1-81/+1
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann1-164/+1
2009-11-11decoder/flac: return replay_gain_info object from helper functionMax Kellermann1-28/+24
2009-11-11decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann1-1/+20
2009-11-10decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann1-7/+5
2009-11-10decoder/flac: use pcm_buffer instead of fixed bufferMax Kellermann1-37/+27
2009-11-10decoder/flac: added function flac_data_deinit()Max Kellermann1-0/+10
2009-11-10decoder/flac: pass void pointer to flac_convert()Max Kellermann1-5/+5
2009-11-10decoder/flac: pass audio_format.bits to flac_convert()Max Kellermann1-11/+8
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-3/+3
2009-08-14decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann1-4/+6
2009-07-22decoder/flac: fixed indentation of flac_comment_value()Max Kellermann1-19/+21
2009-07-22decoder/flac: parse all replaygain tagsMax Kellermann1-14/+18
2009-07-22decoder/flac: return early from flac_find_float_comment()Max Kellermann1-21/+22
2009-07-22decoder/flac: removed misplaced authorship commentMax Kellermann1-1/+0
2009-07-19Add audio_format_init() functionDavid Woodhouse1-3/+2
2009-03-17flac/cue: added support for TITLE[n] commentsMario Lenz1-2/+9
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz1-15/+24
2009-03-13all: Update copyright header.Avuton Olrich1-9/+11
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil1-3/+51
2009-03-01flac: parse stream tagsMax Kellermann1-0/+4
2009-02-27tag: no CamelCaseMax Kellermann1-1/+1
2009-01-15flac: map "Album Artist" to "AlbumArtist"Rasmus Steinke1-1/+3
2009-01-15flac: splitted flac_copy_vorbis_comment()Max Kellermann1-37/+38
2009-01-15flac: moved code to flac_comment_value()Max Kellermann1-5/+26
2009-01-15flac: always allocate tag objectMax Kellermann1-14/+8
2009-01-15flac: use bool instead of intMax Kellermann1-15/+15
2009-01-15flac: no CamelCaseMax Kellermann1-39/+44