- 12 Nov, 2012 22 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Update FATE reference due to WAVE channel mask now being set correctly.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Mans Rullgard authored
This removes warnings about strict aliasing violations. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The third argument of OP_U8_ALTIVEC is evaluated at most once so there is no need for a potentially unused temporary variable. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This flag is no longer used. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
-
- 11 Nov, 2012 10 commits
-
-
Diego Biurrun authored
An assembler able to cope with AVX instructions is now required.
-
Diego Biurrun authored
All modern assemblers have this capability. Older NASM versions that lack the capability produce code that crashes at runtime, so it's better to error out during the build process instead. CC: libav-stable@libav.org
-
Diego Biurrun authored
-
Justin Ruggles authored
Also reorder some other #include when applicable.
-
Justin Ruggles authored
-
Alberto Delmás authored
The alternative to zeroing on init is setting the corrupted flag in all cases where pal_pic is not fully written, at the cost of added complexity. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Kostya Shishkov authored
-
Alberto Delmás authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Anton Khirnov authored
-
Diego Biurrun authored
This reduces the local difference to the x264 upstream version.
-
- 10 Nov, 2012 1 commit
-
-
Diego Biurrun authored
-
- 09 Nov, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 08 Nov, 2012 5 commits
-
-
Justin Ruggles authored
This fixes use of uninitialized values when the FLAC encoder uses the 2-level, 4-level, and 8-level search methods. Fixes failure of the fate-flac-24-comp-8 test when run using valgrind.
-
Justin Ruggles authored
Fixes Bug 385
-
Justin Ruggles authored
Also move a misplaced line from the 9_beta2 section to <next>
-
Luca Abeni authored
Previously the high end byte was always set to zero. Also get rid of an unnecessary multiplication (which in practice couldn't overflow) before shifting. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-