[FFmpeg-cvslog] dnn_backend_native_layer_mathbinary: add floormod support

2020-08-23 Thread Mingyu Yin
ffmpeg | branch: master | Mingyu Yin | Sun Aug 23 23:12:13 2020 +0800| [3477feb6431c1d437acac7b845bb3427ef165d45] | committer: Guo, Yejun dnn_backend_native_layer_mathbinary: add floormod support Signed-off-by: Mingyu Yin >

[FFmpeg-cvslog] dnn_backend_native_layer_mathbinary: change to function pointer

2020-08-23 Thread Mingyu Yin
ffmpeg | branch: master | Mingyu Yin | Sun Aug 23 23:12:12 2020 +0800| [37ef1acedb27e037e394600272317fdafa448743] | committer: Guo, Yejun dnn_backend_native_layer_mathbinary: change to function pointer Signed-off-by: Mingyu Yin >

[FFmpeg-cvslog] avcodec/av1_parser: read frame properties directly from AV1RawFrameHeader

2020-08-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 23 16:23:57 2020 -0300| [c8716b5029693f2d02fd2bffe18867c677fa3630] | committer: James Almer avcodec/av1_parser: read frame properties directly from AV1RawFrameHeader Simplifies code Reviewed-by: Mark Thompson Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame

2020-08-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 23 16:23:56 2020 -0300| [6c20207dceefa0452c65c719f0326cbc0177e827] | committer: James Almer avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame Reviewed-by: Mark Thompson Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/cbs_av1: infer frame sizes when not coded in the bitstream

2020-08-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 23 16:17:12 2020 -0300| [f1e92ee36b5e6bda6bf748e802fcda64aa5bab20] | committer: James Almer avcodec/cbs_av1: infer frame sizes when not coded in the bitstream This makes them available for all frames within a Temporal Unit. Reviewed-by: Mark

[FFmpeg-cvslog] avfilter/vf_overlay: Fix double-free of AVFilterFormats on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 14:42:57 2020 +0200| [a86ee5fd79840dc4af3e3f5c90ff8ce19b9ae993] | committer: Andreas Rheinhardt avfilter/vf_overlay: Fix double-free of AVFilterFormats on error The query_formats function of the overlay filter tries to allocate two

[FFmpeg-cvslog] avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 05:54:34 2020 +0200| [c4beb0783bd2470edbcc8da9e264c7fe1c10d7cc] | committer: Andreas Rheinhardt avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on error The vpp_qsv's query_formats function allocated two AVFilterFormats, before

[FFmpeg-cvslog] avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 17:31:11 2020 +0200| [44e376500fd0a5e6b9ca1611e645feeb50de1ac5] | committer: Andreas Rheinhardt avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on error The query_formats function of the amix filter tries to allocate a list

[FFmpeg-cvslog] avfilter/vf_remap: Fix double-free of AVFilterFormats on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 14:21:56 2020 +0200| [07240c36c2912cea96dd9d11c8e3ed27995a2b3c] | committer: Andreas Rheinhardt avfilter/vf_remap: Fix double-free of AVFilterFormats on error The query_formats function of the remap filter tries to allocate two lists

[FFmpeg-cvslog] avfilter/af_amix: Don't needlessly reallocate table

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 16:08:42 2020 +0200| [27f35fd121e38b28daafb4f1ad47cf55b5e5ab71] | committer: Andreas Rheinhardt avfilter/af_amix: Don't needlessly reallocate table Replace using ff_add_format() repeatedly by a single call to ff_make_format_list().

