aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ffmpeg_input_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/ffmpeg: use AVIO_FLAG_READ on newer ffmpeg versionsSkottish2011-07-031-1/+3
| | | | | FFmpeg/libav have dropped AVIO_RDONLY in favor of AVIO_FLAG_READ. This patch fixes that in MPD.
* input/ffmpeg: use the new AVIOContext APIMax Kellermann2011-05-091-1/+37
| | | | URLContext is deprecated.
* decoder/ffmpeg: drop support for pre-0.5 ffmpegAnton Khirnov2011-04-121-7/+0
| | | | | All modern distros ship 0.5, so there's no need to support old and buggy ffmpeg versions.
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann2010-05-181-0/+168