• Mark Thompson's avatar
    vaapi_h264: Add workaround for bad SEI in old Intel drivers · ff007e30
    Mark Thompson authored
    With pre-2.0 Intel drivers in CBR mode, if an explicit SEI message with
    the old (now deprecated) type is not included, the driver generates and
    inserts some timing SEI which is almost certainly invlaid.  Before
    7a4fac5e we always inserted our own SEI
    so this would not be visible, but since then it has been possible to
    disable that.  We would also like to avoid using the deprecated type,
    and using the new type, while working in old drivers, does not suppress
    the spurious message like the old type does.
    
    Therefore, suppress the bad SEI insertion by providing a zero-length
    buffer with the old type, which the driver can insert harmlessly.
    ff007e30
Name
Last commit
Last update
avbuild Loading commit data...
avtools Loading commit data...
compat Loading commit data...
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...