-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Intel VCMT Media CI <[email protected]>
- Loading branch information
1 parent
fafd904
commit 173abd0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ffmpeg
updated
19 files
+5 −2 | libavcodec/error_resilience.c | |
+11 −1 | libavcodec/error_resilience.h | |
+17 −5 | libavcodec/evc_ps.c | |
+1 −1 | libavcodec/h263dec.c | |
+9 −0 | libavcodec/h264_picture.c | |
+7 −0 | libavcodec/h264_slice.c | |
+36 −2 | libavcodec/h264dec.c | |
+4 −0 | libavcodec/h264dec.h | |
+1 −1 | libavcodec/mpeg12dec.c | |
+1 −1 | libavcodec/mss2.c | |
+2 −2 | libavcodec/rv10.c | |
+3 −3 | libavcodec/rv34.c | |
+1 −1 | libavcodec/vc1dec.c | |
+77 −23 | libavcodec/videotoolboxenc.c | |
+8 −12 | libavcodec/vulkan_decode.c | |
+6 −2 | libavcodec/vulkan_decode.h | |
+17 −35 | libavcodec/vulkan_hevc.c | |
+2 −0 | libavcodec/x86/idctdsp_init.c | |
+2 −1 | libavcodec/x86/mpegvideoenc_template.c |