- 05 Jun, 2011 13 commits
-
-
Daniel Kang authored
Parts are inspired from the 8-bit H.264 predict code in Libav. Other parts ported from x264 with relicensing permission from author. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
Setting a standard is meaningful only for analog capture devices.
-
Diego Biurrun authored
It is only used on the host and may not compile on the target.
-
Diego Biurrun authored
-
Diego Biurrun authored
The filename is unnecessary and brittle across file renames.
-
Diego Biurrun authored
-
Anton Khirnov authored
It's simpler and less error-prone. Fixes some memleaks along the way.
-
Anton Khirnov authored
-
Diego Biurrun authored
This fixes the build with hardcoded tables enabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Stefano Sabatini authored
Helps debugging. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Fix decoding of file Test_1bpp.tif Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Mans Rullgard authored
eval.c has moved to libavutil, move the TESTPROGS entry too. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Robert Swain authored
VAAPI is disabled by default so it should have a --enable-vaapi option documented, not a --disable-vaapi. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 04 Jun, 2011 14 commits
-
-
Justin Ruggles authored
-
Mans Rullgard authored
Reasonable gcc versions get this one right on their own. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
There's a private option for it now.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes 'make checkheaders'.
-
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
On failure, mmap() returns MAP_FAILED, which may or may not be -1. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 03 Jun, 2011 13 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
This duplicates the function fillPlane().
-
Ronald S. Bultje authored
Remove duplicate "inC" and "_c" functions that do the same thing; give each function that handles data and acts as a function pointer a "_c" suffix; remove "_c" suffix from functions that are inherently not optimizable. Remove inline keyword from functions that are only used through function pointers.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
The MPEG encoding code assumes that n_threads == n_slices, and thus it should use n_slices even if threading itself is disabled.
-
Diego Biurrun authored
-
Diego Biurrun authored
The --output option is available in texi2html since at least version 1.78.
-
Mans Rullgard authored
Most of these variables are only used in av_dlog statements, some are required but not used by other macros. Signed-off-by: Mans Rullgard <mans@mansr.com>
-