- 08 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
This fixes artifacts in the last pixel of rows with some widths and pixel formats Found-by:
Dominique Leroux <Dominique.Leroux@autodesk.com> Tested-by:
Dominique Leroux <Dominique.Leroux@autodesk.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Dec, 2014 1 commit
-
-
Christophe Gisquet authored
For test images manually generated to contain only up prediction, timing results: 8380x3032 255x185 before: 138635 1992 after: 139232 1996 Actually jumping to the proper version depending on the alignment: 8380x3032: 138767 A 0.5% speed improvement for gigantic images is not worth the code duplication. Fixes ticket #4148 Signed-off-by:
Christophe Gisquet <christophe.gisquet@gmail.com> Tested-by:
Benoit Fouet <benoit.fouet@free.fr> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 13 Nov, 2012 1 commit
-
-
Diego Biurrun authored
-
- 30 Oct, 2012 2 commits
-
-
Diego Biurrun authored
This is more consistent with the way we handle C #includes and it simplifies the build system.
-
Diego Biurrun authored
This is necessary to allow refactoring some x86util macros with cpuflags.
-
- 08 Aug, 2012 1 commit
-
-
Dave Yeo authored
The a.out object format does not allow aligning sections. On OS/2 LD aligns sections to 16 bytes. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 10 Feb, 2012 1 commit
-
-
Reimar Döffinger authored
This partially reverts commit 58dabf7b. It is no longer necessary to use unaligned mov. The swapped mov argument fix remains though.
-
- 07 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 03 Feb, 2012 1 commit
-
-
Reimar Döffinger authored
Line sizes are only 8-byte aligned, so use unaliged loads for add_bytes_l2 pointers. Increasing the alignment requirement to 16 seemed a bit extreme (png may be used for rather small sizes). Also fix a mov that had its arguments swapped, leading add_bytes_l2 being applied on up to 8 bytes too few. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 02 Feb, 2012 1 commit
-
-
KO Myung-Hun authored
aout does not support 'align='. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jan, 2012 3 commits
-
-
Ronald S. Bultje authored
This fixes playback of e.g. RGB48 (bpp=6) content on x86 CPUs. Fixes bug 214.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-