[FFmpeg-cvslog] avcodec/h2645_parse: Reset nal_buffer_size on uninit

2019-10-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Oct 14 21:45:18 2019 -0400| [cebb446911fdc6c42d5a480b441b025c399e4a88] | committer: James Almer avcodec/h2645_parse: Reset nal_buffer_size on uninit Without reseting nal_buffer_size, av_fast_realloc will fail if ff_h2645_packet_split is called

[FFmpeg-cvslog] avcodec/av1_parse: simplify memset call

2019-10-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 14 23:43:08 2019 -0300| [1e0b6bc0b4d693d2e15c0721d83ed09ac6daf458] | committer: James Almer avcodec/av1_parse: simplify memset call Removed (new_size - pkt->nals_allocated) because this value is always 1 during the call. Based on commit

[FFmpeg-cvslog] avcodec/av1_parse: Use av_fast_realloc() for OBU array

2019-10-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 14 23:42:01 2019 -0300| [62f47225825ce0827570eb2c12033303d121e4ef] | committer: James Almer avcodec/av1_parse: Use av_fast_realloc() for OBU array Based on commits 22bec0d33f4231487547581a1f77e2e8e6eade88 and

[FFmpeg-cvslog] ffprobe: fix output of packets_and_frames section in JSON format

2019-10-14 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Oct 11 13:36:38 2019 -0300| [2e4f86e04ca6abdf8a1829dce210ceeef46eb224] | committer: James Almer ffprobe: fix output of packets_and_frames section in JSON format The "type" entry was hardcoded with an trailing comma, even if it was the only entry in

[FFmpeg-cvslog] avfilter: fix typo in comments

2019-10-14 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Oct 9 20:06:10 2019 +0800| [2bfa7df9fefe50a8d7f3f2fe4313069e5f3155d4] | committer: Lou Logan avfilter: fix typo in comments Signed-off-by: myp...@gmail.com >

[FFmpeg-cvslog] tools/target_dec_fuzzer: Also fuzz FF_COMPLIANCE_EXPERIMENTAL

2019-10-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 12 22:34:01 2019 +0200| [2d3ccfa86334c0bb74fffe564b5d684699274669] | committer: Michael Niedermayer tools/target_dec_fuzzer: Also fuzz FF_COMPLIANCE_EXPERIMENTAL This should improve coverage Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] tools/target_dec_fuzzer: Also fuzz codec_tag

2019-10-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 12 22:34:02 2019 +0200| [cc50d113c88fb9fc5d9b010bbc9b9203b9a2b885] | committer: Michael Niedermayer tools/target_dec_fuzzer: Also fuzz codec_tag This should improve coverage Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] tools/target_dec_fuzzer: Also fuzz block_align

2019-10-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 12 22:34:00 2019 +0200| [0c07eb52050b9a608608f9a4ad31f9a5cd4df97a] | committer: Michael Niedermayer tools/target_dec_fuzzer: Also fuzz block_align This should improve coverage Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avfilter/vf_lenscorrection: make width/height int

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 14 20:14:03 2019 +0200| [79522411fa53b68743302d16d28156db95466a21] | committer: Paul B Mahol avfilter/vf_lenscorrection: make width/height int Somehow previous correct fix broke usage. >

[FFmpeg-cvslog] doc/APIchanges: add missing entry for the new runtime param AVOption flag

2019-10-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 14 12:05:01 2019 -0300| [5c3d521a942723313e53dbab284060071a4e0aea] | committer: James Almer doc/APIchanges: add missing entry for the new runtime param AVOption flag Signed-off-by: James Almer >

[FFmpeg-cvslog] avfilter/vf_atadenoise: rewrite using macro

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 14 16:39:56 2019 +0200| [c4d1603baff1885fd6cac95251e7857263b343fa] | committer: Paul B Mahol avfilter/vf_atadenoise: rewrite using macro > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4d1603baff1885fd6cac95251e7857263b343fa ---

[FFmpeg-cvslog] doc/filters: document colorchannelmixer commands

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 14 13:14:18 2019 +0200| [a4e5dc4b381f317e54e77b1db157571a4abb34a0] | committer: Paul B Mahol doc/filters: document colorchannelmixer commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a4e5dc4b381f317e54e77b1db157571a4abb34a0

[FFmpeg-cvslog] doc/filters: document scroll commands

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 14 13:08:13 2019 +0200| [746c8e7c9d91cf2511348577be06b8ef5498b3a0] | committer: Paul B Mahol doc/filters: document scroll commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=746c8e7c9d91cf2511348577be06b8ef5498b3a0 ---

[FFmpeg-cvslog] doc/filters: document amplify commands

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 14 13:11:21 2019 +0200| [688472641dae19b5251b4a241762b2effc98a4b2] | committer: Paul B Mahol doc/filters: document amplify commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=688472641dae19b5251b4a241762b2effc98a4b2 ---

[FFmpeg-cvslog] avfilter/vf_bwdif: fix heap-buffer overflow

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 13 23:21:35 2019 +0200| [8c3166e1c302c3ba80d9742ae46161c0fa8e2606] | committer: Paul B Mahol avfilter/vf_bwdif: fix heap-buffer overflow Fixes #8261 >

[FFmpeg-cvslog] avfilter/vf_colorchannelmixer: add support for commands

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 21:54:30 2019 +0200| [4568e54cc51cf796b86a3dc7be8289108d58ae4c] | committer: Paul B Mahol avfilter/vf_colorchannelmixer: add support for commands >

[FFmpeg-cvslog] avfilter/vf_gblur: switch to ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 13:03:52 2019 +0200| [33e69806aa26e79c1d99c693b74158395babd932] | committer: Paul B Mahol avfilter/vf_gblur: switch to ff_filter_process_command() >

