aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_flac_common.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
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