summaryrefslogtreecommitdiff
path: root/src/decoder/FfmpegDecoderPlugin.cxx
AgeCommit message (Expand)Author
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-15Merge branch 'v0.18.x'Max Kellermann
2014-01-15decoder/ffmpeg: support libav v10_alpha1Max Kellermann
2014-01-15decoder/ffmpeg: include cleanupMax Kellermann
2014-01-15decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann
2014-01-14decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-24Merge tag 'release-0.18.6'Max Kellermann
2013-12-20fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien
2013-12-14Merge branch 'v0.18.x'Max Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-28decoder/ffmpeg: use IgnoreError instead of local Error instanceMax Kellermann
2013-11-04Log: add level "DEFAULT"Max Kellermann
2013-10-23input_stream: rename struct to InputStreamMax Kellermann
2013-10-23InputStream: add method Rewind()Max Kellermann
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-19decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-07FfmpegDecoderPlugin: Allocate the interleaved buffer as needed instead of usi...Alexis Ballier
2013-08-05decoder/ffmpeg: convert struct mpd_ffmpeg_stream to a classMax Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-08-04Merge tag 'release-0.17.5'Max Kellermann
2013-08-04DecoderPlugin: pass config_param referenceMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-31decoder/ffmpeg: require ffmpeg/libav 0.8Max Kellermann
2013-07-29audio_check: convert to C++Max Kellermann
2013-07-29tag_handler: convert to C++Max Kellermann
2013-07-28decoder_api: convert to C++Max Kellermann
2013-04-08decoder/ffmpeg: suppress warning about unused variableMax Kellermann
2013-04-05ffmpeg decoder plugin: do not allocate an AVFrame on stack.Anton Khirnov
2013-01-28InputStream: use std::stringMax Kellermann
2013-01-28decoder/ffmpeg: require ffmpeg/libav 0.7.6Max Kellermann
2013-01-26input_stream: forward-declare the structMax Kellermann
2013-01-26decoder/ffmpeg: convert to C++Max Kellermann