aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_flac_common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann2010-01-061-15/+6
* decoder/flac: remember audio_format, not stream_infoMax Kellermann2010-01-061-7/+13
* decoder/flac: removed CUE sheet supportMax Kellermann2010-01-061-11/+0
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-1/+0
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-0/+2
* decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann2009-11-111-1/+16
* decoder/flac: calculate time stamp from current frameMax Kellermann2009-11-111-1/+6
* decoder/flac: calculate bit rate in flac_common_write()Max Kellermann2009-11-111-2/+2
* decoder/flac: store the whole stream info object, not durationMax Kellermann2009-11-111-1/+13
* decoder/flac: moved code to flac_compat.hMax Kellermann2009-11-111-113/+3
* decoder/flac: keep track of current frame numberMax Kellermann2009-11-111-0/+5
* decoder/flac: moved code to flac_metadata.cMax Kellermann2009-11-111-11/+0
* decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann2009-11-111-2/+2
* decoder/flac: don't use float to calculate song durationMax Kellermann2009-11-101-0/+7
* decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann2009-11-101-1/+1
* decoder/flac: use pcm_buffer instead of fixed bufferMax Kellermann2009-11-101-2/+4
* decoder/flac: added function flac_data_deinit()Max Kellermann2009-11-101-0/+3
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-161-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-9/+11
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-091-0/+11
* flac: include config.hMax Kellermann2009-01-191-0/+1
* flac: always allocate tag objectMax Kellermann2009-01-151-3/+3
* flac: no CamelCaseMax Kellermann2009-01-151-12/+16
* flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann2008-11-211-0/+5
* replay_gain: no CamelCaseMax Kellermann2008-11-111-1/+1
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-2/+2
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+168