[FFmpeg-cvslog] avcodec: add SMC encoder

2021-08-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 12 15:36:04 2021 +0200| [ed47a4a842952055bb62f468a66a3714bc61972c] | committer: Paul B Mahol avcodec: add SMC encoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed47a4a842952055bb62f468a66a3714bc61972c --- Changelog

[FFmpeg-cvslog] avfilter/avfilter: Remove unused feature to add pads in the middle

2021-08-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 16 20:48:00 2021 +0200| [515e7fbce1cc555d9eaadad798d3d968ff468987] | committer: Andreas Rheinhardt avfilter/avfilter: Remove unused feature to add pads in the middle Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http:/

[FFmpeg-cvslog] avfilter/internal: Replace AVFilterPad.needs_writable by flags

2021-08-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 16 00:07:41 2021 +0200| [1e35744a4ce57925d5134cdd1f1e704e9e211270] | committer: Andreas Rheinhardt avfilter/internal: Replace AVFilterPad.needs_writable by flags It will be useful in the future when more flags are added. Reviewed-by: Nico

[FFmpeg-cvslog] avfilter/audio: Don't call av_get_channel_layout_nb_channels twice

2021-08-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 17 06:00:16 2021 +0200| [f60c3ca1361921ff7929a4dc14ed874f22f37f98] | committer: Andreas Rheinhardt avfilter/audio: Don't call av_get_channel_layout_nb_channels twice Also makes the assert-string shorter. Reviewed-by: Nicolas George Signe

[FFmpeg-cvslog] avfilter/internal: Combine get_(audio|video)_buffer into union

2021-08-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 17 05:48:27 2021 +0200| [1aa640c7d785c39e0e19407521132d77b594e654] | committer: Andreas Rheinhardt avfilter/internal: Combine get_(audio|video)_buffer into union These fields are mutually exclusive, so putting them in a union is possible a

[FFmpeg-cvslog] avfilter/avfilter: Remove redundant assignment

2021-08-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 17 05:33:21 2021 +0200| [90550856e5182487bdfbb0527110e4b94ac5ec0f] | committer: Andreas Rheinhardt avfilter/avfilter: Remove redundant assignment av_frame_copy_props() already copies pts. Reviewed-by: Nicolas George Signed-off-by: Andrea

[FFmpeg-cvslog] avutil/opt: Document actual behaviour of av_opt_copy a bit more

2021-08-17 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 13 08:48:42 2021 +0200| [8c53b14599330f08859082c868d7df559e9385e5] | committer: Andreas Rheinhardt avutil/opt: Document actual behaviour of av_opt_copy a bit more In particular, document that av_opt_copy() always disentangles allocated opt

[FFmpeg-cvslog] ffmpeg_hw: Don't ignore key parameters when initializing a hw device

2021-08-17 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Wed Aug 11 14:44:05 2021 +0800| [51a80aacce1a7bd20823798dc9e5ec5f23a3b62d] | committer: James Almer ffmpeg_hw: Don't ignore key parameters when initializing a hw device Currently user may use '-init_hw_device type=name' to initialize a hw device, howeve

[FFmpeg-cvslog] avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init

2021-08-17 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 14 09:55:00 2021 +0200| [7bba0dd6382e30d646cb406034a66199e071d713] | committer: Michael Niedermayer avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init Fixes: MemLeak Fixes: 8281 Fixes: PoC_option158.jpg Fixes

[FFmpeg-cvslog] doc/git-howto: be more strict about commit message formatting.

2021-08-17 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Aug 15 11:08:34 2021 +0200| [318e18402271fd0bca9c08ef82344b051bbcc1d1] | committer: Nicolas George doc/git-howto: be more strict about commit message formatting. Explain the format of the first line: "context: summary". Add examples and explain ba

[FFmpeg-cvslog] avfilter/vf_convolve: switch to TX FFT from avutil

2021-08-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Aug 17 07:42:53 2021 +0200| [376ac5b7a81b513ad85065fd5e80b38e233ff8ed] | committer: Paul B Mahol avfilter/vf_convolve: switch to TX FFT from avutil > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=376ac5b7a81b513ad85065fd5e80b38e233ff8ed -