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

burek burek021 at gmail.com
Sat Dec 26 02:05:02 CET 2015


[02:12:38 CET] <cone-644> ffmpeg 03wanzhang 07master:9cc1e644f39e: ffplay: Fix auto insertion point of rotation filter
[12:27:36 CET] <cone-330> ffmpeg 03Michael Bradshaw 07master:99eabcdd5f90: avcodec: add OpenJPEG 2.x compatibility
[12:48:24 CET] <cone-330> ffmpeg 03Stefan Pöschel 07master:80508178e14f: doc/muxers/mpegts: update doc after adding flag to embed an AC-3/E-AC-3 ES the DVB way
[13:05:40 CET] <relaxed> ubitux: you mean they use faststart by default?
[13:05:49 CET] <ubitux> yes
[13:10:07 CET] <thresh> jfyi, I've ran git gc on ffmpeg.git, but somehow cdc285 is still reachable
[13:12:23 CET] <atomnuker> ...damnit kierank, this is might be even worse than leaving porn in the git repo
[13:13:33 CET] <thresh> git reflog show --all | grep cdc285 also shows zero results
[13:13:36 CET] <thresh> so I'm a bit puzzled
[13:17:47 CET] <atomnuker> git is serious business damnit, you break it or you dump your shit and you'll cause this kind of mess
[13:18:22 CET] <atomnuker> be more careful when pushing things next time
[13:18:48 CET] <atomnuker> hell, have 1 single directory which has the proper remote set to push
[13:20:07 CET] <atomnuker> just don't treat it like a joke, "oh I'll add another remote and push there, nothing bad will happen"
[13:22:50 CET] <thresh> I'll disable push/read access for a while for a more aggressive git gc
[13:25:06 CET] <atomnuker> it might be in the christmas spirit to forgive, kierank, but at least say you're sorry and that it won't happen again
[13:32:09 CET] <durandal_1707> how it is reachable?
[13:32:26 CET] <thresh> git show cdc285 says it's still there
[13:32:47 CET] <thresh> likely due to the fact that git gc prunes all commits that are > 2 weeks old
[13:33:45 CET] <nevcairiel> That's what I do, a separate directory with my push remote setup, and not anywhere else
[13:37:33 CET] <thresh> well git gc --agressive --prune=now didnt help in this case
[13:37:47 CET] <thresh> I'll try to explore this further when I have time
[14:23:01 CET] <cone-330> ffmpeg 03Paul B Mahol 07master:56c7d2b4dad3: avfilter: add high-order parametric multiband equalizer filter
[14:51:47 CET] <relaxed> I think Mahol's latest commit broke git (linux i386) http://pastie.org/pastes/10652141/text
[14:55:08 CET] <atomnuker> ping durandal_1707, I think you forgot to include "libavutil/libm.h"
[14:58:20 CET] <ubitux> michaelni: do you think fc09bf57a60d4c4a6d339b204b3282337067c06d might the cause of the regression in #4998?
[15:01:21 CET] <cone-330> ffmpeg 03Paul B Mahol 07master:c6e3b6a819a5: avfilter/af_anequalizer: use pow instead of exp10
[15:05:18 CET] <cone-330> ffmpeg 03Paul B Mahol 07master:c9b99494bed7: avfilter/af_anequalizer: make cliping filter type actually useful
[15:10:19 CET] <michaelni> ubitux, ive no way to really guess, anyhing could be it. Trial and error or bisection might be needed if guessing doesnt work
[16:47:47 CET] <atomnuker> oh wow, using range encoding with ffv1 saves quite a lot of space
[17:02:15 CET] <ubitux> so why is default "rice"?
[17:06:15 CET] <atomnuker> I guess it's for compatibility reasons (and maybe some performance reasons)
[17:06:56 CET] <atomnuker> you can't expect aliens who find the last human video archives to have a recent ffmpeg version
[17:10:14 CET] <JEEB> :D
[17:11:37 CET] <fritsch> lol
[17:16:16 CET] <nevcairiel> range probably needs a newer ffv1 profile then?
[17:56:05 CET] <cone-330> ffmpeg 03Reto Kromer 07master:b218ad462866: tools/bookmarklets: HTML code fixes
[18:26:39 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:5630ed5be64f: lavu/libm: misc, minor changes
[19:14:52 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:73616b1f21a7: lavu/libm,configure: remove exp10, exp10f detection
[19:14:53 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:11388b5a8f18: lavu/internal: add ff_exp10
[19:50:24 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:48cd3d233b36: lavc/libopusdec: replace pow(10,x) by ff_exp10(x)
[19:50:25 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:0e9fe3e3c9d2: lavu/eval: replace pow(10,x) by ff_exp10(x)
[19:50:26 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:86aa2e9f768b: lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)
[19:50:27 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:e0024b9e5f5b: lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)
[19:50:28 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:6c360ca8a1d8: lavfi/af_volume: replace pow(10,x) by ff_exp10(x)
[19:50:29 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:421679dbf799: lavfi/af_compand: replace pow(10,x) by ff_exp10(x)
[19:50:30 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:cb3a994bb148: lavc/aacpsy: replace pow(10,x) by ff_exp10(x)
[19:50:31 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:b0e28da37cca: lavc/cngdec: replace pow(10,x) by ff_exp10(x)
[19:50:32 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:717eeb77e1d9: lavc/dcaenc: replace pow(10,x) by ff_exp10(x)
[19:50:33 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:26ac80d23540: lavc/imc: replace pow(10,x) by ff_exp10(x)
[19:50:34 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:5495c7f2a382: lavc/on2avc: replace pow(10,x) by ff_exp10(x)
[19:50:35 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:a0ea801dc39a: lavc/opus: replace pow(10,x) by ff_exp10(x)
[19:50:36 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:62765c0014bc: lavc/wmadec: replace pow(10,x) by ff_exp10(x)
[19:50:37 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:3343e4e6078c: lavc/wmaenc: replace pow(10,x) by ff_exp10(x)
[19:50:38 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:25ae086db2c1: lavc/wmaprodec: replace pow(10,x) by ff_exp10(x)
[19:50:39 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:0abdcae5a907: lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x)
[19:51:02 CET] <Daemon404> what a christmas gift.
[20:42:41 CET] <ubitux> michaelni: confirmed to be a regression
[21:18:59 CET] <atomnuker> any way to transfer information from a demuxer to a decoder?
[21:19:11 CET] <atomnuker> outside of avctx fields
[21:22:24 CET] <Compn> side data / meta data ? or something else ?
[21:24:02 CET] <atomnuker> a single boolean variable that gets read by the demuxer
[22:05:59 CET] <nevcairiel> if it doesnt fit into any of the predefined properties, then sidedata
[22:14:02 CET] <cone-330> ffmpeg 03Ganesh Ajjanagadde 07master:f16e4a0857e3: ffplay: replace rint by lrint
[00:00:00 CET] --- Sat Dec 26 2015


More information about the Ffmpeg-devel-irc mailing list