aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FLACCommon.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-1/+1
2012-10-02decoder/flac: move callbacks to class FLACInputMax Kellermann1-4/+3
2012-10-02decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann1-8/+5
2012-10-02decoder/flac: use C++ compilerMax Kellermann1-3/+5
2012-09-04decoder/_ogg_common: rename to ogg_common.cMax Kellermann1-0/+0
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-2/+0
2012-02-11decoder/flac: use error messages from libFLACMax Kellermann1-2/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann1-15/+6
2010-01-06decoder/flac: remember audio_format, not stream_infoMax Kellermann1-7/+13
2010-01-06decoder/flac: removed CUE sheet supportMax Kellermann1-11/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-1/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-0/+2
2009-11-11decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann1-1/+16
2009-11-11decoder/flac: calculate time stamp from current frameMax Kellermann1-1/+6
2009-11-11decoder/flac: calculate bit rate in flac_common_write()Max Kellermann1-2/+2
2009-11-11decoder/flac: store the whole stream info object, not durationMax Kellermann1-1/+13
2009-11-11decoder/flac: moved code to flac_compat.hMax Kellermann1-113/+3
2009-11-11decoder/flac: keep track of current frame numberMax Kellermann1-0/+5
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann1-11/+0
2009-11-11decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann1-2/+2
2009-11-10decoder/flac: don't use float to calculate song durationMax Kellermann1-0/+7
2009-11-10decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann1-1/+1
2009-11-10decoder/flac: use pcm_buffer instead of fixed bufferMax Kellermann1-2/+4
2009-11-10decoder/flac: added function flac_data_deinit()Max Kellermann1-0/+3
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-9/+11
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil1-0/+11
2009-01-19flac: include config.hMax Kellermann1-0/+1
2009-01-15flac: always allocate tag objectMax Kellermann1-3/+3
2009-01-15flac: no CamelCaseMax Kellermann1-12/+16
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann1-0/+5
2008-11-11replay_gain: no CamelCaseMax Kellermann1-1/+1
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-2/+2
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-4/+0
2008-09-23flac: removed FlacData.chunk_lengthMax Kellermann1-1/+0
2008-09-23flac: moved code from flacWrite() to _flac_common.cMax Kellermann1-12/+3
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-3/+3
2008-08-26eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann1-1/+1
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann1-0/+1
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann1-0/+1
2008-08-26added decoder_data()Max Kellermann1-6/+5
2008-08-26added decoder_initialized()Max Kellermann1-1/+1
2008-08-26added struct decoderMax Kellermann1-1/+3
2008-08-26clean up CPP includesMax Kellermann1-4/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1