- 22 Sep, 2016 4 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It has no effect, since the code is supposed to operate the same way for any bit depth.
-
Yogender Kumar Gupta authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 19 Sep, 2016 4 commits
-
-
Anton Khirnov authored
Also change shl to add, since it can be faster on some CPUs. CC: libav-stable@libav.org
-
Anton Khirnov authored
This version, which is the only one doing two processing cycles per loop iteration, computes the load/store indices incorrectly for the second cycle. CC: libav-stable@libav.org
-
Alexandra Hájková authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Yogender Gupta authored
It is supported by the NVIDIA video SDK 7. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 16 Sep, 2016 1 commit
-
-
Michael Niedermayer authored
Fix out of bounds read. Bug-Id: 962 Found by: F4B3CD@STARLAB and Agostino Sarubbo Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 15 Sep, 2016 4 commits
-
-
Janne Grunau authored
Fixes an oversight in 1316df7a. CC: libav-stable@libav.org
-
Diego Biurrun authored
-
Josh de Kock authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
This was introduced in bc2a3296. The whole block that the statement was added to is only relevant when used as a demuxer, but the other statements there have had other if statements guarding them. Make sure to only run this whole block if being used as a demuxer. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 14 Sep, 2016 5 commits
-
-
Mark Thompson authored
If the input has been decoded from a stream which uses edge cropping then the whole surface need not be valid. This defines an input region for the scaler so we only use the active area of the frame.
-
Mark Thompson authored
There should be an extra offset of 6 on bit_rate_scale and of 4 on cpb_size_scale which were not accounted for here.
-
Mark Thompson authored
Also remove the redundant casts which were hiding the error here.
-
Mark Thompson authored
-
Diego Biurrun authored
This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic. Also adjust parameter names to be "stride" everywhere.
-
- 13 Sep, 2016 1 commit
-
-
Diego Biurrun authored
The latter can do everything the former can do, but also handle conditions the former cannot like multiple header #includes and checking for headers and functions in a single test program, which is necessary for certain library tests.
-
- 11 Sep, 2016 4 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
Reading a value larger than int using atoi() may give the wrong result.
-
- 09 Sep, 2016 1 commit
-
-
Mark Thompson authored
With some old libva versions <va/va.h> does not automatically include the per-codec subsidiary headers, so we need to include the right one explicitly ourselves.
-
- 08 Sep, 2016 4 commits
-
-
Mark Thompson authored
Enables VP8 decoding - the decoder places the the bitstream version in the profile field, which we want to ignore.
-
Mark Thompson authored
-
Mark Thompson authored
Also adds some extra fields to the main context structure that may be needed by a hwaccel decoder.
-
Diego Biurrun authored
ptrdiff_t is the correct type for array strides and similar.
-
- 07 Sep, 2016 2 commits
-
-
Diego Biurrun authored
ptrdiff_t is the correct type for array strides and similar.
-
Diego Biurrun authored
ptrdiff_t is the correct type for array strides and similar.
-
- 06 Sep, 2016 1 commit
-
-
Diego Biurrun authored
-
- 05 Sep, 2016 4 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 04 Sep, 2016 4 commits
-
-
Diego Biurrun authored
ptrdiff_t is the correct type for array pitches and similar.
-
Diego Biurrun authored
ptrdiff_t is the correct type for array strides and similar.
-
Diego Biurrun authored
ptrdiff_t is the correct type for array pitches and similar.
-
Diego Biurrun authored
ptrdiff_t is the correct type for array pitches and similar.
-
- 03 Sep, 2016 1 commit
-
-
Diego Biurrun authored
It no longer serves a useful purpose.
-