[FFmpeg-cvslog] avfilter/vf_zscale: fix regression with src/dst_format initialization

2022-04-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Mar 28 12:39:05 2022 +0200| [e5189b13827746e57bc1eccc78a5381f646963b9] | committer: Paul B Mahol avfilter/vf_zscale: fix regression with src/dst_format initialization > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5189b13827746e57bc1ecc

[FFmpeg-cvslog] avfilter/vf_mergeplanes: deprecate mapping option

2022-04-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 5 12:00:48 2022 +0200| [854615adf2f9bfd2c839d580293255ac9542d4d1] | committer: Paul B Mahol avfilter/vf_mergeplanes: deprecate mapping option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=854615adf2f9bfd2c839d580293255ac9542d4d1 --

[FFmpeg-cvslog] avfilter/vf_mergeplanes: add alternative for less user friendly option

2022-04-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 5 11:43:21 2022 +0200| [385bc756bf960370e2823acf4425fe7c13868e4b] | committer: Paul B Mahol avfilter/vf_mergeplanes: add alternative for less user friendly option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=385bc756bf960370e2823a

[FFmpeg-cvslog] avfilter/vf_mergeplanes: make map code more verbose

2022-04-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 5 11:25:16 2022 +0200| [f92e4636fe3ebd74c6198272dc0b260b082110be] | committer: Paul B Mahol avfilter/vf_mergeplanes: make map code more verbose > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f92e4636fe3ebd74c6198272dc0b260b082110be

[FFmpeg-cvslog] avformat/mov_chan: rename mov_get_channel_label() to better reflect its purpose

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 28 11:28:54 2022 -0300| [90ef712de56147d127fa06fef176b60c873de929] | committer: James Almer avformat/mov_chan: rename mov_get_channel_label() to better reflect its purpose This function turns a mov channel label into a lavf native bitmask. Signed

[FFmpeg-cvslog] avformat/mov_chan: use a higher log level for a debug message

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 28 15:01:54 2022 -0300| [b4373bc4226426e4c2498e0c914520806764776e] | committer: James Almer avformat/mov_chan: use a higher log level for a debug message Trace is too noisy and this line is useful enough to get it printed at debug level. Signed-o

[FFmpeg-cvslog] avformat/mov_chan: add a few missing channel label mappings

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 28 11:33:37 2022 -0300| [603f2245d4d0ee40d4c7e2192648127999fb0fbd] | committer: James Almer avformat/mov_chan: add a few missing channel label mappings Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=603f22

[FFmpeg-cvslog] avformat/movenc: write channel descriptions when a known layout or a bitmap can't be used

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 28 11:24:27 2022 -0300| [c2c5f3484399281e7eb74f5fdcc1f2eab8b9f62d] | committer: James Almer avformat/movenc: write channel descriptions when a known layout or a bitmap can't be used Fixes part of ticket #2865 Signed-off-by: James Almer > http:

[FFmpeg-cvslog] avformat/mov_chan: move the definition of MovChannelLayoutTag to the header

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 28 18:36:42 2022 -0300| [feb3b44c1c4681eac096316fde7309192fcecb18] | committer: James Almer avformat/mov_chan: move the definition of MovChannelLayoutTag to the header Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/movenc: don't use mono layout when a front center label is expected

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 28 14:58:48 2022 -0300| [7ccc9108032aeaa21b8ad91b201ed19c88b8d239] | committer: James Almer avformat/movenc: don't use mono layout when a front center label is expected On output streams where a multichannel stream needs to be stored as one track

[FFmpeg-cvslog] fate: add a test for writing channel descriptions in mov

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 28 19:54:13 2022 -0300| [0e03807f698e3ee5584d89a8c77e7c9cf502b2e1] | committer: James Almer fate: add a test for writing channel descriptions in mov Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e03807f6

[FFmpeg-cvslog] avcodec/libvpxenc: return quantizer parameter for an encoded frame

2022-04-05 Thread Danil Chapovalov
ffmpeg | branch: master | Danil Chapovalov | Tue Apr 5 16:20:46 2022 +0200| [53fd2d2203451434abd4ce22a758b1137edbe3fe] | committer: James Almer avcodec/libvpxenc: return quantizer parameter for an encoded frame > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53fd2d2203451434abd4ce

