git.libav.org Git - libav.git/rss log
Libav master git repository
http://git.libav.org/?p=libav.git;a=summary
Les articles publiés sur le site
-
18 mai 2016, par Martin Storsjö
movenc: Add a missed const
This was missed in e1eb0fc9601, when ff_interleaved_peek was
changed to include const during the evolution of the patch.
Signed-off-by: Martin Storsjö <martin@martin.st>
- [DBH] libavformat/movenc.c
-
18 mai 2016, par Martin Storsjö
mov: Add a comment referring to the standard that defines the loci box
Signed-off-by: Martin Storsjö <martin@martin.st>
-
18 mai 2016, par Martin Storsjö
movenc: Factorize a function for finding a metadata entry and the associated language
Signed-off-by: Martin Storsjö <martin@martin.st>
- [DBH] libavformat/movenc.c
-
18 mai 2016, par Mark Thompson
vaapi_encode: Check config attributes before creating config
This prevents attempts to use unsupported modes, such as low-power
H.264 mode on non-Skylake targets. Also fixes a crash on invalid
configuration, when trying to destroy an invalid VA config/context.
- [DBH] libavcodec/vaapi_encode.c
-
18 mai 2016, par Mark Thompson
vaapi_h264: Add source version identifier as unregistered SEI
Contains the libavcodec version, the VAAPI version and the libva
driver vendor string.
- [DBH] libavcodec/vaapi_encode_h264.c