[FFmpeg-cvslog] lavc/cbs_av1: restore CodedBitstreamAV1Context when AVERROR(ENOSPC)

2022-10-06 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Wed Sep 28 09:39:32 2022 +0800| [fce8b908511e57d9c77434280398296ad539f8b2] | committer: Haihao Xiang lavc/cbs_av1: restore CodedBitstreamAV1Context when AVERROR(ENOSPC) The current pbc might be small for an obu frame, so a new pbc is required then parse

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Call ff_mpeg1_encode_init() earlier

2022-10-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 2 22:26:14 2022 +0200| [aaf4109a5f36f4a481c6d278fda6f180d31c5802] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Call ff_mpeg1_encode_init() earlier It does not require anything that is being set between the new position where it

[FFmpeg-cvslog] avcodec/h261enc: Store the H.261 format value

2022-10-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 2 22:00:01 2022 +0200| [4e26bd7ad72daf707afa664076be56e40d548fb5] | committer: Andreas Rheinhardt avcodec/h261enc: Store the H.261 format value Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Move H.261 size check to h261enc.c

2022-10-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 2 21:49:53 2022 +0200| [d74ca6fdb4255ef8009355ebf6acbd0629047009] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Move H.261 size check to h261enc.c Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Call ff_h261_encode_init() earlier

2022-10-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 2 21:43:24 2022 +0200| [759d216c47080660bbcee7f0c693d383fdf45808] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Call ff_h261_encode_init() earlier It does not require anything that is being set between the new position where it i

[FFmpeg-cvslog] fate/vcodec: Add speedhq tests

2022-10-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 2 21:28:41 2022 +0200| [406c7fceeb9b0cfb82e6a8fd7e12c3e7aeb4bdeb] | committer: Andreas Rheinhardt fate/vcodec: Add speedhq tests The vsynth3 tests are disabled, because the encoder produces garbage. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Move SpeedHQ check to speedhqenc.c

2022-10-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 2 21:32:19 2022 +0200| [40e4ddf61943404582b5506b7b7ab487c4025864] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Move SpeedHQ check to speedhqenc.c Also set this only once and not for every frame. Signed-off-by: Andreas Rheinhard

[FFmpeg-cvslog] avformat/mxfdec: do not log warning of multiple ANC packets if count is 0

2022-10-06 Thread Gavin Smith
ffmpeg | branch: master | Gavin Smith | Fri Aug 5 00:03:38 2022 +0100| [2c2aaa5bd055a84856225171a260641c72e68d99] | committer: Tomas Härdin avformat/mxfdec: do not log warning of multiple ANC packets if count is 0 Some NLVEs may insert a KLV packet for EIA-608 data even though the number of e

[FFmpeg-cvslog] Encrypted SMPTE DC MXF - additional UL needed to unpack EKLV packet

2022-10-06 Thread Richard Ayres
ffmpeg | branch: master | Richard Ayres | Mon Oct 3 11:47:12 2022 +| [b074424bf6f8501e805b1b56ed31d8e3cf50faed] | committer: Tomas Härdin Encrypted SMPTE DC MXF - additional UL needed to unpack EKLV packet Thanks, Pierre-Anthony. I've updated the patch to remove the unnecessary UL and it