[FFmpeg-cvslog] avcodec/libvpxenc: avoid unnecessary variable shadowing

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 5 12:19:04 2022 -0300| [cc6c5ff2017c09dbf37070fa2e7fa79403c792ad] | committer: James Almer avcodec/libvpxenc: avoid unnecessary variable shadowing Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc6c5ff201

[FFmpeg-cvslog] avfilter/vsrc_gradients: add circular type

2022-04-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 5 17:17:46 2022 +0200| [8e1cedbb61aee58daec35344461a810120401d55] | committer: Paul B Mahol avfilter/vsrc_gradients: add circular type > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e1cedbb61aee58daec35344461a810120401d55 --- doc

[FFmpeg-cvslog] avfilter/vsrc_gradients: add spiral type

2022-04-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 5 17:34:33 2022 +0200| [21ca2210684b424ec34ae6a13ceec0e367654528] | committer: Paul B Mahol avfilter/vsrc_gradients: add spiral type > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21ca2210684b424ec34ae6a13ceec0e367654528 --- doc/f

[FFmpeg-cvslog] avcodec/codec_internal: Add FFCodec.decode_sub

2022-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 30 19:52:41 2022 +0200| [fb59a42ef977dd91085a602f10c9c82f88d072e5] | committer: Andreas Rheinhardt avcodec/codec_internal: Add FFCodec.decode_sub This increases type-safety by avoiding conversions from/through void*. It also avoids the boi

[FFmpeg-cvslog] avcodec/options: Fix AVClassCategory of decoders with .receive_frame

2022-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 31 00:19:37 2022 +0200| [1c3c29d07d7e0b7f5bec13cb0214f90e26604aee] | committer: Andreas Rheinhardt avcodec/options: Fix AVClassCategory of decoders with .receive_frame Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avcodec/codec_internal: Constify AVPacket in decode_sub cb

2022-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 30 23:42:44 2022 +0200| [6ed0d95fa207f587b3542f3e8349932118ad8d5d] | committer: Andreas Rheinhardt avcodec/codec_internal: Constify AVPacket in decode_sub cb No subtitle decoder ever modifies the AVPacket given to it. Signed-off-by: Andre

[FFmpeg-cvslog] avcodec/vp9_raw_reorder_bsf: Fix leak of cached packet

2022-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 31 12:38:24 2022 +0200| [ebec6079414262fdc6e161b73f4ac38cd6e4a276] | committer: Andreas Rheinhardt avcodec/vp9_raw_reorder_bsf: Fix leak of cached packet In case the BSF has not been drained before flushing/closing, the context's next_fram

[FFmpeg-cvslog] avformat/mpegenc: Fix ever growing FIFO and infinite loop on error

2022-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 1 10:05:16 2022 +0200| [a68a6322b78c27a58ab32174814efadf79701226] | committer: Andreas Rheinhardt avformat/mpegenc: Fix ever growing FIFO and infinite loop on error Since the switch to the new FIFO API in commit ea511196a6c85eb433e10cdbec

[FFmpeg-cvslog] avcodec/vp9_raw_reorder_bsf: Merge close and flush

2022-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 31 22:02:48 2022 +0200| [24fd3ff5a2e93fd9761c8a050f98e20d74b6dc6c] | committer: Andreas Rheinhardt avcodec/vp9_raw_reorder_bsf: Merge close and flush Also mark the function as av_cold while at it. Signed-off-by: Andreas Rheinhardt > htt

[FFmpeg-cvslog] tests: use a filtergraph script for fate-mov-channel-description

2022-04-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 5 20:57:33 2022 -0300| [c9ecbc08a17d8e7ed52a2abaaa97caa197e2e7bc] | committer: James Almer tests: use a filtergraph script for fate-mov-channel-description Should fix running the test on certain shells Signed-off-by: James Almer > http://git.v

[FFmpeg-cvslog] avcodec/libvpxenc: enable dynamic max quantizer reconfiguration

2022-04-05 Thread Danil Chapovalov
ffmpeg | branch: master | Danil Chapovalov | Wed Mar 30 20:24:32 2022 +0200| [706f12992dbe22617ba0406cfff09201bc905b4e] | committer: James Zern avcodec/libvpxenc: enable dynamic max quantizer reconfiguration Signed-off-by: James Zern > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;