[FFmpeg-cvslog] avfilter/af_aformat: Add uninit function

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 9 16:42:37 2020 +0200| [a7bd37927628df3672488e07f718b3549bea717d] | committer: Andreas Rheinhardt avfilter/af_aformat: Add uninit function Fixes memleaks in case init fails (e.g. because of invalid parameters like

[FFmpeg-cvslog] avfilter: Remove redundant ff_formats/channel_layouts_unref()

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 23:46:33 2020 +0200| [e013a71fe3cd8b544d1288a2ed80521fa35e44c1] | committer: Andreas Rheinhardt avfilter: Remove redundant ff_formats/channel_layouts_unref() ff_add_format() and ff_add_channel_layout() already unref the list upon

[FFmpeg-cvslog] avfilter/vf_hwdownload: Fix leak of formats list upon error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 23:40:43 2020 +0200| [257cd5fa389465032b2b222fff5ada9dfebeb4d0] | committer: Andreas Rheinhardt avfilter/vf_hwdownload: Fix leak of formats list upon error If adding the list of input formats to its AVFilterLink fails, the list of

[FFmpeg-cvslog] avfilter/formats: Fix double frees and memleaks on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 19:43:20 2020 +0200| [2a471af50aab02e8bb062c84a5779c7de1952fc0] | committer: Andreas Rheinhardt avfilter/formats: Fix double frees and memleaks on error The formats API deals with lists of channel layouts, sample rates, pixel formats

[FFmpeg-cvslog] avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 15:04:41 2020 +0200| [fd1a2a54a478462212b25753e7106c13af1e33c6] | committer: Andreas Rheinhardt avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on error The query_formats function of the alphamerge filter tries to allocate

[FFmpeg-cvslog] avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 18:54:18 2020 +0200| [44bcd6f74922ba490e680e79eae897b249c29d62] | committer: Andreas Rheinhardt avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on error The query_formats function of the channelmap filter tries to

[FFmpeg-cvslog] avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 06:09:59 2020 +0200| [6a65449954d466e76c1166f524d2f6cde28c3c96] | committer: Andreas Rheinhardt avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on error The paletteuse's query_formats function allocated three AVFilterFormats

[FFmpeg-cvslog] avfilter/vf_showpalette: Fix double-free of AVFilterFormats on error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 7 13:23:30 2020 +0200| [76909c97c68c79d3c0353de83418a112595e9798] | committer: Andreas Rheinhardt avfilter/vf_showpalette: Fix double-free of AVFilterFormats on error The query_formats function of the showpalette filter tries to allocate

[FFmpeg-cvslog] avfilter/avfiltergraph: Remove unused macro parameter

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 9 15:21:25 2020 +0200| [eaa6c08f356d6b4ae2676b4eb813de1751100883] | committer: Andreas Rheinhardt avfilter/avfiltergraph: Remove unused macro parameter Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avfilter/graphparser: Don't set pointer to one beyond '\0' of string

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 23 00:31:17 2020 +0200| [f33faa5b9bfb288f83db034fa1f8719ab8a994c6] | committer: Andreas Rheinhardt avfilter/graphparser: Don't set pointer to one beyond '\0' of string This happened in parse_link_name() if there was a '[' without matching

[FFmpeg-cvslog] avfilter/graphparser: Check allocations for success

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 23 01:51:22 2020 +0200| [95b8df687cc0182a4ec7666c2bbc2826c9ef0852] | committer: Andreas Rheinhardt avfilter/graphparser: Check allocations for success parse_filter() did not check the return value of av_get_token() for success; in case

[FFmpeg-cvslog] avfilter/graphparser: Fix memleak when linking filters fails

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 23 11:12:30 2020 +0200| [deb6476fd8bc3a3c2b134704ecb804269843ed89] | committer: Andreas Rheinhardt avfilter/graphparser: Fix memleak when linking filters fails Parsing labeled outputs involves a check for an already known match (a labeled

[FFmpeg-cvslog] fftools/ffmpeg: Fix leak of AVFilterInOut in case of error

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 23 03:49:48 2020 +0200| [426c16d61a9b5056a157a1a2a057a4e4d13eef84] | committer: Andreas Rheinhardt fftools/ffmpeg: Fix leak of AVFilterInOut in case of error The AVFilterInOuts normally get freed in init_output_filter() when the

[FFmpeg-cvslog] avfilter/graphparser: Fix leaks when parsing inputs fails

2020-08-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Aug 22 23:54:13 2020 +0200| [b3f6dee728c2741388638f8343379bf0f0ef5946] | committer: Andreas Rheinhardt avfilter/graphparser: Fix leaks when parsing inputs fails parse_inputs() uses a temporary linked list to parse the labeled inputs of a

[FFmpeg-cvslog] cbs_av1: Fix test for presence of buffer_removal_time element

2020-08-23 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Aug 23 17:06:06 2020 +0100| [b567cb8d0b664775201d843ab985f49fefeb25d5] | committer: Mark Thompson cbs_av1: Fix test for presence of buffer_removal_time element The frame must be in both the spatial and temporal layers for the operating point, not

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: reindent after previous commit

2020-08-23 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Aug 23 13:34:01 2020 -0400| [58b8541330aa088d02df82962589357b6e5f8f28] | committer: Andriy Gelman avcodec/v4l2_m2m_enc: reindent after previous commit Signed-off-by: Andriy Gelman >

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueued

2020-08-23 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Aug 23 13:33:37 2020 -0400| [8bc7f69cefbcbb265b41717608dc8436dc864a55] | committer: Andriy Gelman avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueued Currently if the frame buffers are full, the frame is unrefed and dropped. Instead

[FFmpeg-cvslog] avcodec/cbs_av1: always store temporal_id and spatial_id in CodedBitstreamAV1Context

2020-08-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 23 14:30:23 2020 -0300| [994d2567f13c11422aeb6506b6afca42a900d620] | committer: James Almer avcodec/cbs_av1: always store temporal_id and spatial_id in CodedBitstreamAV1Context Also infer them when not coded in the bitstream. Reviewed-by: jkqxz

[FFmpeg-cvslog] avfilter/af_afir: make use of vector_fmac_scalar() too

2020-08-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 23 17:50:00 2020 +0200| [e2589ac65010f86fc2e6c3b4419cb1dc62f82d1a] | committer: Paul B Mahol avfilter/af_afir: make use of vector_fmac_scalar() too >

[FFmpeg-cvslog] avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1

2020-08-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 23 12:20:07 2020 -0300| [751f2a27f7d2efe5091ef54d73e5428160a85578] | committer: James Almer avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1 Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/notchlc: add initial alpha support

2020-08-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 23 11:40:40 2020 +0200| [1c3a3a4ec66f66306013d5038b13dabffcf9f5d9] | committer: Paul B Mahol avcodec/notchlc: add initial alpha support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c3a3a4ec66f66306013d5038b13dabffcf9f5d9 ---

[FFmpeg-cvslog] avcodec/gif: fix disposal method for first frame and transparent gifs

2020-08-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 23 15:05:24 2020 +0200| [568b7b2777231cc0be823f270a916f951dcbf0a8] | committer: Paul B Mahol avcodec/gif: fix disposal method for first frame and transparent gifs Fixes #7902 >

[FFmpeg-cvslog] avfilter: remove useless cast

2020-08-23 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Oct 28 00:02:36 2019 +0800| [26f81e5e83a015578c4c0c1d121a5e5f6c72bf8a] | committer: Andreas Rheinhardt avfilter: remove useless cast Signed-off-by: Andreas Rheinhardt >