log stream/stream_ffmpeg.c @ 34417:1745c2a7a628

age author description
2011-08-09 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
2011-02-10 ranma Fix stream_write_buffer to make sure all requested bytes are written
2010-05-25 hyc Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams
2010-02-03 reimar Reindent
2010-02-03 reimar Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
2010-01-30 diego Add license header to all files missing it in the stream subdirectory.
2010-01-06 reimar Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
2010-01-06 reimar Simplify ffmpeg stream support, we (so far) do not need any special option parsing.
2009-11-17 reimar Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
2009-11-17 reimar Add preliminary support for streaming via FFmpeg's URProtocol functions.