- 04 Jul, 2011 30 commits
-
-
Diego Biurrun authored
-
Nicolas George authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Jason Garrett-Glaser authored
filter_mb_fast assumed that qscale_table was padded like many of the other tables.
-
Diego Biurrun authored
-
Mans Rullgard authored
This prevents random values from the stack being used as "variables" in expressions. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The reference function can be inferred from the direction of the transform, no need for storing it with each entry. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Reimar Döffinger authored
Fixes Bugzilla #11. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Clément Bœsch authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Kostya Shishkov authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Christian Schmidt authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This tests the IDCT implementations available in the build. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
IDCTs are partially evaluated according to IEEE 1180-1990 (more or less). An override is added to the table for implementations known to not meet the spec requirements. These variants are run but not checked for accuracy. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Setting CMP=null uses stdout from the test as the diff record in the report without further inspection. This can be useful when the exit status of the test itself determines success while the output is informative. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Pass a pointer to the DCT descriptor instead of each field individually. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Robert Swain authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Carl Eugen Hoyos authored
-
Daniel Kang authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Loren Merritt authored
Actually I gave permission for LGPL long ago, but the original import failed to update the license header.
-
- 03 Jul, 2011 10 commits
-
-
Jason Garrett-Glaser authored
Faster H.264 decoding with ALLOW_INTERLACE off.
-
Jason Garrett-Glaser authored
Aliasing avoidance and general cleanup.
-
Jason Garrett-Glaser authored
Avoid aliasing, unroll loops, and inline more functions.
-
Jason Garrett-Glaser authored
Reduce aliasing problems and unroll mv/ref loop.
-
Jason Garrett-Glaser authored
Significantly faster deblocking in streams with lots of slices.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-