- 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 2 commits
-
-
Kostya Shishkov authored
Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Oct, 2007 1 commit
-
-
Baptiste Coudurier authored
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2007 1 commit
-
-
Björn Axelsson authored
Patch by Björn Axelsson bjorn axelsson intinor se Original thread: [FFmpeg-devel] [PATCH] MMS protocol support patch 1 Date: 09/19/2007 05:51 PM Originally committed as revision 10709 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Sep, 2007 1 commit
-
-
Björn Axelsson authored
Patch by Björn Axelsson bjorn axelsson intinor se Originally committed as revision 10608 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Sep, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 10472 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jun, 2007 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2007 1 commit
-
-
Panagiotis Issaris authored
warning and notes. Originally committed as revision 8261 to svn://svn.ffmpeg.org/ffmpeg/trunk
-