aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-22lib/ffmpeg/Buffer: add "malloc" attributeMax Kellermann1-0/+1
2015-01-01Copyright year 2015Max Kellermann12-12/+12
2014-12-26lib/ffmpeg/Buffer: always include libavutil/mem.hMax Kellermann1-2/+1
Needed for av_free().
2014-12-21decoder/ffmpeg: move code to lib/ffmpeg/Init.cxxMax Kellermann2-0/+64
2014-12-20decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxxMax Kellermann2-0/+96
2014-12-19decoder/ffmpeg: use AVStream::durationMax Kellermann1-0/+25
Use the duration of the stream we're actually decoding - not the "global" attribute AVFormatContext::duration which may differ.
2014-12-19lib/ffmpeg/Time: add API documentationMax Kellermann1-0/+9
2014-12-19decoder/ffmpeg: move code to lib/ffmpeg/Time.hxxMax Kellermann1-0/+76
2014-12-18decoder/ffmpeg: move code to class FfmpegBufferMax Kellermann1-0/+73
2014-12-18decoder/ffmpeg: log detailed error messageMax Kellermann2-0/+74
2014-08-18input/ffmpeg: use av_strerror()Max Kellermann2-0/+74
Generate more detailed error messages.
2014-08-18{input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann2-0/+51
Eliminate duplicate definition (in input plugin and decoder plugin).