Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | input/ffmpeg: use FfmpegInit() instead of av_register_all() | Max Kellermann | 2014-12-21 | 1 | -2/+2 |
| | | | | Make sure that the log callback is installed. | ||||
* | input/ffmpeg: use av_strerror() | Max Kellermann | 2014-08-18 | 1 | -4/+4 |
| | | | | Generate more detailed error messages. | ||||
* | {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxx | Max Kellermann | 2014-08-18 | 1 | -3/+1 |
| | | | | Eliminate duplicate definition (in input plugin and decoder plugin). | ||||
* | input/ffmpeg: update offset after seeking | Max Kellermann | 2014-08-18 | 1 | -0/+1 |
| | |||||
* | input/ffmpeg: refactor error code path | Max Kellermann | 2014-08-18 | 1 | -4/+4 |
| | |||||
* | input/ffmpeg: use "auto" | Max Kellermann | 2014-08-18 | 1 | -10/+10 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -3/+3 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | InputStream: remove attribute "plugin" | Max Kellermann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | InputStream: make various methods abstract | Max Kellermann | 2014-05-11 | 1 | -27/+17 |
| | | | | Replace InputPlugin attributes. | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -9/+0 |
| | | | Replaces the method Close(). | ||||
* | input/plugins: make InputStream the base class | Max Kellermann | 2014-05-11 | 1 | -11/+8 |
| | | | | Prepare for adding virtual methods. | ||||
* | InputStream: convert to class | Max Kellermann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | InputPlugin: allow init() to soft-fail | Max Kellermann | 2014-03-02 | 1 | -3/+3 |
| | | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+177 |