aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/FfmpegInputPlugin.cxx (follow)
Commit message (Collapse)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
| | | | The old struct config_param remains only for top-level string options.
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* input/ffmpeg: use FfmpegInit() instead of av_register_all()Max Kellermann2014-12-211-2/+2
| | | | Make sure that the log callback is installed.
* input/ffmpeg: use av_strerror()Max Kellermann2014-08-181-4/+4
| | | | Generate more detailed error messages.
* {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann2014-08-181-3/+1
| | | | Eliminate duplicate definition (in input plugin and decoder plugin).
* 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
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-27/+17
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-9/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-11/+8
| | | | Prepare for adding virtual methods.
* InputStream: convert to classMax Kellermann2014-05-111-1/+1
|
* InputPlugin: allow init() to soft-failMax Kellermann2014-03-021-3/+3
| | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable.
* Input*: move to input/Max Kellermann2014-01-241-0/+177