- 01 Feb, 2017 1 commit
-
-
Michael Niedermayer authored
The assumption this is based on is wrong, the code is not always run with bitexact flags This reverts commit a956164e, reversing changes made to f6005907. Approved-by: James Almer <jamrial@gmail.com>
-
- 20 Jul, 2016 2 commits
-
-
Diego Biurrun authored
That code is only ever initialized with that flag set.
-
Diego Biurrun authored
-
- 26 May, 2014 1 commit
-
-
Christophe Gisquet authored
Some codecs still use mmx versions, so have them use the versions with newer instruction sets. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2014 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 20 Mar, 2014 2 commits
-
-
Diego Biurrun authored
This avoids recalculating the value over and over again.
-
Diego Biurrun authored
-
- 13 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 06 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 05 Feb, 2013 1 commit
-
-
Diego Biurrun authored
This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic.
-
- 18 Jul, 2012 1 commit
-
-
Mans Rullgard authored
This moves all VP3-specific function pointers from dsputil to a new vp3dsp context. There is no reason to ever use the VP3 IDCT where an MPEG2 IDCT is expected or vice versa. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 15 Feb, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 18 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
(cherry picked from commit 12802ec0)
-
- 17 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 08 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
mm_support() instead. Reduce complexity and simplify pending move to libavutil. Originally committed as revision 25074 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22267 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
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
-
- 04 Jan, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11394 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Dec, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11331 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2007 1 commit
-
-
Luca Barbato authored
Originally committed as revision 10640 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2007 3 commits
-
-
Diego Biurrun authored
when AltiVec is enabled anyway. Originally committed as revision 10216 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
directives are aimed at idiosyncracies of Apple's gcc version. Originally committed as revision 10210 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
directives are aimed at idiosyncracies of Apple's gcc version. Originally committed as revision 10206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Aug, 2007 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2007 1 commit
-
-
Graham Booker authored
patch by Graham Booker % perian A cod3r P com% with some minor fixes by me. historic of the patch: http://trac.perian.org/ticket/113 Original thread: Date: May 11, 2007 9:45 PM Subject: [FFmpeg-devel] [PATCH] Altivec version of-altivec h264_h-v_loop_filter_luma Originally committed as revision 9264 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Oct, 2006 1 commit
-
-
Guillaume Poirier authored
(was duplicated in libavcodec/ppc/vc1dsp_altivec.c nd libavcodec/ppc/mpegvideo_altivec.c, and will be used in upcoming routines for h264_altivec.c) Originally committed as revision 6621 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Oct, 2006 1 commit
-
-
Luca Barbato authored
Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 2 commits
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 6575 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Aug, 2006 1 commit
-
-
Luca Barbato authored
- whitespace consistency 2->4 [dsputil_init_ppc] - reorder struct initialization with dsputil_init_altivec [dsputil_init_ppc] - use casts instead of temp variables [vorbis_inverse_coupling_altivec] Originally committed as revision 5918 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
-
- 05 Jun, 2004 1 commit
-
-
Michael Niedermayer authored
avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3196 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Apr, 2004 1 commit
-
-
Romain Dolbeau authored
Originally committed as revision 3038 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3036 to svn://svn.ffmpeg.org/ffmpeg/trunk
-