summaryrefslogtreecommitdiffstats
path: root/stream/stream_ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Update Libav API usesUoti Urpala2012-02-011-2/+2
* stream_ffmpeg: switch to libavformat avio APIUoti Urpala2012-01-021-19/+31
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-1/+0
* stream: Make stream_write_buffer() check for short writesranma2011-04-121-0/+1
* demux_lavf, stream_ffmpeg: support librtmp seeksUoti Urpala2010-04-231-1/+10
* stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streamsUoti Urpala2010-04-231-0/+7
* stream_ffmpeg.c: change reads back to url_read_complete()Uoti Urpala2010-04-231-1/+1
* Merge svn changes up to r30502Uoti Urpala2010-03-091-7/+11
|\
| * Reindentreimar2010-02-031-4/+4
| * Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.reimar2010-02-031-3/+7
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+18
* | Merge svn changes up to r30236Uoti Urpala2010-01-081-30/+4
|\|
| * 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
* | stream_ffmpeg: Fix reads near EOFUoti Urpala2009-11-231-1/+1
|/
* 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