[FFmpeg-cvslog] doc/filters: guide to list lensfun db emtries

2022-04-11 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Apr 11 16:33:22 2022 +0530| [d6d46a2c508be0bc603874b49997a06a44feed7b] | committer: Gyan Doshi doc/filters: guide to list lensfun db emtries > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6d46a2c508be0bc603874b49997a06a44feed7b --- doc/

[FFmpeg-cvslog] avcodec/pngenc: support writing iCCP chunks

2022-04-11 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Mar 11 11:07:14 2022 +0100| [4a580975d4b978894d20dd443163cc8b6a2dbf2a] | committer: Niklas Haas avcodec/pngenc: support writing iCCP chunks We re-use the PNGEncContext.zstream for deflate-related operations. Other than that, the code is pretty straigh

[FFmpeg-cvslog] avcodec/mjpegenc: support writing ICC profiles

2022-04-11 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Thu Mar 10 13:51:18 2022 +0100| [e254af31549ce6b4964936b3fe2124c3a18e69f8] | committer: Niklas Haas avcodec/mjpegenc: support writing ICC profiles This is mostly straightforward. The major complication is that, as a result of the 16-bit chunk size limitat

[FFmpeg-cvslog] avcodec/hevc_sei: Fix parsing SEI messages

2022-04-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 6 14:57:38 2022 +0200| [cf3f8ab9e67b005e13ddbbc2315bf0aaddd5374b] | committer: Andreas Rheinhardt avcodec/hevc_sei: Fix parsing SEI messages SEI messages are naturally byte-aligned by adding padding bits to achieve byte-alignment. The par

[FFmpeg-cvslog] avcodec/hevc_sei: Don't use GetBit-API for byte-aligned reads

2022-04-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 6 16:49:25 2022 +0200| [309a53442f1f00b84ceda4b5b60662596fa0] | committer: Andreas Rheinhardt avcodec/hevc_sei: Don't use GetBit-API for byte-aligned reads Instead use the bytestream2-API. Signed-off-by: Andreas Rheinhardt > http:/

[FFmpeg-cvslog] avfilter/f_ebur128: fix typos for swr chlayouts

2022-04-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 11 23:11:47 2022 +0200| [13fe148c319d758c0d8be4073905cfa79ed3bfc6] | committer: Paul B Mahol avfilter/f_ebur128: fix typos for swr chlayouts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=13fe148c319d758c0d8be4073905cfa79ed3bfc6 ---

[FFmpeg-cvslog] tests: Fix the dependencies for the fate-jpg-icc test

2022-04-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Apr 12 09:04:41 2022 +0300| [74439b67f2970d98f8bf701637123bbc21ce0326] | committer: Martin Storsjö tests: Fix the dependencies for the fate-jpg-icc test The test also requires a png decoder, which often can be disabled in cross building setups, wh