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

burek burek021 at gmail.com
Mon Nov 14 02:05:03 CET 2011


[01:30] <CIA-18> ffmpeg: 03Giorgio Vazzana 07master * r459bba58d2 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[01:30] <CIA-18> ffmpeg: mandelbrot: add missing options to the parsing code
[01:30] <CIA-18> ffmpeg: The following options were added: end_scale, end_pts, bailout, outer.
[01:30] <CIA-18> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[01:30] <CIA-18> ffmpeg: 03Michael Niedermayer 07master * r545ec935a4 10ffmpeg/libavcodec/h264.c: 
[01:30] <CIA-18> ffmpeg: h264: Use mismatching frame numbers in fields to synchronize the
[01:30] <CIA-18> ffmpeg:  first/second field state independant of them being reference or not.
[01:30] <CIA-18> ffmpeg: Fixes Ticket354
[01:30] <CIA-18> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[01:30] <CIA-18> ffmpeg: 03Giorgio Vazzana 07master * rbe97e7b9c2 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[01:30] <CIA-18> ffmpeg: mandelbrot: remove unused variables
[01:30] <CIA-18> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[02:07] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * rb3c67372a5 10ffmpeg/libavdevice/x11grab.c: 
[02:07] <CIA-18> ffmpeg: Force opaque alpha channel for 32bit x11grab image.
[02:07] <CIA-18> ffmpeg: Fixes ticket #163.
[02:07] <CIA-18> ffmpeg: Approved-by: Clemens Fruhwirth
[02:07] <CIA-18> ffmpeg: Approved-by: Edouard Gomez
[02:49] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * r789da2e9f1 10ffmpeg/libavcodec/dsicinav.c: Set second Delphine Software International CIN palette opaque.
[03:02] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * r0d49dd3725 10ffmpeg/libavcodec/kmvc.c: Set more KMVC palettes opaque.
[03:09] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * r7ea77a6197 10ffmpeg/libavcodec/pictordec.c: Set some Pictor/PC Paint palettes opaque.
[05:45] <CIA-18> ffmpeg: 03Michael Niedermayer 07master * r46eae15567 10ffmpeg/libavformat/ (Makefile allformats.c timecode_v2.c): 
[05:45] <CIA-18> ffmpeg: mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes.
[05:45] <CIA-18> ffmpeg: Requested-by: Baptiste Coudurier
[05:45] <CIA-18> ffmpeg: Approved-by: David Conrad
[05:45] <CIA-18> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[05:45] <CIA-18> ffmpeg: 03Michael Niedermayer 07master * r17c95361e9 10ffmpeg/libavformat/timecode_v2.c: 
[05:45] <CIA-18> ffmpeg: mkvtimestamp v2 muxer: remove unneeded prefixes
[05:45] <CIA-18> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[15:45] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * r1fc573dd25 10ffmpeg/libavcodec/vmdav.c: Increase Sierra VMD palette dynamics.
[15:45] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * r942e9be5d7 10ffmpeg/ (libavcodec/bethsoftvideo.c tests/ref/fate/bethsoft-vid): Increase Bethesda VID palette dynamics.
[15:45] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * r105cf82acb 10ffmpeg/ (3 files in 2 dirs): Increase FLI/FLC Animation palette dynamics for some samples.
[15:45] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * r2b656844f8 10ffmpeg/libavcodec/bintext.c: Increase eXtended BINary text palette dynamics.
[15:45] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * ra95906af57 10ffmpeg/ (libavcodec/pictordec.c tests/ref/fate/pictor): Increase Pictor/PC Paint palette dynamics.
[15:45] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * reb664d4ae3 10ffmpeg/ (libavcodec/vqavideo.c tests/ref/fate/vqa-cc): Increase Westwood Studios VQA palette dynamics.
[15:45] <CIA-18> ffmpeg: 03Carl Eugen Hoyos 07master * r9117592549 10ffmpeg/libavcodec/jvdec.c: Cosmetics: Increase readability.
[17:05] <CIA-41> ffmpeg: 03Michael Niedermayer 07master * r2fee131b9e 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[17:05] <CIA-41> ffmpeg: mandelbrot: use period detection depening on left pixel and not the
[17:05] <CIA-41> ffmpeg: previous calculated pixel, this is more accurate due to the last
[17:05] <CIA-41> ffmpeg: calculated often being farther away.
[17:05] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[17:05] <CIA-41> ffmpeg: 03Michael Niedermayer 07master * r1d06608732 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[17:05] <CIA-41> ffmpeg: mandelbrot: only check periodicity once for each period instead of twice.
[17:05] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[17:05] <CIA-41> ffmpeg: 03Michael Niedermayer 07master * r88166fc579 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[17:05] <CIA-41> ffmpeg: mandelbrot: unroll the innermost loop once.
[17:05] <CIA-41> ffmpeg: This allows us to remove a if() and a variable assignment.
[17:05] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[17:36] <CIA-41> ffmpeg: 03Giorgio Vazzana 07master * re555119c73 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[17:36] <CIA-41> ffmpeg: mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNT
[17:36] <CIA-41> ffmpeg: Use log(sqrt(mb->bailout)) instead of log(mb->bailout) because mb->bailout represent
[17:36] <CIA-41> ffmpeg: the bailout radius squared, and then simplify the two sqrt().
[17:36] <CIA-41> ffmpeg: This is also slightly faster.
[17:36] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[17:36] <CIA-41> ffmpeg: 03KO Myung-Hun 07master * rad0bdd2fd2 10ffmpeg/ (4 files in 2 dirs): 
[17:36] <CIA-41> ffmpeg: lavc: add supports of OS/2 threads
[17:36] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[17:40] <Daemon404> i can't believe people still use os/2
[17:40] <ubitux> i think he is the last one
[17:40] <buzz_> heh
[17:41] <buzz_> ffmpeg is still built for amigaos3 on 68k amiga
[17:41] <Daemon404> :logic:
[17:42] <buzz_> http://aminet.net/package/gfx/conv/ffmpeg-gita52f598-m68k
[17:42] <buzz_> the guy who maintains that build has submitted patches back to ffmpeg, so every little port has its uses i guess
[17:43] <Daemon404> people scare me.
[17:43] <buzz_> Daemon404, if you are scared i guess i shouldnt tell you that i have a room full of 8 bit computers here and that I have a fairly large Commodore tattoo also ;-)
[17:44] <Daemon404> room full of soon-to-be computer corpses
[17:45] <buzz_> how is that? :)
[17:45] <buzz_> surely they are already the living dead. and hence cannot die
[17:46] <Daemon404> even zombies and be decapitated
[17:46] <Daemon404> cna*
[17:46] <Daemon404> CAN*
[17:46] <buzz_> its more likely that my 1541 disk drive falls off a shelf and decapitates me.. it weighs a ton
[18:24] <CIA-41> ffmpeg: 03Michael Niedermayer 07master * r41fd1b2d5a 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[18:24] <CIA-41> ffmpeg: mandelbrot: add SQR() macro
[18:24] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[18:24] <CIA-41> ffmpeg: 03Michael Niedermayer 07master * r3cbe9afba5 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[18:24] <CIA-41> ffmpeg: mandelbrot: only check bailout once every 2 iterations.
[18:24] <CIA-41> ffmpeg: Once we bailed out we calculate the exact iteration in which it would have happened if needed.
[18:24] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[18:25] <Daemon404> [11:46] < buzz_> its more likely that my 1541 disk drive falls off a shelf and decapitates me.. it weighs a ton <-- death by tech-zombie apocalypse
[18:25] <buzz_> :)
[19:33] <CIA-41> ffmpeg: 03Michael Niedermayer 07master * re8499ab171 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[19:33] <CIA-41> ffmpeg: mandelbrot: Add inner variable & enum for inner coloring schemes.
[19:33] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[19:34] <CIA-41> ffmpeg: 03Michael Niedermayer 07master * r08dadd331f 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[19:34] <CIA-41> ffmpeg: mandelbrot: allow visualizing the period of converged points.
[19:34] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[19:37] <CIA-41> ffmpeg: 03Michael Niedermayer 07master * r102db4f6e7 10ffmpeg/MAINTAINERS: 
[19:37] <CIA-41> ffmpeg: MAINTAINER: add libavfilter section and add myself to yadif & mandelbrot
[19:37] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[19:49] <CIA-41> ffmpeg: 03Giorgio Vazzana 07master * rc15400afc5 10ffmpeg/libavfilter/vsrc_mandelbrot.c: 
[19:49] <CIA-41> ffmpeg: mandelbrot: remove always-false condition in fill_from_cache
[19:49] <CIA-41> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[21:17] <saste> michaelni: do you want inner to be configurable as well?
[21:18] <michaelni> of course!
[21:19] <michaelni> :)
[21:23] <saste> which default? period or black?
[21:25] <saste> michaelni: ^
[21:27] <michaelni> black is better is better i think
[21:27] <michaelni> period does not work close to the boundary of inner and outer
[21:32] <CIA-41> ffmpeg: 03Stefano Sabatini 07master * r3a9f2f1d65 10ffmpeg/libavfilter/ (avfilter.h vsrc_mandelbrot.c): vsrc_mandelbrot: set options through the opt framework
[21:32] <saste> that's it
[21:34] <michaelni> thx
[23:27] <CIA-41> ffmpeg: 03Stefano Sabatini 07release/0.7 * r87ae12009e 10ffmpeg/libavfilter/vf_transpose.c: (log message trimmed)
[23:27] <CIA-41> ffmpeg: vf_transpose: avoid multiple calls to avfilter_draw_slice()
[23:27] <CIA-41> ffmpeg: avfilter_draw_slice() is already called in the end_frame() callback,
[23:27] <CIA-41> ffmpeg: this avoids multiple calls. This is done by adding a null draw_slice()
[23:27] <CIA-41> ffmpeg: callback.
[23:27] <CIA-41> ffmpeg: In particular fix crash occurring with -vf transpose=3,hflip, fix trac
[23:27] <CIA-41> ffmpeg: issue #371.
[23:27] <CIA-41> ffmpeg: 03Stefano Sabatini 07release/0.8 * rfe06305b0d 10ffmpeg/libavfilter/vf_transpose.c: (log message trimmed)
[23:27] <CIA-41> ffmpeg: vf_transpose: avoid multiple calls to avfilter_draw_slice()
[23:27] <CIA-41> ffmpeg: avfilter_draw_slice() is already called in the end_frame() callback,
[23:27] <CIA-41> ffmpeg: this avoids multiple calls. This is done by adding a null draw_slice()
[23:27] <CIA-41> ffmpeg: callback.
[23:27] <CIA-41> ffmpeg: In particular fix crash occurring with -vf transpose=3,hflip, fix trac
[23:27] <CIA-41> ffmpeg: issue #371.
[23:28] <ubitux> saste: can we drop the "./" ffmpeg prefix in doc/filters.texi?
[23:29] <saste> ubitux: definitively
[23:29] <ubitux> (also one occurrence in ffserver and libavfilter.texi)
[23:29] <ubitux> ok
[23:29] <ubitux> while i'm at it, there is a avconv reference in indevs.texi
[23:29] <ubitux> i guess the pulse indev also works with ffmpeg? :)
[23:33] <saste> ubitux: indeed...
[23:35] <CIA-41> ffmpeg: 03Clément BSsch 07master * r9466237b8b 10ffmpeg/doc/ (ffserver.texi filters.texi libavfilter.texi): doc: drop "./" binary prefixes.
[23:35] <CIA-41> ffmpeg: 03Clément BSsch 07master * r4fa6e9d0b4 10ffmpeg/doc/indevs.texi: doc: replace an "avconv" reference with "ffmpeg" in indevs.
[00:00] --- Mon Nov 14 2011


More information about the Ffmpeg-devel-irc mailing list