- 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.
-
- 31 Aug, 2016 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 30 Aug, 2016 8 commits
-
-
Mark Thompson authored
Deprecates struct vaapi_context and the installed header vaapi.h, to be removed at the next version bump.
-
Mark Thompson authored
Most of the functionality here has moved into lavc.
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
Moves much of the setup logic for VAAPI decoding into lavc; the user now need only provide the hw_frames_ctx.
-
Diego Biurrun authored
-
- 29 Aug, 2016 2 commits
-
-
Vittorio Giovara authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Burt P authored
Signed-off-by: Burt P <pburt0@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-