Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/ffmpeg: use AVIO_FLAG_READ on newer ffmpeg versions | Skottish | 2011-07-03 | 1 | -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 API | Max Kellermann | 2011-05-09 | 1 | -1/+37 |
| | | | | URLContext is deprecated. | ||||
* | decoder/ffmpeg: drop support for pre-0.5 ffmpeg | Anton Khirnov | 2011-04-12 | 1 | -7/+0 |
| | | | | | All modern distros ship 0.5, so there's no need to support old and buggy ffmpeg versions. | ||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | input/ffmpeg: new input plugin using libavformat's "avio" library | Max Kellermann | 2010-05-18 | 1 | -0/+168 |