aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/ffmpeg/Buffer: add "malloc" attributeMax Kellermann2015-06-221-0/+1
|
* Copyright year 2015Max Kellermann2015-01-0112-12/+12
|
* lib/ffmpeg/Buffer: always include libavutil/mem.hMax Kellermann2014-12-261-2/+1
| | | | Needed for av_free().
* decoder/ffmpeg: move code to lib/ffmpeg/Init.cxxMax Kellermann2014-12-212-0/+64
|
* decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxxMax Kellermann2014-12-202-0/+96
|
* decoder/ffmpeg: use AVStream::durationMax Kellermann2014-12-191-0/+25
| | | | | Use the duration of the stream we're actually decoding - not the "global" attribute AVFormatContext::duration which may differ.
* lib/ffmpeg/Time: add API documentationMax Kellermann2014-12-191-0/+9
|
* decoder/ffmpeg: move code to lib/ffmpeg/Time.hxxMax Kellermann2014-12-191-0/+76
|
* decoder/ffmpeg: move code to class FfmpegBufferMax Kellermann2014-12-181-0/+73
|
* decoder/ffmpeg: log detailed error messageMax Kellermann2014-12-182-0/+74
|
* input/ffmpeg: use av_strerror()Max Kellermann2014-08-182-0/+74
| | | | Generate more detailed error messages.
* {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann2014-08-182-0/+51
Eliminate duplicate definition (in input plugin and decoder plugin).