aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_compat.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-11decoder/flac: emulate FLAC__stream_decoder_init_stream()Max Kellermann1-0/+32
2009-11-11decoder/flac: use the new API functionsMax Kellermann1-79/+37
2009-11-11decoder/flac: removed the fake flac_ogg_init() fallbackMax Kellermann1-2/+0
2009-11-11decoder/flac: moved code to flac_compat.hMax Kellermann1-73/+2
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
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-3/+2
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-4/+2
2008-04-12use unsigned integers and size_t in the flac pluginMax Kellermann1-2/+2
2007-12-31fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong1-7/+5
2007-09-10buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong1-1/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14flac: workaround for type inconsistency between new/old read callbackEric Wong1-0/+2
2007-01-14flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong1-2/+2
2006-12-04Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong1-4/+14
2006-12-04Introduce backwards compatibility with pre-1.1.3 FLACEric Wong1-1/+98
2006-07-20Add mpd-indent.shAvuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-20/+20
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-0/+1