- 24 Jan, 2010 4 commits
-
-
Stefano Sabatini authored
rather than with simple filenames. Originally committed as revision 21429 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 21420 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 21417 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 21415 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2010 1 commit
-
-
Reimar Döffinger authored
if it reached EOF, making it useful in more cases. Originally committed as revision 21393 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Oct, 2009 1 commit
-
-
Benoit Fouet authored
version bump. See thread: [FFmpeg-devel] & vs. && Date: Mon, 12 Oct 2009 14:21:06 +0200 Originally committed as revision 20330 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jun, 2009 1 commit
-
-
Kostya Shishkov authored
demuxer into more common place. Originally committed as revision 19087 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 18948 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2009 1 commit
-
-
Ronald S. Bultje authored
associated with the I/O handle (e.g. the fd returned by open()). See "[RFC] rtsp.c EOF support" thread. There were previously some URI-specific implementations of the same idea, e.g. rtp_get_file_handles() and udp_get_file_handle(). All of these are deprecated by this patch and will be removed at the next major API bump. Originally committed as revision 17779 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2009 2 commits
-
-
Stefano Sabatini authored
This should prevent its direct inclusion in an external project, which results broken if avformat.h is not included before. Originally committed as revision 17626 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 17625 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Feb, 2009 4 commits
-
-
Stefano Sabatini authored
Originally committed as revision 17347 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
major bump. There is no need for that, since av_protocol_next() already provides access to the first registered protocol. Originally committed as revision 17326 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 17324 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
register_protocol(). Originally committed as revision 17322 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16100 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Oct, 2008 1 commit
-
-
Diego Biurrun authored
The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Aug, 2008 1 commit
-
-
Ronald S. Bultje authored
but which opens a URLProtocol instead of a filename. url_open() is reimplemented to call url_open_protocol(). See discussion on "url_open_protocol" on ffmpeg-devel. Originally committed as revision 14857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Mar, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 12555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Mar, 2008 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 12548 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12537 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Mar, 2008 1 commit
-
-
Björn Axelsson authored
Patch by Björn Axelsson (bjorn axelsson intinor se) Originally committed as revision 12411 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2007 1 commit
-
-
Reimar Döffinger authored
The name is in analogy to init_put_byte, but I would not mind it being changed to something better. Originally committed as revision 11305 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Dec, 2007 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 11295 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ivo van Poorten authored
Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Dec, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11286 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Dec, 2007 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 11274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 11273 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 11268 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Dec, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2007 1 commit
-
-
Björn Axelsson authored
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek(). patch by: Björn Axelsson, bjorn d axelsson a intinor d se Originally committed as revision 11110 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Nov, 2007 1 commit
-
-
Björn Axelsson authored
av_url_read_play(), av_url_read_pause() and av_url_read_seek(). patch by: Björn Axelsson, bjorn d axelsson a intinor d se Originally committed as revision 11086 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Nov, 2007 1 commit
-
-
Björn Axelsson authored
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Nov, 2007 2 commits
-
-
Panagiotis Issaris authored
Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Panagiotis Issaris authored
Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Nov, 2007 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-