- 11 Sep, 2016 3 commits
-
-
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 5 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>
-
Vittorio Giovara authored
After init_opts() there needs to be an uninit_opts() call to free the swscale context and other buffers. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Derek Buitenhuis authored
This was added before edts support existed, and is no longer valid. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Derek Buitenhuis authored
This breaks files with legitimate single-entry edit lists, and the hack, introduced in f03a081d, has no link to any known sample in its commit message. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 26 Aug, 2016 4 commits
-
-
Diego Biurrun authored
libavcodec/libvpxdec.c:100:57: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type av_image_copy(picture->data, picture->linesize, img->planes, libavutil/imgutils.h:116:6: note: expected 'const uint8_t **' but argument is of type 'unsigned char **' void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],
-
Diego Biurrun authored
VP5 has no arch-specific optimizations (nor will it get some in the future), so it makes no sense to try to share dsp init code with VP6.
-
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 "linesize" everywhere.
-
Diego Biurrun authored
ptrdiff_t is the correct type for array strides and similar.
-