- 12 Nov, 2012 4 commits
-
-
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
-
- 07 Nov, 2012 1 commit
-
-
James Zern authored
The CQ mode was introduced in libvpx 0.9.6. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Nov, 2012 4 commits
-
-
Martin Storsjö authored
This allows getting rid of redundant checks later in the codec specific init functions. Move the check to before actually initializing the decoder lib, to simplify error handling. This fixes a case of returning a value from a void function, present since d40dab90. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
YASM accepts labels without colons, but NASM issues warnings.
-
- 05 Nov, 2012 13 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
This will distinguish FLAC 16-bit tests from FLAC tests with other bit depths.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Also, templatize the functions for 16-bit and 32-bit sample range. This will be used for 24-bit FLAC encoding.
-
Justin Ruggles authored
Needed to avoid integer overflows for 24-bit encoding.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
This is much faster than calculating the MD5 one sample at a time.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes compilation with --disable-everything and components enabled.
-
Diego Biurrun authored
-