aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/FfmpegInputPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-281-8/+7
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-6/+6
* InputInternal: remove obsolete libraryMax Kellermann2013-10-231-1/+0
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-1/+4
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-1/+1
* input/*: don't allocate attribute "mime"Max Kellermann2013-10-151-1/+1
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
* util/Error: new error passing libraryMax Kellermann2013-09-041-16/+12
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
* InputPlugin: pass config_param referenceMax Kellermann2013-08-041-1/+1
* InputStream: add constructor/destructorMax Kellermann2013-01-281-5/+2
* input/ffmpeg: add constructor/destructorMax Kellermann2013-01-281-23/+26
* input/ffmpeg: rename the classMax Kellermann2013-01-281-7/+7
* decoder/ffmpeg: require ffmpeg/libav 0.7.6Max Kellermann2013-01-281-31/+0
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-1/+1
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-2/+2
* input/ffmpeg: convert to C++Max Kellermann2013-01-211-0/+214