- 26 Mar, 2012 2 commits
-
-
Diego Biurrun authored
This allows simplifying the Makefiles; it is no longer necessary to register arch subdirectory Makefiles, just putting them in place is enough.
-
Diego Biurrun authored
-
- 21 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Author of the code from qatar is Ronald S. Bultje Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Mar, 2012 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 07 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
Fixes bug 240, as well as several integer overflows (visible as glitches) in other scaling output routines, e.g. YUV422.
-
- 06 Mar, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Fixes overflows for large image sizes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 04 Mar, 2012 4 commits
-
-
Ronald S. Bultje authored
-
Michael Niedermayer authored
Fixes converting the sample from ticket #503 to 32bit RGB.
-
Ronald S. Bultje authored
Fixes pre-processing with latest versions of nasm.
-
Ronald S. Bultje authored
-
- 03 Mar, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Mostly fixes ticket #503, opaque still overflows for RGBA64 -> RGBA conversion.
-
- 02 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 29 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 24 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 23 Feb, 2012 4 commits
-
-
Ronald S. Bultje authored
Fixes crashes for extremely large resizes (several 100-fold). Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Ronald S. Bultje authored
if srcW<=2, clip(x, 1, srcW-2) still allows srcW to be < 1.
-
- 21 Feb, 2012 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 19 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
Revert "swscale: update context offsets after removal of AlpMmxFilter." (commit a95e3fa9) and Revert "swscale: Remove some write-only variables related to alpha handling." (commit 9d03cb9f). They broke alpha handling - it's the evil inline asm that still uses that variable, so it's not truely write-only.
-
- 17 Feb, 2012 3 commits
-
-
Ronald S. Bultje authored
Prevents crashes on 1-tap filter (unscaled). Also rename "bguf" argument to "vbuf", seems that was a typo.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
Disadvantage is that it no longer allows modifying brightness through adjustment of the RGB lookup table. Advantage is that now monowhite/black no longer need to be identified as a RGB format.
-
- 14 Feb, 2012 8 commits
-
-
Michael Niedermayer authored
They no longer just segfault. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
-
Diego Biurrun authored
-
- 13 Feb, 2012 5 commits
-
-
Ronald S. Bultje authored
They were introduced in an earlier commit that introduced use of named arguments. One cause was a typo, a second cause appears to be a bug in x264asm that I work around by not using named arguments.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
This allows removing any gray16-specific code, which is essentially identical to the per-plane code in yuv2plane*().
-