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

burek burek at teamnet.rs
Fri Sep 27 03:05:05 EEST 2019


[00:30:32 CEST] <cehoyos> jamrial: I cannot fix this, the condition is simply wrong (but claims to fix an overread), I will revert the patch (that is definitely correct) unless you have a better suggestion
[00:30:46 CEST] <cehoyos> 89f464e9c229006e16f6bb5403c5529fdd0a9edd
[00:33:48 CEST] <jamrial> cehoyos: i have no better suggestion. even if that patch is correct, it's making the fate tests return invalid data errors, so reverting is better than leave it as is
[00:35:02 CEST] <jamrial> michaelni: do you know what could be wrong with eb5d0f18ff609ba2280cea4e2c6286d216c8756b that's making two tiff tests fail?
[00:38:24 CEST] <cone-183> ffmpeg 03Carl Eugen Hoyos 07master:dbd3dbb47661: Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2"
[00:40:33 CEST] <michaelni> jamrial, i can probably not look at this before tomorrow afternoon, maybe morning but i probably wont have time before afternoon
[00:40:48 CEST] <jamrial> michaelni: no hurry, thanks
[00:57:04 CEST] <cone-183> ffmpeg 03Jun Li 07master:c23797bc336c: lavf/mov: Fix timestamp rescale on sidx atom
[01:53:57 CEST] <cone-183> ffmpeg 03Andreas Rheinhardt 07master:e045be92cdf5: avformat/utils: Assert that stream_index is valid
[01:53:58 CEST] <cone-183> ffmpeg 03Andreas Rheinhardt 07master:66d5e43b9909: avformat/utils: Fix memleaks
[01:53:59 CEST] <cone-183> ffmpeg 03James Almer 07master:bae8844e3514: avformat/utils: unref packet on AVInputFormat.read_packet() failure
[01:54:00 CEST] <cone-183> ffmpeg 03Andreas Rheinhardt 07master:fc20ba9e049e: avformat/utils: Move the reference to the packet list
[02:19:23 CEST] <cone-183> ffmpeg 03Ting Fu 07master:9691e2a4264b: checkasm/vf_eq: add test for vf_eq
[02:19:24 CEST] <cone-183> ffmpeg 03Ting Fu 07master:6aff2042d648: avfilter/x86/vf_eq: Change inline assembly into nasm code
[02:19:25 CEST] <cone-183> ffmpeg 03Ting Fu 07master:4f589d668efd: avfilter/x86/vf_eq: add SSE2 version
[02:56:04 CEST] <cone-183> ffmpeg 03Andreas Rheinhardt 07master:b6be2be765b3: avformat/utils: ensure that all packets in AVPacketList are reference counted
[07:49:09 CEST] <cone-475> ffmpeg 03Zhong Li 07master:74007dd86a87: lavc/qsv: Fix MSDK initialization failure in system memory mode
[07:49:09 CEST] <cone-475> ffmpeg 03Zhong Li 07master:525de9567903: lavc/qsv: add memory type message
[11:01:25 CEST] <durandal_1707> michaelni: you broke exr decoder
[11:01:36 CEST] <durandal_1707> http://trac.ffmpeg.org/ticket/8203
[11:12:47 CEST] <cone-803> ffmpeg 03Andreas Rheinhardt 07master:84974c6fb542: avcodec/wavpackenc: Fix undefined shifts
[12:18:20 CEST] <cehoyos> durandal_1707: https://github.com/themindlessone/abledecoder
[12:19:08 CEST] <cehoyos> Needs "envelope", currently not supported by FFmpeg, to get the key
[12:19:22 CEST] <cehoyos> Using the key should be possible (but I didn't really understand what it does)
[12:20:03 CEST] <cehoyos> https://github.com/themindlessone/abledecoder/blob/master/AbleChunk.cpp <- using openssl to get the "key"
[12:20:26 CEST] <cehoyos> https://github.com/themindlessone/abledecoder/blob/master/SoundDataChunk.cpp <- decryption
[13:55:06 CEST] <durandal_1707> mkver: sorry, i stolen one of your commits
[13:55:17 CEST] <mkver> Yeah, I saw it.
[14:04:49 CEST] <cone-803> ffmpeg 03Andreas Rheinhardt 07master:69473bec6f38: avcodec/pcm: Fix undefined shifts
[14:16:28 CEST] <cone-803> ffmpeg 03Andreas Rheinhardt 07master:5886153dc3d3: avcodec/pcm: Cosmetics
[14:16:29 CEST] <cone-803> ffmpeg 03Andreas Rheinhardt 07master:093b6894bfc2: avcodec/mpeg12dec: Sanitize start codes earlier
[14:16:30 CEST] <cone-803> ffmpeg 03Andreas Rheinhardt 07master:646799b42fd5: avformat/movenc: Fix undefined shift
[15:36:52 CEST] <michaelni> durandal_1707, ill post a patch to fix 8203, thanks
[15:57:55 CEST] <cone-803> ffmpeg 03Paul B Mahol 07master:21838cad2fc4: swscale/output: fix signed integer overflow for ya16
[16:06:00 CEST] <cone-803> ffmpeg 03Paul B Mahol 07master:9b611deef176: avcodec/truespeech: fix left shift of negative value
[16:20:51 CEST] <cone-803> ffmpeg 03Andriy Gelman 07master:80e1c93c87f1: avcodec/hevc_ps: Remove dead code in vps_id check
[16:23:21 CEST] <cone-803> ffmpeg 03Paul B Mahol 07master:ccd18b4731f1: swresample/audioconvert: fix invalid left shift for 64bit sample format
[16:29:31 CEST] <JEEB> and switching /48
[16:29:37 CEST] <JEEB> whoops
[16:36:24 CEST] <durandal_1707> michaelni: why 10, what you are attempting to fix?
[16:38:53 CEST] <michaelni> durandal_1707, the threshold is to avoid a regression causing OOM
[16:51:32 CEST] <durandal_1707> how to auto update hashes of fate?
[16:53:25 CEST] <nevcairiel> run it with GEN=1
[17:02:12 CEST] <cone-803> ffmpeg 03Paul B Mahol 07master:1ac0d5513e60: fate: update hashes after ya16 change
[17:03:47 CEST] <jamrial> nevcairiel: what happened with your msvc fate clients?
[17:20:16 CEST] <cone-803> ffmpeg 03James Almer 07master:1dbd3c61163c: avfilter/vf_eq: fix compilation with x86 asm disabled
[18:19:06 CEST] <cone-803> ffmpeg 03Limin Wang 07master:af007e36d159: doc/filters: add 4x4 layout example for xstack filter
[18:19:07 CEST] <cone-803> ffmpeg 03Gyan Doshi 07master:b9f8ab3ef490: doc/filters: warn about gaps/overlaps in xstack
[20:21:57 CEST] <cone-803> ffmpeg 03James Almer 07master:58aa0ed8f107: aformat/movenc: add missing padding to output track extradata
[21:03:30 CEST] <cone-803> ffmpeg 03James Almer 07release/4.2:2ec1b096b103: aformat/movenc: add missing padding to output track extradata
[21:06:27 CEST] <cone-803> ffmpeg 03Andreas Rheinhardt 07master:8b0f94990611: avcodec/exr: Fix undefined left shifts of negative numbers
[21:06:29 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:02fb6a214717: avcodec/sbcdec: Initialize number of channels
[21:06:29 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:972a0a818ff7: avcodec/g729_parser: Check block_size
[21:06:31 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:7dc0943d4aa0: avcodec/dstdec: Fix integer overflow in samples_per_frame computation
[21:06:31 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:cfa193779103: avcodec/fitsdec: Prevent division by 0 with huge data_max
[21:06:32 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:b2785cd3ac05: avcodec/hcom: Check that there are dictionary entries
[21:06:34 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:581a895c5c8b: avcodec/alsdec: Avoid dereferencing context pointer in inner interleave loop
[21:06:34 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:db614008bc8a: tools/target_dec_fuzzer: Check number of all samples decoded too, like max pixels
[21:06:35 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:ec4ad6fb9ec4: tools/target_dec_fuzzer: Print samples decoded like pixels
[21:06:37 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:2acbbe262325: avcodec/atrac3: Check block_align
[21:06:37 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:c5a52eb5cd56: avcodec/loco: Check for end of input in the first line
[21:06:39 CEST] <cone-803> ffmpeg 03Michael Niedermayer 07master:87ddf9f1ef17: avcodec/4xm: Check index in decode_i_block() also in the path where its not used.
[00:00:00 CEST] --- Fri Sep 27 2019


More information about the Ffmpeg-devel-irc mailing list