Tue, 03 Sep 2013 20:28:25 +0000 |
reimar |
Quick hack to allow using ffmpeg's image2 demuxer.
|
Sun, 04 Aug 2013 13:30:42 +0000 |
reimar |
Add support for rtsp:// falling back to support via FFmpeg.
|
Sat, 16 Mar 2013 13:38:34 +0000 |
reimar |
Fix previous commit, off_t must be replaced by int64_t
|
Sat, 16 Mar 2013 10:09:12 +0000 |
reimar |
Replace some uses of off_t by uint64_t.
|
Tue, 06 Nov 2012 17:31:23 +0000 |
reimar |
Change STREAM_CTRL_GET_SIZE argument type from off_t to
|
Wed, 04 Apr 2012 18:45:37 +0000 |
reimar |
Fix write_buffer: flush after each write and
|
Wed, 04 Apr 2012 18:42:33 +0000 |
reimar |
Use AVIO_FLAG_DIRECT to avoid issues with one more pointless buffering layer.
|
Sat, 24 Mar 2012 16:28:55 +0000 |
diego |
stream_ffmpeg: convert to avio API, fix build against shared libavformat
|
Sat, 28 Jan 2012 13:47:01 +0000 |
reimar |
Some hacks to allow stream_ffmpeg to compile against newer FFmpeg.
|
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.
|