- 16 Nov, 2012 1 commit
-
-
Clément Bœsch authored
This refactoring simplifies the usage of the template: define the profile and include the template is all that is required. It should now be easier to add more instruction sets. The HAVE_* flags are changed with TEMPLATE_PP_* setting to avoid messing them up. See the top comment in postprocess_template.c for details.
-
- 23 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-
- 21 Dec, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
These variables are now in separate scopes and thus do not need unique names. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This moves declarations without initialisers or with constant initialisers to the start of a block, and adds do {} while(0) around some macros, thus allowing declarations within them. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 24 Jul, 2010 1 commit
-
-
Reimar Döffinger authored
used to initialized another array element of the same array. Originally committed as revision 24479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Mar, 2009 1 commit
-
-
Diego Biurrun authored
some 'may be used uninitialized' warnings. Originally committed as revision 17963 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2008 1 commit
-
-
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
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Mar, 2008 6 commits
-
-
Diego Biurrun authored
Originally committed as revision 12566 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 12565 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 12563 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 12562 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 12561 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 12560 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Mar, 2008 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 12557 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 12552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Dec, 2007 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Aug, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Mar, 2007 2 commits
-
-
Luca Barbato authored
Originally committed as revision 8185 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 8184 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Oct, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 6625 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
-
- 01 Jun, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 5440 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
-
- 22 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4764 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
-
- 30 May, 2004 1 commit
-
-
Romain Dolbeau authored
This one replace horizClassify by a transpose/(use Vert)/transpose sequence. This add LowPass and DefFilter for "free". I also fixed the header in postprocess.c and special-cased some of the well-aligned cases (all horiz stuff is well-aligned). patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3175 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 May, 2004 1 commit
-
-
Romain Dolbeau authored
new organisation of code in doVertLowPass. it seems to be faster in AltiVec also... Also includes a compile fix for the new do_a_deblock when using AltiVec. patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3162 to svn://svn.ffmpeg.org/ffmpeg/trunk
-