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

burek burek021 at gmail.com
Sun Aug 7 03:05:03 EEST 2016


[01:04:14 CEST] <cone-954> ffmpeg 03Michael Niedermayer 07release/3.1:67f421fd77ec: ffplay: Fix invalid array index
[01:04:15 CEST] <cone-954> ffmpeg 03Michael Niedermayer 07release/3.1:7c9ee83d2f30: avformat/oggdec: Fix integer overflow with invalid pts
[01:04:16 CEST] <cone-954> ffmpeg 03Burt P 07release/3.1:43407bde3e47: avfilter/af_hdcd: small fix in af_hdcd.c where gain was not being adjusted for "attenuate slowly"
[01:10:39 CEST] <bp0> cool.
[02:26:08 CEST] <cone-954> ffmpeg 03Michael Niedermayer 07master:c1bfeda5a346: avcodec/ffv1enc: Fix assertion failure with non zero bits per sample
[04:07:27 CEST] <cone-954> ffmpeg 03Michael Niedermayer 07release/3.1:54d48c8e901d: avcodec/ffv1enc: Fix assertion failure with non zero bits per sample
[04:07:28 CEST] <cone-954> ffmpeg 03Anssi Hannula 07release/3.1:456cf87de934: avformat/hls: Fix regression with ranged media segments
[04:07:29 CEST] <cone-954> ffmpeg 03Anssi Hannula 07release/3.1:3586c6868703: avformat/hls: Sync starting segment across variants on live streams
[04:07:30 CEST] <cone-954> ffmpeg 03Anssi Hannula 07release/3.1:309fa24f361f: avformat/hls: Use an array instead of stream offset for stream mapping
[07:42:34 CEST] <UltraBloxX> Hello. I would like to contribute an audio filter that I've ported into libavfilter.
[08:50:42 CEST] <rcombs> UltraBloxX: send to the mailing list
[08:50:57 CEST] <rcombs> use git format-patch or git send-email
[18:08:26 CEST] <bp0> michaelni, hello. git push origin master --dry-run, resulted in: fatal: remote error: access denied or repository not exported: /ffmpeg
[18:09:17 CEST] <michaelni> bp0, whats the url of the repo you use ?
[18:09:45 CEST] <michaelni> its in .git/config
[18:10:18 CEST] <bp0> url = git://source.ffmpeg.org/ffmpeg
[18:10:32 CEST] <michaelni> git:// is always read only, 
[18:10:45 CEST] <michaelni> url = git at source.ffmpeg.org:ffmpeg should work
[18:12:08 CEST] <bp0> Everything up-to-date
[18:14:19 CEST] <bp0> I guess, now I can really do some damage :)
[18:14:33 CEST] <bp0> so if I wanted to push that small patch converting INT to BOOL
[18:14:48 CEST] <bp0> I must first copy that patch from my work branch to master
[18:14:49 CEST] <bp0> then push
[18:15:04 CEST] <jamrial> you're better keeping the git:// address for url and adding the ssh one as a separate pushURL line
[18:15:53 CEST] <michaelni> bp0 "git cherry-pick [that hash number thing of a commit] " will pick a patch into your current branch
[18:16:52 CEST] <michaelni> bp0, if you are unsure, i can push the patch too
[18:17:25 CEST] <bp0> well, I would like to, for the experience
[18:17:55 CEST] <bp0> so now, I've cherry picked it, and git push origin master --dry-run lists it.
[18:18:23 CEST] <bp0> I can remove --dry-run then?
[18:18:37 CEST] <michaelni> you can check with "git log -p [whatever dry run listed]" what it is that would be pushed
[18:18:51 CEST] <michaelni> always good to double check that
[18:19:17 CEST] <michaelni> git log of the hash range should list the single commit you cherry picked
[18:19:42 CEST] <bp0> indeed, it is the same
[18:19:52 CEST] <michaelni> dry run should have only listed one range (otherwise you would be pushing multiple branches)
[18:20:12 CEST] <michaelni> if that all matches up you can run it without dry run
[18:20:41 CEST] <cone-003> ffmpeg 03Burt P 07master:2ce985c049bc: af_hdcd: convert AVOptions from INT to BOOL
[18:21:13 CEST] <bp0> That's a bit scary.
[18:21:21 CEST] <bp0> Does everything look ok?
[18:21:50 CEST] <michaelni> bp0, yes all looks fine
[18:21:51 CEST] <bp0> Do I now reply to myself in the ML: "applied thx"?
[18:22:13 CEST] <michaelni> yes
[18:23:46 CEST] <bp0> grand
[18:23:50 CEST] <bp0> :)
[18:23:57 CEST] <bp0> Thank you
[18:24:18 CEST] <michaelni> np
[18:24:41 CEST] <bp0> jamrial, made the change you mentioned, seemed to work
[18:24:54 CEST] <bp0> what is the advantage?
[18:25:22 CEST] <BtbN> you can pull without unlocking your key.
[18:25:46 CEST] <bp0> ah
[18:52:31 CEST] <jamrial> michaelni: could you test https://github.com/jamrial/FFmpeg/tree/master ?
[18:53:58 CEST] <jamrial> also check if you're ok with the new error message. it's a mix of the one in libav and the one we currently have
[18:55:06 CEST] <jamrial> didn't want to keep the libav one as is because ours has some extra information theirs doesn't
[18:59:47 CEST] <jamrial> for that matter, the commit after this one would essentially be a noop because we still haven't ported ffmpeg to codecpar
[19:00:56 CEST] <jamrial> then the following two seem complex after a quick glance (our code differs way too much), so i'll leave them in more capable hands
[19:55:34 CEST] <michaelni> jamrial, seems working fine
[19:57:44 CEST] <jamrial> michaelni: ok, thanks
[19:58:15 CEST] <cone-003> ffmpeg 03Anton Khirnov 07master:90944ee3ab79: avconv: refactor selecting an encoder
[19:58:16 CEST] <cone-003> ffmpeg 03James Almer 07master:61da882cea45: Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'
[21:17:23 CEST] <durandal_1707> we should remove bunch of seters and geters functions now that libav api compatibility is not enforced
[21:17:55 CEST] <durandal_1707> and move such fields where they belong
[21:18:34 CEST] <jamrial> durandal_1707: yes, that's scheduled for the next major bump
[21:19:13 CEST] <durandal_1707> good
[21:19:58 CEST] <jamrial> the set/getters can't be removed right away since they are public api, but will be deprecated and given the usual ~2 years before they are axed
[22:47:05 CEST] <cone-003> ffmpeg 03Michael Niedermayer 07master:803c058a6f0c: avformat/mov: Enable mp3 parsing if a packet needs it
[23:30:28 CEST] <cone-003> ffmpeg 03James Almer 07master:d950279cbfed: avcodec/ttadsp: cosmetics
[00:00:00 CEST] --- Sun Aug  7 2016


More information about the Ffmpeg-devel-irc mailing list