[Ffmpeg-devel-irc] ffmpeg-devel.log.20191014

burek burek at teamnet.rs
Tue Oct 15 03:05:04 EEST 2019


[00:53:19 CEST] <cone-845> ffmpeg 03Michael Niedermayer 07master:e418b315ddd0: avcodec/wmaprodec: Check that the streams channels do not exceed the overall channels
[00:53:20 CEST] <cone-845> ffmpeg 03gxw 07master:21d19f49b78e: avcodec/mips: Fixed four warnings in vc1dsp
[00:53:21 CEST] <cone-845> ffmpeg 03Andreas Rheinhardt 07master:5056eb351117: avformat/Makefile: Fix aiffdec replaygain dependency
[00:53:22 CEST] <cone-845> ffmpeg 03Michael Niedermayer 07master:c8813b1a9847: avfilter/vf_geq: Use av_clipd() instead of av_clipf()
[09:02:44 CEST] <cone-855> ffmpeg 03Andriy Gelman 07master:1108bd517363: avformat/chromaprint: Fix fp_format option
[09:02:44 CEST] <cone-855> ffmpeg 03Andriy Gelman 07master:634529c40d62: avformat/chromaprint: improve logging message
[09:04:05 CEST] <nevcairiel> you would think someone trying to report weird static analyzer findings would understand reference counted structures, but apparently not
[10:54:09 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:996ff3fe86b0: avfilter/vf_edgedetect: fix coverity issue
[10:58:11 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:8a0d45a92eb3: avfilter/vf_geq: allow user to set interpolation method
[10:58:12 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:036fff7e43f5: avfilter/vf_geq: reindent
[11:42:27 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:f3746d31f948: avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag
[11:42:28 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:a918b833a5ea: avfilter/avfilter: add ff_filter_process_command()
[11:42:29 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:c109dfc1b194: avutil/opt: print runtime flag too
[11:42:30 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:8fec9fca69c2: doc/filters: document new feature
[11:42:31 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:9f7ab36ada16: avfilter/af_anlms: switch to ff_filter_process_command()
[11:42:32 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:33e69806aa26: avfilter/vf_gblur: switch to ff_filter_process_command()
[11:42:33 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:4954a17ec728: avfilter/vf_avgblur: switch to ff_filter_process_command()
[11:42:34 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:877e2e92a377: avfilter/af_anlmdn: switch to ff_filter_process_command()
[11:42:35 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:7fcb84165e22: avfilter/vf_scroll: add support for commands
[11:42:36 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:953b1c7b1244: avfilter/vf_amplify: add support for commands
[11:42:37 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:4568e54cc51c: avfilter/vf_colorchannelmixer: add support for commands
[11:42:38 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:9e883a1448a1: avfilter/vf_drawbox: use ff_filter_process_command()
[11:42:39 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:dcfe32920c5b: avfilter/af_rubberband: use ff_filter_process_command()
[11:42:40 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:015cbca4441c: avfilter/af_biquads: use ff_filter_process_command()
[11:42:41 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:ce764a6c74f3: avfilter/af_atempo: use ff_filter_process_command()
[11:54:26 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:8c3166e1c302: avfilter/vf_bwdif: fix heap-buffer overflow
[13:17:39 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:746c8e7c9d91: doc/filters: document scroll commands
[13:17:40 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:688472641dae: doc/filters: document amplify commands
[13:17:41 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:a4e5dc4b381f: doc/filters: document colorchannelmixer commands
[16:42:47 CEST] <cone-855> ffmpeg 03Paul B Mahol 07master:c4d1603baff1: avfilter/vf_atadenoise: rewrite using macro
[17:05:56 CEST] <cone-855> ffmpeg 03James Almer 07master:5c3d521a9427: doc/APIchanges: add missing entry for the new runtime param AVOption flag
[17:43:06 CEST] <durandal_1707> which SIMD instruction compares registers and raturns mask if < or > ?
[17:44:13 CEST] <Lynne> pcmpgt*
[20:16:29 CEST] <cone-953> ffmpeg 03Paul B Mahol 07master:79522411fa53: avfilter/vf_lenscorrection: make width/height int
[21:07:59 CEST] <durandal11707> how to use maskmovdqu ?
[21:10:16 CEST] <Lynne> don't unless you like your SIMD slow
[21:10:27 CEST] <nevcairiel> wasnt maskmov one of those instructions that are really only useful for compilers and not for SIMD writers
[21:10:40 CEST] <iive> it works great on Intel CPU's
[21:11:12 CEST] <iive> on "most" AMD cpu's it could make the SIMD code slower than plain C.
[21:12:38 CEST] <iive> (even if used ones or twice per stride).
[21:17:52 CEST] <cone-953> ffmpeg 03Michael Niedermayer 07master:0c07eb52050b: tools/target_dec_fuzzer: Also fuzz block_align
[21:17:53 CEST] <cone-953> ffmpeg 03Michael Niedermayer 07master:2d3ccfa86334: tools/target_dec_fuzzer: Also fuzz FF_COMPLIANCE_EXPERIMENTAL
[21:17:54 CEST] <cone-953> ffmpeg 03Michael Niedermayer 07master:cc50d113c88f: tools/target_dec_fuzzer: Also fuzz codec_tag
[21:22:30 CEST] <durandal11707> how to divide words in SIMD?
[21:22:41 CEST] <durandal11707> a / b
[21:24:18 CEST] <BtbN> you load the values in registers, and call the divide instruction?
[21:24:51 CEST] <durandal11707> how smart!
[21:25:30 CEST] <durandal11707> i need packed variant
[21:28:33 CEST] <Lynne> no integer simd divide
[21:29:11 CEST] <Lynne> you have to mult + right shift with magic constants
[21:30:36 CEST] <durandal11707> i have number ranging from 5 to 129 for division
[21:31:31 CEST] <Lynne> the divisor matters more
[21:32:04 CEST] <durandal11707> yes i divide with 5-129
[23:10:40 CEST] <durandal11707> michaelni: looks like AV_RSHIFT macro changes first operand if it is unsigned
[23:11:45 CEST] <durandal11707> actually it probably does not work with unsigneds at all
[23:13:30 CEST] <michaelni> yes
[00:00:00 CEST] --- Tue Oct 15 2019


More information about the Ffmpeg-devel-irc mailing list