- 03 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 18 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 16 Jul, 2015 1 commit
-
-
Rong Yan authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Aug, 2013 1 commit
-
-
Diego Biurrun authored
Also give consistent names to init functions.
-
- 02 Jun, 2013 1 commit
-
-
Diego Biurrun authored
-
- 30 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 22 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 06 Jul, 2012 1 commit
-
-
Pavel Koshevoy authored
Misaligned row artifacts showed up when a 624x352 frame was converted to BGR24 format. When advancing to the next row the destination linesize was added to the last output pointer position which was not linesize aligned, resulting in a distorted picture. Signed-off-by: Pavel Koshevoy <pavel@apple.aragog.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Apr, 2012 1 commit
-
-
Diego Biurrun authored
-
- 02 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Jun, 2011 1 commit
-
-
Ronald S. Bultje authored
This will likely lead to a considerable performance boost, since it removes a branch from the inner loop. Part of the Great Evil Plan to simplify swscale.
-
- 03 Jun, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 02 Jun, 2011 1 commit
-
-
Reimar Döffinger authored
Given that this compiles fine with the Apple compiler that is probably a gcc bug, but "const vector" is nicer anyway.
-
- 30 May, 2011 2 commits
-
-
Reimar Döffinger authored
Fixes compilation on PPC with Altivec enabled.
-
Stefano Sabatini authored
Use av_get_pix_fmt_name() instead.
-
- 29 May, 2011 3 commits
-
-
Reimar Döffinger authored
Avoids a large amount of warnings about cast discarding qualifiers.
-
Diego Biurrun authored
-
Michael Niedermayer authored
commit 93681fbd Author: Ronald S. Bultje <rsbultje@gmail.com> Date: Thu May 26 11:32:32 2011 -0400 swscale: fix compile on ppc. commit e758573a Author: Ronald S. Bultje <rsbultje@gmail.com> Date: Thu May 26 10:36:47 2011 -0400 swscale: fix compile on x86-32. commit 0f4eb8b0 Author: Ronald S. Bultje <rsbultje@gmail.com> Date: Thu May 26 09:17:52 2011 -0400 swscale: remove VOF/VOFW. commit b4a224c5 Author: Ronald S. Bultje <rsbultje@gmail.com> Date: Wed May 25 14:30:09 2011 -0400 swscale: split chroma buffers into separate U/V planes. Preparatory step to implement support for sizes > VOFW.
-
- 28 May, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 26 May, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 24 May, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 12 May, 2011 1 commit
-
-
Michael Niedermayer authored
It seems sws-PPC did hardcode 2048 at various places instead of using VOFW. This also means that all past VOFW benchmarks on PPC are meaningless Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 24 Jul, 2010 2 commits
-
-
Reimar Döffinger authored
definition of ff_yuv2packedX_altivec Originally committed as revision 31782 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Reimar Döffinger authored
Originally committed as revision 31780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 22 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 30385 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 12 Sep, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 29674 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 16 Aug, 2009 2 commits
-
-
Ramiro Polla authored
- Place curly brackets in the same line as while/for/if/switch/else/do; - Place curly brackets at column 0 in the next line starting a function. Originally committed as revision 29523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
- Use 4 spaces throughout for indentation; - Fix inconsistent indentation; - Indent function calls and declarations aligning arguments on multiple lines to the column after the opening parentheses; - Align asm code to the column 4 spaces after the call to __asm__(); - Align cases in switch statements to the same column as "switch". Originally committed as revision 29522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 10 Aug, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 29485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 04 Jun, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 29350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 09 May, 2009 1 commit
-
-
Diego Biurrun authored
Fixes a couple of 'discards qualifiers from pointer target type' warnings. Originally committed as revision 29281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 26 Mar, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 29063 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 18 Mar, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 28988 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 01 Mar, 2009 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 28774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 24 Feb, 2009 1 commit
-
-
Diego Biurrun authored
and Reza Jelveh, the original authors. Originally committed as revision 28717 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 09 Feb, 2009 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 28496 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 19 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-