- Oct 06, 2012
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- Jul 03, 2011
-
-
Diego Biurrun authored
Adding [] to a Doxygen parameter name clashes with Doxygen syntax.
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jul 08, 2010
-
-
Diego Biurrun authored
Originally committed as revision 24108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 02, 2010
-
-
Diego Biurrun authored
Originally committed as revision 23979 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 30, 2010
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 12, 2009
-
-
Stefano Sabatini authored
See the thread: "[FFmpeg-devel] [PATCH] Box-Muller gaussian generator". Originally committed as revision 20808 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 28, 2009
-
-
Diego Biurrun authored
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 31, 2008
-
-
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
-
- Jul 30, 2008
-
-
Michael Niedermayer authored
Originally committed as revision 14479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
enough, just 4 lines of code. Originally committed as revision 14478 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 28, 2008
-
-
Michael Niedermayer authored
Originally committed as revision 14461 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
3.5 times faster than our mersene twister. 10 times less memory needed. (=less cache trashing) Originally committed as revision 14458 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 03, 2008
-
-
Vitor Sessak authored
with the other libav*. Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 15, 2008
-
-
Vitor Sessak authored
Originally committed as revision 12076 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 01, 2007
-
-
Vitor Sessak authored
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 05, 2007
-
-
Diego Biurrun authored
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 16, 2007
-
-
Ronald S. Bultje authored
include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 23, 2007
-
-
Tim Chick authored
armv5t does - use the armv5t function rather than default c code. patch by Tim Chick chick at computergeek freeserve co uk Originally committed as revision 8487 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 07, 2007
-
-
Siarhei Siamashka authored
patch by Siarhei Siamashka % siarhei P siamashka A gmail P com % Original thread: Date: Jan 6, 2007 5:07 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) (try2) and Date: Jan 2, 2007 6:13 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) Originally committed as revision 7423 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 07, 2006
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 12, 2006
-
-
Diego Biurrun authored
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 26, 2005
-
-
Michael Niedermayer authored
Originally committed as revision 4312 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bernhard Rosenkränzer authored
while playing with some new hardware, I found it's running a forked mplayer -- and it looks like they're following the GPL. The maintainer's page is here: http://atty.jp/?Zaurus/mplayer Unfortunately it's mostly in Japanese, so it's hard to figure out any details. Their code looks quite interesting (at least to those of us w/ ARM CPUs). The patches I've attached are the patches from atty.jp with a couple of modifications by myself: - ported to current CVS - reverted their change of removing SNOW support from ffmpeg - cleaned up their bswap mess - removed DOS-style linebreaks from various files patch by (Bernhard Rosenkraenzer: bero, arklinux org) Originally committed as revision 4311 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 03, 2003
-
-
Michael Niedermayer authored
bitexact cleanup Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 11, 2003
-
-
Zdenek Kabelac authored
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 20, 2002
-
-
Zdenek Kabelac authored
Originally committed as revision 1249 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 19, 2002
-
-
Zdenek Kabelac authored
- put FF_LIBMPEG2_IDCT_PERM into CVS - so it will work for now Originally committed as revision 1227 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1225 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 25, 2002
-
-
Michael Niedermayer authored
Originally committed as revision 1071 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 06, 2002
-
-
Michael Niedermayer authored
Originally committed as revision 1006 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 25, 2002
-
-
Fabrice Bellard authored
Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 13, 2001
-
-
Fabrice Bellard authored
Originally committed as revision 79 to svn://svn.ffmpeg.org/ffmpeg/trunk
-