[FFmpeg-cvslog] avcodec/libaomenc: remove the redundant initialization

2021-11-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Nov 17 23:10:58 2021 +0800| [0e22d2e59b4231a8e0e4bcca56b3f123b9474147] | committer: Limin Wang avcodec/libaomenc: remove the redundant initialization For dst->have_sse will be assigned by ctx->have_sse soon(code line 23). Reviewed-by: James Zern

[FFmpeg-cvslog] avutil/hwcontext_cuda: return more useful error codes from init functions

2021-11-22 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon Nov 22 22:50:08 2021 +0100| [2de6cd4ba450b40b2a60240d38a017b3dbbb18b9] | committer: Timo Rothenpieler avutil/hwcontext_cuda: return more useful error codes from init functions >

[FFmpeg-cvslog] avutil/hwcontext_cuda: add option to use primary device context

2021-11-22 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon Nov 22 22:42:09 2021 +0100| [b1f1de084416768e8b4ba76b338029b974e518a2] | committer: Timo Rothenpieler avutil/hwcontext_cuda: add option to use primary device context >

[FFmpeg-cvslog] avformat/mov: make STTS duration unsigned int

2021-11-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Nov 16 19:02:32 2021 +0530| [203b0e3561dea1ec459be226d805abe73e7535e5] | committer: Gyan Doshi avformat/mov: make STTS duration unsigned int As per 8.6.1.2.2 of ISO/IEC 14496-12:2015(E), STTS sample offsets are to be always stored as uint32_t. So far,