Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-07-03 | decoder/ffmpeg: use AVIO_FLAG_READ on newer ffmpeg versions | Skottish | 1 | -1/+3 | |
FFmpeg/libav have dropped AVIO_RDONLY in favor of AVIO_FLAG_READ. This patch fixes that in MPD. | |||||
2011-05-09 | input/ffmpeg: use the new AVIOContext API | Max Kellermann | 1 | -1/+37 | |
URLContext is deprecated. | |||||
2011-04-12 | decoder/ffmpeg: drop support for pre-0.5 ffmpeg | Anton Khirnov | 1 | -7/+0 | |
All modern distros ship 0.5, so there's no need to support old and buggy ffmpeg versions. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-05-18 | input/ffmpeg: new input plugin using libavformat's "avio" library | Max Kellermann | 1 | -0/+168 | |