aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/FfmpegInputPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-1/+1
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-1/+1
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* input/ffmpeg: use FfmpegInit() instead of av_register_all()Max Kellermann2014-12-211-2/+2
* input/ffmpeg: use av_strerror()Max Kellermann2014-08-181-4/+4
* {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann2014-08-181-3/+1
* input/ffmpeg: update offset after seekingMax Kellermann2014-08-181-0/+1
* input/ffmpeg: refactor error code pathMax Kellermann2014-08-181-4/+4
* input/ffmpeg: use "auto"Max Kellermann2014-08-181-10/+10
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-3/+3
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
* InputStream: make various methods abstractMax Kellermann2014-05-111-27/+17
* InputStream: add virtual destructorMax Kellermann2014-05-111-9/+0
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-11/+8
* InputStream: convert to classMax Kellermann2014-05-111-1/+1
* InputPlugin: allow init() to soft-failMax Kellermann2014-03-021-3/+3
* Input*: move to input/Max Kellermann2014-01-241-0/+177