- 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
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Sep, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 15420 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2008 1 commit
-
-
Baptiste Coudurier authored
fix compilation on freebsd 5.5 Originally committed as revision 15406 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2008 1 commit
-
-
Ronald S. Bultje authored
actual hostname. This functionality already exists (and always existed) in url_split() and is therefore useless. See discussion in "[PATCH] tcp.c/udp.c memleak?" thread on ffmpeg-devel. Originally committed as revision 14946 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Aug, 2008 5 commits
-
-
Ronald S. Bultje authored
Originally committed as revision 14926 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
allows easier control of the actual return value. Originally committed as revision 14925 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
only allocated if initialization worked. This means that on failure, we don't have to deallocate it. Originally committed as revision 14924 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
"[PATCH] tcp.c/udp.c memleak?" for discussion. Originally committed as revision 14923 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 14922 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Björn Axelsson, bjorn.axelsson intinor se Originally committed as revision 12338 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Nov, 2007 1 commit
-
-
Luca Abeni authored
Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Aug, 2007 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 10040 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Aug, 2007 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 9982 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2007 1 commit
-
-
Panagiotis Issaris authored
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Apr, 2007 2 commits
-
-
Alex Beregszaszi authored
Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Apr, 2007 2 commits
-
-
Alex Beregszaszi authored
Originally committed as revision 8834 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
Originally committed as revision 8833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Feb, 2007 1 commit
-
-
Alex Beregszaszi authored
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards Originally committed as revision 8073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2007 1 commit
-
-
François Revol authored
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Feb, 2007 1 commit
-
-
Ramiro Polla authored
patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jan, 2007 1 commit
-
-
Ramiro Polla authored
Patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: date: Jan 20, 2007 8:56 PM subject: [Ffmpeg-devel] [PATCH] [RFC] change socket read and write functions Originally committed as revision 7613 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jan, 2007 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 7583 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
François Revol authored
Originally committed as revision 7581 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Feb, 2006 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4207 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Feb, 2005 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Aug, 2004 1 commit
-
-
Petr Doubek authored
tested and submitted by (Torsten Spindler <spindler at hbt dot arch dot ethz dot ch>) Originally committed as revision 3381 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jun, 2004 1 commit
-
-
Mike Melanson authored
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Mar, 2004 2 commits
-
-
Leon van Stuivenberg authored
tcp/http in ffmpeg.c patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) Originally committed as revision 2891 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) Originally committed as revision 2885 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Sep, 2003 1 commit
-
-
Philip Gladstone authored
Whenever there was an EINTR/EAGAIN return, then a byte in the data stream would be duplicated!! This fix should allow ffserver to work again. Originally committed as revision 2317 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2003 1 commit
-
-
François Revol authored
Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jul, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2061 to svn://svn.ffmpeg.org/ffmpeg/trunk
-