[FFmpeg-cvslog] avformat/mxfenc: fix DNxHD GC element_type

2021-12-26 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Tue Dec 14 16:27:43 2021 +0100| [dd7c0bc4f981f7113d7bef267cc1eca8d9fb10f1] | committer: Marton Balint avformat/mxfenc: fix DNxHD GC element_type The values for the essence element type were updated in the spec from 0x05/0x06 (ST2019-4 2008) to 0x0C/

[FFmpeg-cvslog] avformat/mxfenc: fix DNxHD GC container_ul

2021-12-26 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Tue Dec 14 16:27:42 2021 +0100| [1cbeac0c2f7e15add5fed0a306f63a87b330c0a1] | committer: Marton Balint avformat/mxfenc: fix DNxHD GC container_ul Signed-off-by: Nicolas Gaullier Reviewed-by: Matthieu Bouron Reviewed-by: Tomas Härdin Signed-off-by:

[FFmpeg-cvslog] avcodec/vaapi_encode_vp9: fix > 4k encode fail issue

2021-12-26 Thread Zhang yuankun
ffmpeg | branch: master | Zhang yuankun | Mon Apr 12 09:47:24 2021 +0800| [db901276c0ae4799a0d2c8f81f09497dd66b4ed7] | committer: Haihao Xiang avcodec/vaapi_encode_vp9: fix > 4k encode fail issue This patch will fix following command: ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i input

[FFmpeg-cvslog] avcodec/qsvenc_hevc: use AV_OPT_TYPE_BOOL for aud option

2021-12-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Dec 25 11:48:58 2021 +0800| [c2a538926933f4339f7789c47b2e21123be8a37c] | committer: Haihao Xiang avcodec/qsvenc_hevc: use AV_OPT_TYPE_BOOL for aud option Signed-off-by: Limin Wang Signed-off-by: Haihao Xiang > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/qsvenc_h264: use AV_OPT_TYPE_BOOL for aud, a53cc, cavlc, look_ahead, pic_timing_sei options

2021-12-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Dec 25 11:48:59 2021 +0800| [617452ce2c7857bdac40d4b33724e414d2712e7c] | committer: Haihao Xiang avcodec/qsvenc_h264: use AV_OPT_TYPE_BOOL for aud, a53cc, cavlc, look_ahead, pic_timing_sei options Signed-off-by: Limin Wang Signed-off-by: Haihao Xian