Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-08-14 | input/ffmpeg: remove fallback AV_VERSION_INT definition | Max Kellermann | 1 | -4/+1 | |
This is part of libavutil. | |||||
2012-01-04 | input/ffmpeg: use the new AVIOContext API | Max Kellermann | 1 | -1/+37 | |
URLContext is deprecated. | |||||
2012-01-04 | input/ffmpeg: define AV_VERSION_INT if not present | Max Kellermann | 1 | -0/+4 | |
Support ancient ffmpeg versions. | |||||
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -2/+5 | |
Add GMutex, GCond attributes which will be used by callers to conditionally wait on the stream. Remove the (now-useless) plugin method buffer(), wait on GCond instead. Lock the input_stream before each method call. Do the same with the playlist plugins. | |||||
2011-09-14 | input_stream: move input_stream_init(), _deinit() to _internal.c | Max Kellermann | 1 | -0/+1 | |
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 | |