[FFmpeg-cvslog] avformat/matroskaenc: Fix leak when writing attachment without filename

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.4 | Andreas Rheinhardt | Sat Apr 10 00:11:06 2021 +0200| [450f5ae49d87f7e84f4cf58d51fc3708b8708a09] | committer: Andreas Rheinhardt avformat/matroskaenc: Fix leak when writing attachment without filename Signed-off-by: Andreas Rheinhardt (cherry picked from commit 0

[FFmpeg-cvslog] avformat/matroskaenc: Fix leak when writing attachment without filename

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 10 00:11:06 2021 +0200| [08c805f4ac767444ccc04a37ca6b99d719a6b58f] | committer: Andreas Rheinhardt avformat/matroskaenc: Fix leak when writing attachment without filename Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting them

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 19:32:07 2021 +0200| [7d9afb46f2f413abe9d2ee0f9353368a7d4888f7] | committer: Andreas Rheinhardt avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting them MPEG-1/2/4 are the only mpegvideo based encoders that support bfra

[FFmpeg-cvslog] avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecs

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 18:51:38 2021 +0200| [6c2cc205f624553c181a65c90c5427bf6e37b6b7] | committer: Andreas Rheinhardt avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecs Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 17:53:20 2021 +0200| [2de159fcf16c25ef4c7f1f06ea61c5f43995108c] | committer: Andreas Rheinhardt avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2 The MPEG-2 encoder is the only mpegvideo-based encoder that supports embedd

[FFmpeg-cvslog] avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 17:20:57 2021 +0200| [42c895ef5cf93e755e338aa01be536ce2bd9106c] | committer: Andreas Rheinhardt avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4 mpeg_quant may only be set for MPEG-4 and MPEG-2, yet for the latter it

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Combine identical checks

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 16:00:28 2021 +0200| [dff774042a6f63a5d4fe01c68a7f34e35c2c3c0e] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Combine identical checks Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/mpeg12enc: Perform size/level/profile checks earlier

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 21:33:53 2021 +0200| [bf61cbb7fcd73001dde6e73ad636442fd18688fb] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Perform size/level/profile checks earlier This has the advantage that one does not waste some allocations if one errors o

[FFmpeg-cvslog] fftools/ffmpeg_filter: Don't needlessly copy string

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 07:05:00 2021 +0200| [4782124b90cf915ede2cebd871be82fc0267a135] | committer: Andreas Rheinhardt fftools/ffmpeg_filter: Don't needlessly copy string Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12enc

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 15:03:19 2021 +0200| [d5c7e5cb65ee29a8e66e704ac5b7953657a6ff9c] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12enc Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] fftools/ffmpeg_filter: Don't write string that is never used

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 06:21:22 2021 +0200| [6b72410e0148ab677aca2f7dcbe52d706d632aa0] | committer: Andreas Rheinhardt fftools/ffmpeg_filter: Don't write string that is never used Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove redundant time_base check

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 13:43:46 2021 +0200| [80410674bd29d552c2af6453c5973323038cc947] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Remove redundant time_base check This check is dead as ff_encode_preinit() has an even stricter check. Signed-off-by

[FFmpeg-cvslog] fftools/ffmpeg_filter: Avoid allocations when configuring output filters

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 05:26:31 2021 +0200| [80399c7910f765c7c642f85df27d4d9cb59a2c16] | committer: Andreas Rheinhardt fftools/ffmpeg_filter: Avoid allocations when configuring output filters Use an AVBPrint to handle the (typically short) strings involved he

[FFmpeg-cvslog] avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmts

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 03:01:14 2021 +0200| [059fc2d9da5364627613fb3e6424079e14dbdfd3] | committer: Andreas Rheinhardt avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmts Currently said list contains only the pixel formats that are always sup

[FFmpeg-cvslog] avcodec/ljpegenc: Allow full range yuv420p, yuv422p, yuv444p by default

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 00:45:25 2021 +0200| [48cda7d02b768d965db6582271a2f8591f2a3a10] | committer: Andreas Rheinhardt avcodec/ljpegenc: Allow full range yuv420p, yuv422p, yuv444p by default The documentation for AV_PIX_FMT_YUVJ420P reads: "planar YUV 4:2:0,

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove redundant pixel format checks

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 5 22:35:30 2021 +0200| [159bcb19b9482a98652ded9eee2751e9de0e9d0f] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Remove redundant pixel format checks All encoders using ff_mpv_encode_init() already have pix_fmts set so that the pi

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Make AMV encoder usable without MJPEG encoder

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 5 21:50:12 2021 +0200| [b3a38eaff492a64370092e6ff7d780199cebc68b] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Make AMV encoder usable without MJPEG encoder Up until now the relevant checks all checked for the existence of the M

[FFmpeg-cvslog] avcodec/mjpegenc: Remove dependency of AMV encoder on mjpegenc_huffman

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Mar 31 00:21:20 2021 +0200| [d0dcfaef517105cf5f43f686bf2827c412c351ab] | committer: Andreas Rheinhardt avcodec/mjpegenc: Remove dependency of AMV encoder on mjpegenc_huffman Using optimal Huffman tables is not supported for AMV and always disa

[FFmpeg-cvslog] avcodec/proresenc_kostya: Remove harmful check

2021-04-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 7 22:43:38 2021 +0200| [7c109cb92381c4895a95cf706527c0d0ff656ee7] | committer: Andreas Rheinhardt avcodec/proresenc_kostya: Remove harmful check The ProRes encoder allocates huge worst-case buffers just to be safe; and for huge resolution

[FFmpeg-cvslog] Changelog: replace by 4.4

2021-04-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 9 06:23:34 2021 +0200| [3c8c3e0b86ebfca238c70ec8465e2a7eaf353ce3] | committer: Michael Niedermayer Changelog: replace by 4.4 Found-by: Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c8

[FFmpeg-cvslog] Changelog: Add new line after 4.4

2021-04-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 9 06:30:31 2021 +0200| [d7301f1b75c29349f048472622aea6edd3873443] | committer: Michael Niedermayer Changelog: Add new line after 4.4 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7301f