aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/_flac_common.h
Commit message (Expand)AuthorAge
* decoder/_ogg_common: rename to ogg_common.cMax Kellermann2012-09-04
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-02
* decoder/flac: use error messages from libFLACMax Kellermann2012-02-11
* copyright year 2011Max Kellermann2011-01-29
* decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann2010-01-06
* decoder/flac: remember audio_format, not stream_infoMax Kellermann2010-01-06
* decoder/flac: removed CUE sheet supportMax Kellermann2010-01-06
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-04
* Update copyright notices.Avuton Olrich2009-12-31
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann2009-11-11
* decoder/flac: calculate time stamp from current frameMax Kellermann2009-11-11
* decoder/flac: calculate bit rate in flac_common_write()Max Kellermann2009-11-11
* decoder/flac: store the whole stream info object, not durationMax Kellermann2009-11-11
* decoder/flac: moved code to flac_compat.hMax Kellermann2009-11-11
* decoder/flac: keep track of current frame numberMax Kellermann2009-11-11
* decoder/flac: moved code to flac_metadata.cMax Kellermann2009-11-11
* decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann2009-11-11
* decoder/flac: don't use float to calculate song durationMax Kellermann2009-11-10
* decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann2009-11-10
* decoder/flac: use pcm_buffer instead of fixed bufferMax Kellermann2009-11-10
* decoder/flac: added function flac_data_deinit()Max Kellermann2009-11-10
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-16
* all: Update copyright header.Avuton Olrich2009-03-13
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-09
* flac: include config.hMax Kellermann2009-01-19
* flac: always allocate tag objectMax Kellermann2009-01-15
* flac: no CamelCaseMax Kellermann2009-01-15
* flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann2008-11-21
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* added prefix to header macrosMax Kellermann2008-10-31
* input_stream: removed the InputStream typedefMax Kellermann2008-10-26
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26