- 19 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes ticket1082 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Mar, 2012 1 commit
-
-
Reimar Döffinger authored
This allows making e.g. MPlayer's -vf uspp filter about 20% faster. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
This allows getting rid of a hack for conflicting symbol/define names. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 26 Nov, 2011 1 commit
-
-
Mans Rullgard authored
The way these values are used, they should have an unsigned type. A similar change was made for mpegvideo in cb668476. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 24 Nov, 2011 1 commit
-
-
Luca Barbato authored
The common non inlined code goes in snow.c, the common inlined code in snow.h, tables move in snowdata.h (included only by snow.c)
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 14 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This moves the DWT functions from snow.c and dsputil.c to a file of their own. A new struct, DWTContext, holds the function pointers previously part of DSPContext. Originally committed as revision 22522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Mar, 2010 1 commit
-
-
Måns Rullgård authored
w53_32_c() and w97_32_c() are defined as stubs when snow encoder is disabled. In this case, those functions are not referenced at all and do thus not need to be defined. Originally committed as revision 22448 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22265 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 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
-
- 24 Nov, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 15928 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
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2007 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 10220 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
the old 32bit code) disable mmx/sse2 optimizations as they need a rewrite now Originally committed as revision 10218 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
This allows some simplifications and optimizations and should not have any effect on quality. Originally committed as revision 10172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 10155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2007 1 commit
-
-
Panagiotis Issaris authored
Originally committed as revision 7764 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
-
- 14 Nov, 2006 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 7043 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
-
- 15 Aug, 2006 1 commit
-
-
Guillaume Poirier authored
Original thread: Date: Aug 10, 2006 10:45 AM Subject: [Ffmpeg-devel] [PATCH] fix compilation when Snow ENcoder is disabled Originally committed as revision 6000 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2006 2 commits
-
-
Loren Merritt authored
Originally committed as revision 5432 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 5427 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 May, 2006 1 commit
-
-
Loren Merritt authored
(bitstream is not backwards compatible, even if refs aren't used) Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Mar, 2006 1 commit
-
-
Luca Barbato authored
Originally committed as revision 5228 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Mar, 2006 1 commit
-
-
Robert Edele authored
Patch by Robert Edele, yartrebo <<at>> earthlink <<dot>> net Originally committed as revision 5184 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Mar, 2006 1 commit
-
-
Robert Edele authored
This one sets up a snow.h and makes snow use the dsputil function pointer framework to access the three functions that will be implemented in asm in the other parts of the patchset. Patch by Robert Edele < yartrebo AH earthlink POIS net> Original thread: Subject: [Ffmpeg-devel] [PATCH] Snow mmx+sse2 asm optimizations Date: Sun, 05 Feb 2006 12:47:14 -0500 Originally committed as revision 5172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-