- Jul 24, 2008
-
-
Diego Biurrun authored
Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. Originally committed as revision 14366 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 18, 2008
-
-
Måns Rullgård authored
Originally committed as revision 14275 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 17, 2008
-
-
Måns Rullgård authored
Originally committed as revision 14265 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 15, 2008
-
-
Måns Rullgård authored
Originally committed as revision 14242 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 14240 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 14239 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexander Strange authored
This makes debug output much easier to read when the same codec is open more than once. Originally committed as revision 14237 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 13, 2008
-
-
Vitor Sessak authored
Originally committed as revision 14213 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 14205 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 05, 2008
-
-
Peter Ross authored
patch by Peter Ross, pross xvid org Originally committed as revision 14073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 08, 2008
-
-
Michael Niedermayer authored
Originally committed as revision 13711 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 05, 2008
-
-
Måns Rullgård authored
Originally committed as revision 13665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 03, 2008
-
-
Rafaël Carré authored
patch by Rafaël Carré, funman videolan org Originally committed as revision 13652 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 01, 2008
-
-
Stefano Sabatini authored
definition of long_name strings in libavcodec and libavformat. Patch by: Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 30, 2008
-
-
Diego Biurrun authored
Originally committed as revision 13555 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 25, 2008
-
-
Michael Niedermayer authored
Fixed issue417. Originally committed as revision 13405 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This is more efficient as in practice the check is redundant most of the time. Callers which do not know if enough data is available have to check it with av_fifo_size(). Doing the check in *read() means the caller has no choice to skip the check when its known to be redundant. Also the return value was never documented in a public header so changing it should not break the API. Besides this fixes the case where read() failed on a 100% full fifo. Originally committed as revision 13404 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 23, 2008
-
-
Michael Niedermayer authored
Originally committed as revision 13251 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 13250 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 09, 2008
-
-
Diego Biurrun authored
Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 08, 2008
-
-
Ramiro Polla authored
typedef x86_reg as the appropriate size and use it instead. Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 06, 2008
-
-
Diego Biurrun authored
Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 13068 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 03, 2008
-
-
Måns Rullgård authored
Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 26, 2008
-
-
Baptiste Coudurier authored
Originally committed as revision 12982 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 24, 2008
-
-
Stefano Sabatini authored
Patch by Stefano Sabatini stefanodotsabatini-lalaatpostedotit Originally committed as revision 12934 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 19, 2008
-
-
Vladimir Voroshilov authored
Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 18, 2008
-
-
Diego Biurrun authored
Originally committed as revision 12889 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 17, 2008
-
-
Diego Biurrun authored
Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 11, 2008
-
-
Stefano Sabatini authored
patch by Stefano Sabatini: stefano sabatini-lala poste it Originally committed as revision 12790 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 09, 2008
-
-
Benoit Fouet authored
Originally committed as revision 12774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Björn Axelsson authored
Patch by Björn Axelsson: bjorn axelsson intinor se Original thread: [FFmpeg-devel] [RFC][PATCH] av_fifo_write_from_bytestream() Date: 04/03/2008 12:14 PM Originally committed as revision 12773 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 07, 2008
-
-
Måns Rullgård authored
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 05, 2008
-
-
Michael Niedermayer authored
Originally committed as revision 12755 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 03, 2008
-
-
Michael Niedermayer authored
Originally committed as revision 12677 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 22, 2008
-
-
Alexander Strange authored
so that LOCAL_MANGLE can be used without EXTERN_PREFIX. patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12558 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 21, 2008
-
-
Zuxy Meng authored
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
-