Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 12 | -12/+12 | |
2014-12-26 | lib/ffmpeg/Buffer: always include libavutil/mem.h | Max Kellermann | 1 | -2/+1 | |
Needed for av_free(). | |||||
2014-12-21 | decoder/ffmpeg: move code to lib/ffmpeg/Init.cxx | Max Kellermann | 2 | -0/+64 | |
2014-12-20 | decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxx | Max Kellermann | 2 | -0/+96 | |
2014-12-19 | decoder/ffmpeg: use AVStream::duration | Max Kellermann | 1 | -0/+25 | |
Use the duration of the stream we're actually decoding - not the "global" attribute AVFormatContext::duration which may differ. | |||||
2014-12-19 | lib/ffmpeg/Time: add API documentation | Max Kellermann | 1 | -0/+9 | |
2014-12-19 | decoder/ffmpeg: move code to lib/ffmpeg/Time.hxx | Max Kellermann | 1 | -0/+76 | |
2014-12-18 | decoder/ffmpeg: move code to class FfmpegBuffer | Max Kellermann | 1 | -0/+73 | |
2014-12-18 | decoder/ffmpeg: log detailed error message | Max Kellermann | 2 | -0/+74 | |
2014-08-18 | input/ffmpeg: use av_strerror() | Max Kellermann | 2 | -0/+74 | |
Generate more detailed error messages. | |||||
2014-08-18 | {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxx | Max Kellermann | 2 | -0/+51 | |
Eliminate duplicate definition (in input plugin and decoder plugin). |