[FFmpeg-cvslog] avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 12:03:19 2019 +0200| [f3746d31f9486bcc266f17738861cc8a5c9c1eb7] | committer: Paul B Mahol avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f3746d31f9486bcc266f17738861cc8a5c9c1eb7 ---

[FFmpeg-cvslog] avfilter/avfilter: add ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 12:42:40 2019 +0200| [a918b833a5ea640b6c8fa1125ae420999055b753] | committer: Paul B Mahol avfilter/avfilter: add ff_filter_process_command() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a918b833a5ea640b6c8fa1125ae420999055b753

[FFmpeg-cvslog] avutil/opt: print runtime flag too

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 12:56:55 2019 +0200| [c109dfc1b1946964a19ad3beee73db6d9c95d940] | committer: Paul B Mahol avutil/opt: print runtime flag too > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c109dfc1b1946964a19ad3beee73db6d9c95d940 ---

[FFmpeg-cvslog] avfilter/af_rubberband: use ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 22:15:09 2019 +0200| [dcfe32920c5b36d92012b6767c3085b26c07a9e6] | committer: Paul B Mahol avfilter/af_rubberband: use ff_filter_process_command() >

[FFmpeg-cvslog] avfilter/vf_drawbox: use ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 22:04:02 2019 +0200| [9e883a1448a172bef151e23a59e6b6a7f53596fc] | committer: Paul B Mahol avfilter/vf_drawbox: use ff_filter_process_command() >

[FFmpeg-cvslog] avfilter/af_biquads: use ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Oct 9 11:15:56 2019 +0200| [015cbca4441ce14f421cef01a1a065a49af9d3b3] | committer: Paul B Mahol avfilter/af_biquads: use ff_filter_process_command() >

[FFmpeg-cvslog] avfilter/vf_scroll: add support for commands

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 13:18:12 2019 +0200| [7fcb84165e2229733cafa85ee2b82ce3fc2cbdb8] | committer: Paul B Mahol avfilter/vf_scroll: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7fcb84165e2229733cafa85ee2b82ce3fc2cbdb8 ---

[FFmpeg-cvslog] avfilter/af_anlms: switch to ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 12:49:28 2019 +0200| [9f7ab36ada16ea271bf1bd5ca1a4cea7d024d5c7] | committer: Paul B Mahol avfilter/af_anlms: switch to ff_filter_process_command() >

[FFmpeg-cvslog] avfilter/vf_avgblur: switch to ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 13:05:36 2019 +0200| [4954a17ec7286c00cc971deb442ec438b78568f8] | committer: Paul B Mahol avfilter/vf_avgblur: switch to ff_filter_process_command() >

[FFmpeg-cvslog] avfilter/vf_amplify: add support for commands

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 13:44:58 2019 +0200| [953b1c7b1244b8213252209bc2e2308c8ad283a0] | committer: Paul B Mahol avfilter/vf_amplify: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=953b1c7b1244b8213252209bc2e2308c8ad283a0 ---

[FFmpeg-cvslog] avfilter/af_atempo: use ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Oct 9 12:13:22 2019 +0200| [ce764a6c74f3d28df563bce21ccf38a9484e0eb7] | committer: Paul B Mahol avfilter/af_atempo: use ff_filter_process_command() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce764a6c74f3d28df563bce21ccf38a9484e0eb7

[FFmpeg-cvslog] avfilter/af_anlmdn: switch to ff_filter_process_command()

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 8 13:12:52 2019 +0200| [877e2e92a377249625f5a2fcba53f64525705560] | committer: Paul B Mahol avfilter/af_anlmdn: switch to ff_filter_process_command() >

[FFmpeg-cvslog] doc/filters: document new feature

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 14 11:24:38 2019 +0200| [8fec9fca69c22fc41d8602d8bdf547f14c70fc06] | committer: Paul B Mahol doc/filters: document new feature > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fec9fca69c22fc41d8602d8bdf547f14c70fc06 ---

[FFmpeg-cvslog] avfilter/vf_geq: allow user to set interpolation method

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Oct 11 18:26:22 2019 +0200| [8a0d45a92eb31b2e4ea2fe8a10fb9817a0b0e63f] | committer: Paul B Mahol avfilter/vf_geq: allow user to set interpolation method >

[FFmpeg-cvslog] avfilter/vf_geq: reindent

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Oct 11 18:29:03 2019 +0200| [036fff7e43f5a8d608587daa053970b702d424c0] | committer: Paul B Mahol avfilter/vf_geq: reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=036fff7e43f5a8d608587daa053970b702d424c0 ---

[FFmpeg-cvslog] avfilter/vf_edgedetect: fix coverity issue

2019-10-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 14 10:52:27 2019 +0200| [996ff3fe86b0a7a0d2b8bc5a2570cb1271eb9474] | committer: Paul B Mahol avfilter/vf_edgedetect: fix coverity issue > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=996ff3fe86b0a7a0d2b8bc5a2570cb1271eb9474 ---

[FFmpeg-cvslog] avformat/chromaprint: Fix fp_format option

2019-10-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Oct 6 01:49:46 2019 -0400| [1108bd517363c50740025fcc58ae1e572c8150a0] | committer: Gyan Doshi avformat/chromaprint: Fix fp_format option The fp_format option was incorrectly declared, so it could not be set via string constants. >

[FFmpeg-cvslog] avformat/chromaprint: improve logging message

2019-10-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Oct 6 01:49:48 2019 -0400| [634529c40d62e02bacea3a7f91d4226a9e4b3cbc] | committer: Gyan Doshi avformat/chromaprint: improve logging message Setting silence_threshold requires that -algorithm is set to 3. >