aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/oggflac_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-01-15flac: always allocate tag objectMax Kellermann1-3/+11
2009-01-15flac: no CamelCaseMax Kellermann1-53/+53
2009-01-02oggflac: don't use gcc.hMax Kellermann1-9/+10
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann1-0/+1
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+8
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann1-13/+10
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann1-0/+3
2008-11-11oggflac: removed the obsolete try_decode() methodMax Kellermann1-6/+3
2008-11-11decoder: return void from decode() methodsMax Kellermann1-5/+1
2008-11-11replay_gain: no CamelCaseMax Kellermann1-1/+1
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-02ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann1-5/+0
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-1/+2
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-5/+7
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-1/+1
2008-10-31oggflac: adapt to new APIMax Kellermann1-6/+6
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-1/+1
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-3/+2
2008-10-26input_stream: no CamelCaseMax Kellermann1-6/+6
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-9/+0
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-2/+2
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-3/+3
2008-09-29use C99 struct initializersMax Kellermann1-10/+7
2008-09-23flac: moved code from flacWrite() to _flac_common.cMax Kellermann1-45/+1
2008-09-23audio_format: added audio_format_sample_size()Max Kellermann1-2/+2
2008-08-29oggflac: fix GCC warningsMax Kellermann1-9/+9
2008-08-29tag: fix the shout and oggflac pluginsMax Kellermann1-2/+4
2008-08-26flac: decoder command means EOFMax Kellermann1-3/+3
2008-08-26check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann1-3/+3
2008-08-26added decoder_read()Max Kellermann1-8/+1
2008-08-26oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann1-0/+5
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-2/+2
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann1-4/+3
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann1-1/+1
2008-08-26added decoder_get_command()Max Kellermann1-6/+7
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann1-1/+1
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann1-6/+6
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann1-3/+2
2008-08-26added decoder_initialized()Max Kellermann1-1/+1
2008-08-26added struct decoderMax Kellermann1-3/+5
2008-08-26added dc_command_finished()Max Kellermann1-2/+1
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann1-7/+8
2008-08-26clean up CPP includesMax Kellermann1-6/+0
2008-06-01oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong1-1/+1
2008-04-13Make the OutputBuffer API more consistentEric Wong1-2/+2
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-4/+4