[FFmpeg-cvslog] cbs: Mention all codecs in unit type comment

2020-08-12 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Jul 27 17:32:16 2020 +0100| [bb59bdbcd17d86ab1cddbab8e6bef325cc3510a1] | committer: Mark Thompson cbs: Mention all codecs in unit type comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb59bdbcd17d86ab1cddbab8e6bef325cc3510a1 ---

[FFmpeg-cvslog] Revert "lavfi/avfiltergraph: add check before free the format"

2020-08-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 04:28:07 2020 +0200| [c4c10feaa8c3604abfec4283715b37358f73b6e7] | committer: Andreas Rheinhardt Revert "lavfi/avfiltergraph: add check before free the format" This reverts commit f156f4ab2317f22bfef33c7eaead0d5d5f162903. The checks add

[FFmpeg-cvslog] avfilter/formats: Schedule avfilter_make_format64_list() for removal

2020-08-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 8 00:37:46 2020 +0200| [ae5026c90502fad71338b81badd227db00b462cf] | committer: Andreas Rheinhardt avfilter/formats: Schedule avfilter_make_format64_list() for removal Despite its name, this function is not part of the public API, as forma

[FFmpeg-cvslog] avfilter/formats: Simplify cleanup for ff_merge_* functions

2020-08-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 04:10:05 2020 +0200| [9d1bf9cffefa2eb57221eb33d5a261750c4bee85] | committer: Andreas Rheinhardt avfilter/formats: Simplify cleanup for ff_merge_* functions Now that the output's refs-array is only allocated once, it is NULL in any error

[FFmpeg-cvslog] avfilter/formats: Leave lists' ownership unchanged upon merge failure

2020-08-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 03:41:18 2020 +0200| [195a25a7aba89d4fc040de63cbc6389abece393d] | committer: Andreas Rheinhardt avfilter/formats: Leave lists' ownership unchanged upon merge failure ff_merge_formats(), ff_merge_samplerates() and ff_merge_channel_layout

[FFmpeg-cvslog] avfilter/formats: Remove ff_make_formatu64_list()

2020-08-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 17:21:58 2020 +0200| [efbe58ceb6cc9bf108379ead7e077a7ae948d153] | committer: Andreas Rheinhardt avfilter/formats: Remove ff_make_formatu64_list() It is unused since 8cbb055760c725d0fb99fb759caabb5f4e37e340 and it actually coincides with

[FFmpeg-cvslog] avfilter/avf_showcqt: Mark arrays as static const

2020-08-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 8 00:24:06 2020 +0200| [2e0cf4de01ed062fc7862c821c21bb578dd4c5f8] | committer: Andreas Rheinhardt avfilter/avf_showcqt: Mark arrays as static const Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/g

[FFmpeg-cvslog] lavc/aac_ac3_parser: fix potential overflow when averaging bitrate

2020-08-12 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Fri Jul 17 20:51:43 2020 +0200| [ecd71916d1e573a4b91b1fd182f3d232a1693dff] | committer: Alexander Strasser lavc/aac_ac3_parser: fix potential overflow when averaging bitrate The new code is analog to how it's done in our mpegaudio parser. Acked-b

[FFmpeg-cvslog] lavc/snowenc: Expose an option to set the rc_eq expression

2020-08-12 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Fri Aug 7 21:40:40 2020 +0200| [b40dd2fdabaa1ffb24ccf6486dc8a96e84b72c40] | committer: Alexander Strasser lavc/snowenc: Expose an option to set the rc_eq expression Snow uses the ratecontrol module, but does not expose a way to set the rc_eq expr

[FFmpeg-cvslog] lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().

2020-08-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Jul 30 00:02:10 2020 +0200| [1201687da268c11459891a80ca1972aeaca8db88] | committer: Nicolas George lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose(). Also add and update some tests. Change the semantic a little, because for filesy

[FFmpeg-cvslog] lavf/url: add ff_url_decompose().

2020-08-12 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Wed Jul 29 14:39:20 2020 +0200| [d853293679f93ef882e6a5f1c47eb5a65ceddf3d] | committer: Nicolas George lavf/url: add ff_url_decompose(). > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d853293679f93ef882e6a5f1c47eb5a65ceddf3d --- libavfo

[FFmpeg-cvslog] avformat/mxfenc: Write color metadata to MXF

2020-08-12 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Thu Aug 6 15:27:48 2020 +0100| [64ff61b3c52af335e811fe04b85108775e1f2784] | committer: Tomas Härdin avformat/mxfenc: Write color metadata to MXF Writes color_primaries, color_trc and color_space to mxf headers. ULs are from https://registry.smpte-ra.or

[FFmpeg-cvslog] avcodec/sheervideo: reduce size of vlc tables to normal values

2020-08-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Aug 12 08:14:08 2020 +0200| [f95dac666caea27ce999ab8e8368317b6ebe4076] | committer: Paul B Mahol avcodec/sheervideo: reduce size of vlc tables to normal values > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f95dac666caea27ce999ab8e836831

[FFmpeg-cvslog] dnn: add backend options when load the model

2020-08-12 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Aug 7 14:32:55 2020 +0800| [0a51abe8ab71c03eff66200265142fc910bcbfe2] | committer: Guo, Yejun dnn: add backend options when load the model different backend might need different options for a better performance, so, add the parameter into dnn interfa