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

burek burek021 at gmail.com
Mon Sep 24 03:05:03 EEST 2018


[10:59:03 CEST] <kierank> durandal_1707: why do you think there is no problem with prores
[11:16:58 CEST] <durandal_1707> kierank: just general lazyness
[12:09:39 CEST] <kierank> durandal_1707: see twitter
[12:29:46 CEST] <kierank> michaelni: how can I test on MIPS?
[12:53:43 CEST] <kierank> durandal_1707: how do I add AV_PIX_FMT_YUVA444P12?
[13:06:17 CEST] <durandal_1707> kierank: very easy
[13:06:38 CEST] <durandal_1707> add entries in lavu, and than swscale bits
[13:07:00 CEST] <durandal_1707> look at other commits
[13:07:34 CEST] <kierank> swscale bits I'm not sure about
[13:07:41 CEST] <kierank> anyway working on non-alpha prores for now
[13:07:52 CEST] <kierank> moving it to int16_t coeffs -> 12-bit output
[13:10:39 CEST] <durandal_1707> kierank: 7658295ba353b8bedb3af904f46cfb1ba0cea86a
[13:11:10 CEST] <kierank> at the moment I deal with configure being crap
[13:12:15 CEST] <durandal_1707> lies
[13:12:27 CEST] <kierank> doesn't work for people who use mixed line endings
[13:12:35 CEST] <durandal_1707> :)
[13:12:39 CEST] <kierank> dev on windows and test on linux
[13:13:20 CEST] <durandal_1707> atomnuker: awaiting report
[13:13:51 CEST] <kierank> they eating now
[13:14:40 CEST] <michaelni> kierank, with qemu or post patch and ill test
[13:14:49 CEST] <kierank> I don't know how to debug
[13:18:20 CEST] <durandal_1707> there is git settings for line endings...
[13:19:00 CEST] <kierank> never works
[13:19:35 CEST] <durandal_1707> what? it worked for me, i dunno what is your real problem
[13:20:00 CEST] <kierank> doesn't work on configure
[13:20:12 CEST] <kierank> because it converts configure to windows line endings
[13:20:17 CEST] <kierank> then you can't use in linux vm
[13:20:22 CEST] <durandal_1707> ah
[13:21:35 CEST] <durandal_1707> git have option to not add(/convert to) windows line endings
[13:21:52 CEST] <durandal_1707> if it is already .. than you are locked
[13:22:22 CEST] <durandal_1707> perhaps there is way to undo that shit
[13:22:24 CEST] <J_Darnley> clearly linux's fault for not having a text mode
[13:56:43 CEST] <kierank> Stream #0:0(eng): Video: prores (ap4h / 0x68347061), yuv444p12le(10 bpc, tv, GBR, progressive)
[13:56:45 CEST] <kierank> eh?
[14:41:18 CEST] <kierank> durandal_1707: "ac tex damaged"
[14:41:19 CEST] <kierank> weird
[14:41:23 CEST] <kierank> when I change bitdepth
[14:42:44 CEST] <durandal_1707> kierank: you disabled x86 asm?
[14:43:04 CEST] <kierank> yes
[14:44:00 CEST] <kierank> 0x0.st/s3u9.diff
[14:44:18 CEST] <kierank> not sure where the clip money is from
[14:44:39 CEST] <kierank> clip value
[14:49:45 CEST] <durandal_1707> why tests/ref/fate/source last 2 lines have that?
[14:50:01 CEST] <kierank> ok found problem
[14:59:51 CEST] <kierank> https://usercontent.irccloud-cdn.com/file/cCTil1nT/image.png
[14:59:52 CEST] <kierank> hmmm colours are strange
[15:41:09 CEST] <cone-133> ffmpeg 03Paul B Mahol 07master:009597ca3303: avcodec: add native iLBC decoder
[15:50:56 CEST] <atomnuker> durandal_1707: I wanted to review it first but you afk'd last night after asking
[15:51:15 CEST] <durandal_1707> atomnuker: i need sleep too
[15:51:20 CEST] <atomnuker> get a repeater!
[15:52:03 CEST] <atomnuker> anyway, I'll check it out and send a patch if I find something wrong, but looked okay when you first submitted it on the surface
[15:53:39 CEST] <durandal_1707> atomnuker: i added code for importing custom noise profiles
[15:53:59 CEST] <durandal_1707> also added commands to export and do noise profiling
[15:54:16 CEST] <atomnuker> yep, that'll be useful, how do you plan to let the user specify profiles?
[15:54:46 CEST] <atomnuker> it'll be nice to give it a stream and let it calculate the noise profile from it
[15:55:00 CEST] <durandal_1707> atomnuker: afftdn=nt=c:bn=15 numbers
[15:55:23 CEST] <durandal_1707> mpv noises/category.wav -lavfi-complex "[aid1]asendcmd=c='7.5 afftdn sample_noise_start',asendcmd=c='9.0 afftdn sample_noise_end',afftdn=nr=97:nf=20:enable=1,asplit[ao],showspectrum=scale=log:size=1024x512:overlap=0:color=magma[vo]"
[15:56:14 CEST] <atomnuker> oh, I seen, that works
[15:56:20 CEST] <atomnuker> *see
[15:56:21 CEST] <durandal_1707> that is for calculating noise profile and than applying it for rest of audio
[17:48:09 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:a00763be8861: configure: Use pkgconfig for VAAPI
[17:48:10 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:3b188666f19a: vaapi_encode: Choose profiles dynamically
[17:48:11 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:aa2563aecc0f: vaapi_encode: Add common options between all encoders
[17:48:12 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:95f6f7b704a4: vaapi_encode_mpeg2: Add options
[17:48:13 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:ac31d84506cd: vaapi_encode: Clean up the encode quality configuration
[17:48:14 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:2562dd9e7831: vaapi_encode: Always reapply global parameters after the sequence header
[17:48:15 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:af532c921575: vaapi_encode: Clean up rate control configuration
[17:48:16 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:8479f99c7dd2: vaapi_encode: Add support for max QP in rate control
[17:48:17 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:bf726c26fde2: vaapi_encode: Clean up the GOP structure configuration
[17:48:18 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:851a63c22a82: vaapi_encode: Clean up the packed header configuration
[17:48:19 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:4cc367bf9dc9: vaapi_encode_h264: Properly set constraint flags
[17:48:20 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:91534786faf8: vaapi_encode_h26[45]: Make the AUD option a boolean
[17:48:21 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:c2e2b04df330: doc/encoders: Add missing options to VAAPI encoders
[17:48:22 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:852c7ba3f81f: hwcontext_vaapi: Improve logging around quirk detection
[17:48:23 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:525de2000b01: lavc/cbs: Add JPEG support
[17:48:24 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:ff0eb2bce324: vaapi_encode_mjpeg: Use CBS to store parameters and write headers
[17:48:25 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:930aad6a3617: vaapi_encode_mjpeg: Mark as intra-only
[17:48:26 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:40724026b705: hwcontext_vaapi: Improve format mapping
[17:48:27 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:cc549149d3bc: lavc/h264: Add common code for level handling
[17:48:28 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:bb3503164eed: vaapi_encode_h264: Set level based on stream if not set by user
[17:48:29 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:6522ba30e93c: h264_metadata: Add option to set the level of the stream
[17:48:30 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:4b2e3de8c0fc: cbs_h264: Fix default value for max mv lengths
[17:48:31 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:574dafe7b81d: cbs_h264: Fix profile typo
[17:48:32 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:1156b507f7df: cbs_h264: Infer default VUI values if VUI parameters are not present
[17:48:33 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:61aea2466277: vaapi_encode_h265: Improve profile support
[17:48:34 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:59dd91c7682d: lavc/h265: Add some common code for profile/tier/level handling
[17:48:35 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:bfc4d0f6e475: vaapi_encode_h265: Set level based on stream if not set by user
[17:48:36 CEST] <cone-133> ffmpeg 03Mark Thompson 07master:d5451a9b07f7: doc/encoders: Document -sei option to hevc_vaapi
[18:28:52 CEST] <durandal_1707> apparently i'm early github adopter
[18:30:02 CEST] <kierank> durandal_1707: good for you
[18:47:10 CEST] <cone-133> ffmpeg 03Linjie Fu 07master:0f9b298242ca: avcodec/vaapi: free slice_buffers when decoding failed
[19:43:49 CEST] <cone-133> ffmpeg 03Marton Balint 07master:db6b4b56b322: avdevice/decklink: add support for selecting devices based on their unique ID
[21:01:15 CEST] <durandal_1707> i cant get lv2 noise-repellent to actually work, why?!?!
[21:54:36 CEST] <BtbN> "ERROR: Decklink API version must be >= 10.9.5" where do I get that SDK? The one the coverity image uses is old, and wasn't update in two years.
[21:55:18 CEST] <BtbN> In a way that I can put in an automated build script
[21:57:49 CEST] <Compn> j-b : want to mirror nice set of image formats? https://raw.pixls.us/data/
[22:01:32 CEST] <durandal_1707> lots of bayer stuff?
[22:01:57 CEST] <BtbN> I'm confused, where the hell do you get that SDK oO
[22:03:34 CEST] <nevcairiel> its behind a login wall afaik
[22:03:53 CEST] <BtbN> Well, that means I'll have to drop it from the coverity builds, unless someone leaks it again
[22:04:05 CEST] <kierank> durandal_1707: fixed prores with BBB, just needs some cleanup and new pixfmts
[22:14:34 CEST] <durandal_1707> kierank: and asm?
[22:15:00 CEST] <kierank> Yeah not gonna do that
[22:15:02 CEST] <kierank> It's hard
[23:14:11 CEST] <cone-183> ffmpeg 03Paul B Mahol 07master:a9485d7318d1: avfilter: document mono option of silencedetect filter
[00:00:00 CEST] --- Mon Sep 24 2018


More information about the Ffmpeg-devel-irc mailing list