log stream/stream_ffmpeg.c @ 34095:8aa5d46de341

age author description
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Thu, 10 Feb 2011 21:25:38 +0000 ranma Fix stream_write_buffer to make sure all requested bytes are written
Tue, 25 May 2010 23:07:28 +0000 hyc Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams
Wed, 03 Feb 2010 22:33:35 +0000 reimar Reindent
Wed, 03 Feb 2010 22:32:48 +0000 reimar Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Wed, 06 Jan 2010 16:12:58 +0000 reimar Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
Wed, 06 Jan 2010 16:11:29 +0000 reimar Simplify ffmpeg stream support, we (so far) do not need any special option parsing.
Tue, 17 Nov 2009 18:30:33 +0000 reimar Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
Tue, 17 Nov 2009 16:09:17 +0000 reimar Add preliminary support for streaming via FFmpeg's URProtocol functions.