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

burek burek021 at gmail.com
Sun Jan 20 02:05:02 CET 2013


[00:06] <pross-au> Compnn: thanks. i will pass on to michael m.
[00:26] <cone-746> ffmpeg.git 03Stefano Sabatini 07master:176b72a28c7d: lavf/utils: provide feedback in case of invalid probe size
[00:26] <cone-746> ffmpeg.git 03Stefano Sabatini 07master:6b7d9d515309: lavf/segment: add SegmentListEntry and use it
[00:26] <cone-746> ffmpeg.git 03Stefano Sabatini 07master:d4890c10680e: lavf/segment: add support to segment list file entries sliding window listing
[00:26] <cone-746> ffmpeg.git 03Stefano Sabatini 07master:1de369a632c4: lavf/segment: remove now unused field list_max_segment_time
[00:39] <cone-746> ffmpeg.git 03Stefano Sabatini 07master:bbce913edfd8: lavf/segment: move reference stream selection code to a dedicated function
[00:39] <cone-746> ffmpeg.git 03Stefano Sabatini 07master:d00df260ca33: lavf/segment: do not auto-select a video stream with attached_pic disposition
[00:52] <cone-746> ffmpeg.git 03Stefano Sabatini 07master:040c461ccfea: doc/muxers: apply minor cosmetics to segment option descriptions
[01:01] <llogan> saste: "duration specification" might be unclear for some users.
[01:02] <saste> llogan, what do you suggest?
[01:06] <llogan> saste: a variation of "must be a number in seconds, or sexagesimal format hh:mm:ss[.milliseconds]" perhaps. it's a lot more verbose though. tradeoffs.
[01:07] <saste> llogan, no, because i don't want to update the whole manual if the syntax changes
[01:09] <llogan> good point
[01:10] <saste> originally it was taking an int (number of seconds, unspecified in the docs)
[01:10] <saste> then i extended to take a duration specification, which is more flexible
[01:10] <llogan> a good improvement
[01:10] <saste> i could point to the ffmpeg-utils manuals, but i should do that in at least three different points
[01:11] <llogan> nah. it was just thinking out loud more than anything.
[01:11] <saste> so i'm rather supposing that the user knows what is a duration specification (which is not a valid assumption, but good for me)
[01:13] <llogan> s/it/I
[01:36] Action: ubitux is still alive
[01:37] <ubitux> gtg, cya
[01:37] <beastd> Hey ubitux
[01:40] <ubitux> actually i have 5 more minutes
[01:40] <ubitux> hey beastd 
[01:40] <ubitux> how is the subtitles encoding going on?
[01:42] <beastd> Nicolas never replied on my 2nd mail AFAICT. So I will try to code a POC now and hope Nicolas will be happy with it :)
[01:43] <beastd> ubitux: I try to get it done before you come back. So you can work on the next task once you returned ;)
[01:44] <llogan> ubitux: are you traveling?
[01:44] <ubitux> beastd: harass him!
[01:44] <ubitux> llogan: yup
[01:45] <ubitux> llogan: around here: http://lucy.pkh.me/checkpoint.jpg
[01:46] <ubitux> and now gtg for good, see you
[01:46] <beastd> ubitux: have fun!
[02:25] <hyc> 'morning
[02:27] <hyc> anyone up for an algorithm puzzle? I've got some C code that was reverse-engineered from an obfuscated binary.
[02:27] <hyc> I believe it's an obfuscated implementation of something like HMAC MD5
[02:27] <hyc> but haven't been able to identify for certain
[02:29] <hyc> would like to have a clean generic version of it, since this code does a lot of misaligned accesses. it would never run on sparc, only x86.
[02:40] <cone-746> ffmpeg.git 03Michael Niedermayer 07master:d7a46ca179e4: sws: add AVOption flag for error diffusion dither
[02:40] <cone-746> ffmpeg.git 03Michael Niedermayer 07master:ca447592b18a: sws: rgb/bgr 4/8 error diffusion dither
[02:40] <cone-746> ffmpeg.git 03Michael Niedermayer 07master:8045c0167dbe: sws: Only reset dither state for bitexact mode
[02:40] <cone-746> ffmpeg.git 03Michael Niedermayer 07master:2dc2e4f5af7a: sws: Enable full chroma resolution when needed for ED dither
[02:56] <burek> if anyone is idle enough to check the new fate interface, you can see it here: http://ffmpeg.gusari.org/fate2/
[02:56] <burek> though, there's only 1 machine in the test folder, because folders were too big to just copy/paste to the test machine
[03:02] <michaelni> burek, 0 Tests ?
[03:03] <burek> 0 errors in tests
[03:03] <burek> need to correct the title
[03:07] <burek> fixed
[03:08] <burek> when you click on the machine name, you get the history of its uploads
[03:08] <burek> where you can check diff between each 2 subsequent uploads
[03:08] <burek> among other logs
[03:09] <cbsrobot> burek: not sure if I like the overlays, but they should at last have a onmouseout timout 
[03:10] <burek> I agree
[03:10] <burek> I'll add that, though you can ctrl+click anyway, to get the content in a new page
[03:11] <cbsrobot> and show the +- only if there is a difference ...
[03:11] <burek> that way I would have to do diff for all the items
[03:12] <burek> this way i do it only on mouse over
[03:12] <burek> it saves cpu
[03:12] <cbsrobot> it's just an idea &.
[03:12] <cbsrobot> i know nothig about the internals &.
[03:16] <burek> :beer: :)
[03:16] <burek> thanks :)
[03:17] <cbsrobot> and once looking at one machine, the "machine" row is not needed anymore
[03:18] <burek> I agree, but then i have to write another css file just for that page :) i'll see if i can just hide that column through css or something :)
[03:18] <cbsrobot> I just give some ideas - take what you want ...
[03:19] <burek> ok
[03:36] <michaelni> burek, 0 failed tests but how many tests did run ?
[03:36] <michaelni> this matters too
[03:36] <michaelni> if 0 tests are run for example :)
[03:37] <hyc> lol
[03:47] <cone-746> ffmpeg.git 03sedacca at comcast.net 07master:24c47f00fead: lavfi: EBU R.128 irregular time
[04:08] <cone-746> ffmpeg.git 03Marton Balint 07master:1427c6842d21: ffplay: use videoq.serial to detect obsolete frames
[04:08] <cone-746> ffmpeg.git 03Marton Balint 07master:f65e57124f8a: ffplay: flush video filters on seek
[04:08] <cone-746> ffmpeg.git 03Michael Niedermayer 07master:7ba9f40ac602: Merge remote-tracking branch 'cus/stable'
[04:29] <cone-746> ffmpeg.git 03Michael Niedermayer 07master:5c42078b9901: sws: fix ED mono dither black level
[06:24] <cone-746> ffmpeg.git 03Michael Niedermayer 07master:96d1b7ffcab4: h264: unmark frames at the end
[10:46] <cone-175> ffmpeg.git 03Carl Eugen Hoyos 07master:371cf6ee9a4e: Add APIchanges entry for av_codec_get_tag2().
[10:46] <cone-175> ffmpeg.git 03Carl Eugen Hoyos 07master:a5faae46a393: APIchanges: Add git version and fix version for avfilter_ref_get_channels().
[10:46] <cone-175> ffmpeg.git 03Jonas Bechtel 07release/1.1:397fafad230a: Fix opencv detection.
[12:01] <durandal_1707> nevcairiel: why you keep your changes to lavf and do not report it to upstream?
[12:01] <durandal_1707> s/lavf/lavc
[13:07] <cone-175> ffmpeg.git 03Sean McGovern 07master:6d1114a806af: configure: Run SHFLAGS through ldflags_filter()
[13:07] <cone-175> ffmpeg.git 03Diego Biurrun 07master:ef5d41a5534b: x86inc: Rename "program_name" to "private_prefix"
[13:07] <cone-175> ffmpeg.git 03Michael Niedermayer 07master:1b03e09198e5: Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'
[13:17] <cone-175> ffmpeg.git 03Diego Biurrun 07master:d633d12b2cc9: x86inc: Add cvisible macro for C functions with public prefix
[13:17] <cone-175> ffmpeg.git 03Michael Niedermayer 07master:b45e0c2573fa: Merge commit 'd633d12b2cc999cee3ac25bf9a810fe7ff03726d'
[13:27] <cone-175> ffmpeg.git 03Martin Storsjö 07master:f4facd2ce70b: x86: Add a Yasm-based emms() replacement
[13:27] <cone-175> ffmpeg.git 03Diego Biurrun 07master:822b0728f0e3: x86: dsputil: Drop some unused macro definitions
[13:27] <cone-175> ffmpeg.git 03Michael Niedermayer 07master:ed8ff70d9ee0: Merge remote-tracking branch 'qatar/master'
[13:38] <cone-175> ffmpeg.git 03Michael Niedermayer 07release/0.8:56cc629a645e: Revert "h264: allow cropping to AVCodecContext.width/height"
[14:49] <cone-175> ffmpeg.git 03James Almer 07master:4f8b73129bb3: doc/Makefile: Fix make docclean
[14:49] <cone-175> ffmpeg.git 03James Almer 07master:b6576dca9976: configure: Fix Barcelona and Bulldozer compiler options with suncc
[14:49] <cone-175> ffmpeg.git 03Matthieu Bouron 07master:61625565e461: lavf/id3v2: cosmetics: reindent
[15:17] <cone-175> ffmpeg.git 03Michael Niedermayer 07master:938152196871: cmdline: fix -- to escape files starting with -
[15:51] <cone-175> ffmpeg.git 03Nicolas George 07master:beb5d8f07d2a: ffmpeg: accept "chapters" as forced key frames.
[16:16] <cone-175> ffmpeg.git 03Ronald S. Bultje 07release/1.1:c3b67720f913: h264: don't clobber mmco opcode tables for non-first slice headers.
[16:16] <cone-175> ffmpeg.git 03Anton Khirnov 07release/1.1:6a4803a6a9ab: h264: fix ff_generate_sliding_window_mmcos() prototype.
[16:16] <cone-175> ffmpeg.git 03Ronald S. Bultje 07release/1.1:9d60f608af34: h264: add 3 pixels below for subpixel filter wait position
[16:16] <cone-175> ffmpeg.git 03Martin Storsjö 07release/1.1:c749bec8c3ef: theora: Skip zero-sized headers
[16:16] <cone-175> ffmpeg.git 03Luca Barbato 07release/1.1:21ca4ab9449f: libcdio: support recent cdio-paranoia
[16:16] <cone-175> ffmpeg.git 03Xi Wang 07release/1.1:c3c1db7c5637: rv30: fix masking in rv30_loop_filter()
[16:16] <cone-175> ffmpeg.git 03Luca Barbato 07release/1.1:0a837b631757: fate: update ref after rv30_loop_filter fix
[16:16] <cone-175> ffmpeg.git 03Michael Niedermayer 07release/1.1:002ad7cd3901: Merge remote-tracking branch 'qatar/release/9' into release/1.1
[16:40] <cone-175> ffmpeg.git 03Paul B Mahol 07release/1.1:ccf0cd967d32: 012v: remove double ; and return correct error code if ff_get_buffer() fails
[16:40] <cone-175> ffmpeg.git 03Michael Niedermayer 07release/1.1:68a0477bc0af: error_concealment: Check that the picture is not in a half setup state.
[16:40] <cone-175> ffmpeg.git 03Michael Niedermayer 07release/1.1:43c6b45a53a1: avcodec_decode_audio: do not trust the channel layout, use the channel count.
[16:40] <cone-175> ffmpeg.git 03Michael Niedermayer 07release/1.1:3049d5b9b328: doc/RELEASE_NOTES
[17:28] <durandal_1707> michaelni: you know some nice cuve(s) [0,1] <-> [0,1] ?
[17:57] <michaelni> durandal_1707, whats nice ? x=y ?
[19:57] <durandal_1707> michaelni: nice is something more spiral like sin/cos
[20:00] <durandal_1707> ie something like half sin() but more like rotated S
[20:00] <durandal_1707> otherwise sin looks more like x=y
[20:48] <michaelni> durandal_1707, no clue what you are after but a parametric function within 0,1 that looks nice and has sin in it is sin(t*77)/2+.5,cos(t*101)/2+.5
[20:49] <michaelni> to see it in gnuplot "set parametric ; set samples 10000 ;  plot sin(t*77)/2+.5,cos(t*101)/2+.5"
[20:50] <Daemon404> michaelni, btw, i purposely havent applied those tablegen fixes, since a certain someone is opting to write proper host tools dep checks / headers
[20:50] <Daemon404> just so you dont ask
[21:04] <kierank> durandal_1707: are you going to fosdem
[21:06] <durandal_1707> kierank: if you payme personal aircraft and body-guards + ....
[21:07] <kierank> why
[21:07] <durandal_1707> i think i cant go anywhere without visa, say until 2015 or so?
[21:11] <Daemon404> some sort of country-specific thing?
[21:13] <durandal_1707> kierank: i see nothing interesting of fosdem site...
[21:13] <durandal_1707> s/of/on
[21:13] <durandal_1707> Daemon404: i dont have passport...
[21:14] <Daemon404> you cant get one?
[21:15] <durandal_1707> :effort
[21:23] <kierank> anyway i know people here don't believe me but meeting in person is not as bad as you imagine
[21:24] <wm4> even if it's a libav dev? (or ffmpeg dev vice versa)
[21:26] <kierank> mostly yes
[21:28] <durandal_1707> kierank: i see nothing related to multimedia on fosdem
[21:29] <kierank> it is more of a social thing
[21:29] <Daemon404> you can go and ahrras poettering
[21:29] <Daemon404> harass*
[21:29] <llogan> what kind of beer will be on tap?
[21:30] <wm4> why harass the guy who makes the linux desktop a reality
[21:30] <Daemon404> is that a joke?
[21:30] <Daemon404> :|
[21:30] <durandal_1707> s/reality/nightmare
[21:30] <Daemon404> ^
[21:30] <wm4> it's both a joke and the truth
[21:32] <kierank> llogan: crazy belgian beer
[21:32] <kierank> 10% stuff
[21:34] <llogan> sounds good.
[21:38] <durandal_1707> http://lists.libav.org/pipermail/libav-devel/2013-January/042394.html
[21:53] <michaelni> durandal_1707, fixed long ago in ffmpeg
[23:44] <cone-175> ffmpeg.git 03Michael Niedermayer 07master:f94220ac7ad0: sws: Fix error diffusion flag
[23:44] <cone-175> ffmpeg.git 03Michael Niedermayer 07master:aef5c0b68f31: sws: Check for unsupported combination of ED/FULL_CHR flags
[23:44] <cone-175> ffmpeg.git 03Michael Niedermayer 07master:89afa635bf10: sws: check that dither array is not null before memset
[00:00] --- Sun Jan 20 2013


More information about the Ffmpeg-devel-irc mailing list