[FFmpeg-cvslog] avfilter/preserve_color: Add necessary headers

2021-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 27 04:36:41 2021 +0200| [90546c6ca70ee2316f3d7f0a860297a3d0978b79] | committer: Andreas Rheinhardt avfilter/preserve_color: Add necessary headers Fixes checkheaders. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avcodec/videotoolboxenc: Fixes non-B-Frame encoding

2021-09-27 Thread NoHalfBits
ffmpeg | branch: master | NoHalfBits | Sun Sep 26 14:47:52 2021 +0200| [b786bc7433dfe082441a57c1ba9ae9ea47904b78] | committer: Rick Kern avcodec/videotoolboxenc: Fixes non-B-Frame encoding Sets vtctx->has_b_frames to 0 if the VideoToolbox compression session will not emit B-frames (and, in con

[FFmpeg-cvslog] avfilter/vf_blend: refactor similar code

2021-09-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Sep 27 19:10:17 2021 +0200| [d7408a786f350d4cd9a338821a4c63a0642eb000] | committer: Paul B Mahol avfilter/vf_blend: refactor similar code > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7408a786f350d4cd9a338821a4c63a0642eb000 --- libav

[FFmpeg-cvslog] avfilter/vf_blend: add gray9 pixel format support

2021-09-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Sep 27 19:39:14 2021 +0200| [524407af0c3993a36fb8399e5ba7fa07b731b57c] | committer: Paul B Mahol avfilter/vf_blend: add gray9 pixel format support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=524407af0c3993a36fb8399e5ba7fa07b731b57c --

[FFmpeg-cvslog] avfilter/vf_blend: refactor blend macros

2021-09-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Sep 27 19:35:46 2021 +0200| [63b850c6046554b9a2ef5d73162e3841f3695e9f] | committer: Paul B Mahol avfilter/vf_blend: refactor blend macros > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63b850c6046554b9a2ef5d73162e3841f3695e9f --- libav

[FFmpeg-cvslog] avfilter/vf_blend: refactor blend modes

2021-09-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Sep 27 20:38:26 2021 +0200| [dd190195007093da57959c68c740e729e1048c24] | committer: Paul B Mahol avfilter/vf_blend: refactor blend modes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd190195007093da57959c68c740e729e1048c24 --- libavf

[FFmpeg-cvslog] avfilter/vf_blend: add 14bit pixel format support

2021-09-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 28 00:04:35 2021 +0200| [94e805235bff7e224f0276fdcdeb517b8541fa18] | committer: Paul B Mahol avfilter/vf_blend: add 14bit pixel format support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94e805235bff7e224f0276fdcdeb517b8541fa18 --

[FFmpeg-cvslog] avfilter/vf_remap: remove timeline support

2021-09-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 28 00:34:40 2021 +0200| [71f2a9a2e53fa0cd9707bc35ce4d56459aad61b7] | committer: Paul B Mahol avfilter/vf_remap: remove timeline support It is not supported, as it is possible to change frame video width and height and that can lead to undefined o

[FFmpeg-cvslog] avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLY

2021-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 22 00:04:31 2021 +0200| [3f11eac75741888c7b2b6f93c458766f2613bab5] | committer: Andreas Rheinhardt avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLY Currently, the AV_PKT_FLAG_KEY is automatically set for audio encode

[FFmpeg-cvslog] avcodec/mlpenc: Set AV_PKT_FLAG_KEY manually

2021-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 21 21:34:32 2021 +0200| [db25180e9d0fbb500459d997a05f5752768f604d] | committer: Andreas Rheinhardt avcodec/mlpenc: Set AV_PKT_FLAG_KEY manually TrueHD/MLP is one of the audio formats with keyframes. Currently, the generic encoding code jus

[FFmpeg-cvslog] avcodec/codec_desc: Mark MLP as not being intra-only

2021-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 21 22:05:01 2021 +0200| [f09fd1c6c70505916a3d1b21530b3f71d8118688] | committer: Andreas Rheinhardt avcodec/codec_desc: Mark MLP as not being intra-only It has sync frames. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitw

[FFmpeg-cvslog] avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY

2021-09-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 22 00:09:54 2021 +0200| [ed6549887a1969636b30295b3da87313b7c46864] | committer: Andreas Rheinhardt avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY It is now set generically for all those encoders whose corresponding AVCodecDe