summaryrefslogtreecommitdiffstats
path: root/stream/stream_ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Reindentreimar2010-02-031-4/+4
* Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.reimar2010-02-031-3/+7
* Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+18
* Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://reimar2010-01-061-1/+1
* Simplify ffmpeg stream support, we (so far) do not need any special option pa...reimar2010-01-061-29/+3
* Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is setreimar2009-11-171-2/+2
* Add preliminary support for streaming via FFmpeg's URProtocol functions.reimar2009-11-171-0/+140