[FFmpeg-cvslog] lavf/matroskadec: stop mapping text/plain attachments to AV_CODEC_ID_TEXT

2022-06-08 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jun 7 13:49:43 2022 +0200| [38df63f967870cad9d39a02754360db0066e7f80] | committer: Anton Khirnov lavf/matroskadec: stop mapping text/plain attachments to AV_CODEC_ID_TEXT There is no reason to think that an attachment will contain text subtitles.

[FFmpeg-cvslog] libavformat/isom: Add more language mappings

2022-06-08 Thread Ivan Baykalov
ffmpeg | branch: master | Ivan Baykalov <4ru...@gmail.com> | Wed Apr 27 18:00:02 2022 +0700| [58880a8ea8d1aa0497e88f0da4e88455db9ba723] | committer: Anton Khirnov libavformat/isom: Add more language mappings mov_mdhd_language_map table doesn't contain ISO 639 codes for some of the languages. I

[FFmpeg-cvslog] MAINTAINERS: add myself as maintainer for LoongArch.

2022-06-08 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Wed Jun 1 18:21:13 2022 +0800| [b6c856b6e4b5d0b24226a6de173286c380054d88] | committer: Michael Niedermayer MAINTAINERS: add myself as maintainer for LoongArch. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/dvdsubdec, dvbsubdec: remove bitmap dumping in DEBUG builds

2022-06-08 Thread softworkz
ffmpeg | branch: master | softworkz | Sat May 28 14:52:18 2022 +| [830f49cb9dc3b3086d1cd3dab9b1dcebbde9d048] | committer: Marton Balint avcodec/dvdsubdec, dvbsubdec: remove bitmap dumping in DEBUG builds It's been a regular annoyance and often undesired. There will be a subtitle filter whi

[FFmpeg-cvslog] libavutil/tests/md5: Remove 'volatile workaround' to avoid warnings

2022-06-08 Thread softworkz
ffmpeg | branch: master | softworkz | Sat May 28 15:07:00 2022 +| [22ab2a375dcac2c9247f099cfef71ca9236a72b1] | committer: Marton Balint libavutil/tests/md5: Remove 'volatile workaround' to avoid warnings Those are always showing up on Patchwork when FATE tests are failing, covering some po

[FFmpeg-cvslog] libavformat/tls_libtls: handle TLS_WANT_{POLLIN, POLLOUT} in read/write functions

2022-06-08 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon May 23 12:44:33 2022 +0200| [6dd6c58d8976d9c43828af45d7c47ab7f0c983e6] | committer: Marton Balint libavformat/tls_libtls: handle TLS_WANT_{POLLIN, POLLOUT} in read/write functions According to the tls documentation: tls_read() and tls_write() ca

[FFmpeg-cvslog] avcodec/texturedspenc: Fix indexing in color distribution determination

2022-06-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 2 00:28:33 2017 +0100| [ade36d61de8ea5a5acb30a05a0cbcda069127143] | committer: Marton Balint avcodec/texturedspenc: Fix indexing in color distribution determination Fixes CID1396405 MSE and PSNR is slightly improved, and some noticable

[FFmpeg-cvslog] ffprobe: update entry index after printing packet/media type

2022-06-08 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Thu Apr 21 09:01:14 2022 +0200| [7adeeff91f974ec5a69967dffe18331f666530eb] | committer: Marton Balint ffprobe: update entry index after printing packet/media type Fix JSON output in case a frame or packet section contains a nested section. Fix trac