- 17 Jul, 2014 1 commit
-
-
Diego Biurrun authored
-
- 01 May, 2014 1 commit
-
-
Anton Khirnov authored
-
- 26 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 20 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Inline functions declared without extern do not provide an external definition in standard C99. This code only works because most compilers do not implement the inline semantics correctly. With a stricter compiler, linking fails with unresolved references to these functions. Declaring the functions extern inline works correctly with some compilers while some others still fail to create external definitions. For maximum portability, create a static inline version with an externally visible wrapper for ff_get_mb_score. ff_epzs_motion_search is so large that no sane compiler inlines it anyway, so there the inline keyword can simply be dropped with no effect. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 11 Oct, 2011 1 commit
-
-
Mans Rullgard authored
The way this value is used, it should be an unsigned type. While the numerical value has no meaning, unsigned wraparound is relied upon. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 03 Jul, 2011 1 commit
-
-
Diego Biurrun authored
Adding [] to a Doxygen parameter name clashes with Doxygen syntax.
-
- 23 Jun, 2011 1 commit
-
-
Diego Biurrun authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 02 May, 2011 1 commit
-
-
Stefano Sabatini authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 29 Apr, 2011 1 commit
-
-
Diego Biurrun authored
-
- 26 Apr, 2011 1 commit
-
-
Diego Biurrun authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 08 Jul, 2010 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 24108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2010 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 23979 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Apr, 2010 1 commit
-
-
Michael Niedermayer authored
motion_est.o is now less than half its previous size. No speedchange meassureable. Originally committed as revision 22771 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 14142 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2008 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2007 1 commit
-
-
Carl Eugen Hoyos authored
patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Mar, 2007 2 commits
-
-
Loren Merritt authored
Originally committed as revision 8580 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Guillaume Poirier authored
Date: Mar 30, 2007 9:00 PM Subject: Re: [Ffmpeg-devel] Motion Estimation in snow.c for Waevelet encoded frames (DWT) Originally committed as revision 8579 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2006 1 commit
-
-
Michael Niedermayer authored
slight PSNR/bitrate increase Originally committed as revision 7361 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Dec, 2006 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 7334 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) Originally committed as revision 7333 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Dec, 2006 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 7287 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Dec, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Dec, 2006 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 7224 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 double the hex size so odd sized hexagons are possible Originally committed as revision 7223 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2006 4 commits
-
-
Diego Biurrun authored
Originally committed as revision 7208 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
dia_siue=768 + size -> umh search (old -1 was 784) Originally committed as revision 7205 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
dia_size=512 + hexagon size (513 is the normal one used in h264) large to small diamond search dia_size=256 + diamond size Originally committed as revision 7204 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Dec, 2006 4 commits
-
-
Michael Niedermayer authored
this has pretty much no quality or speed effect except very small random changes Originally committed as revision 7202 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7193 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7192 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7191 to svn://svn.ffmpeg.org/ffmpeg/trunk
-