aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/oggflac_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann1-1/+1
2010-01-06decoder/flac: remember audio_format, not stream_infoMax Kellermann1-3/+3
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31decoder: switch a bunch of plugins to stream_tag()Max Kellermann1-19/+5
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann1-1/+3
2009-12-15input_stream: return errors with GErrorMax Kellermann1-4/+12
2009-11-11decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann1-12/+3
2009-11-11decoder/flac: use stream_info instead of audio_formatMax Kellermann1-2/+2
2009-11-11decoder/oggflac: moved stream_info check to oggflac_decode()Max Kellermann1-6/+5
2009-11-11decoder/flac: calculate time stamp from current frameMax Kellermann1-7/+0
2009-11-11decoder/flac: calculate bit rate in flac_common_write()Max Kellermann1-1/+1
2009-11-11decoder/flac: store the whole stream info object, not durationMax Kellermann1-1/+9
2009-11-11decoder/{flac,vorbis}: include config.h for LFSMax Kellermann1-0/+1
2009-11-11decoder/flac: keep track of current frame numberMax Kellermann1-0/+1
2009-11-11oggflac: rewind stream after FLAC detectionMax Kellermann1-0/+8
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann1-0/+1
2009-11-11decoder/flac: merged some code into flac_tag_apply_metadata()Max Kellermann1-10/+1
2009-11-10decoder/oggflac: initialize the "tag" variableMax Kellermann1-1/+2
2009-11-10decoder/flac: don't use float to calculate song durationMax Kellermann1-3/+1
2009-11-10decoder/flac: pass VorbisComment to comments_to_tag()Max Kellermann1-1/+2
2009-11-10decoder/flac: added function flac_data_deinit()Max Kellermann1-9/+10
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