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

burek burek021 at gmail.com
Sat Nov 26 02:05:03 CET 2011


[04:43] <CIA-36> ffmpeg: 03Ronald S. Bultje 07master * rbd97b2e1ce 10ffmpeg/libavutil/ (pixdesc.c pixfmt.h): pixfmt: add planar RGB formats.
[04:43] <CIA-36> ffmpeg: 03Ronald S. Bultje 07master * r6b0768e202 10ffmpeg/ (4 files in 2 dirs): Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].
[04:43] <CIA-36> ffmpeg: 03Luca Barbato 07master * r7f1b427018 10ffmpeg/libavcodec/ (Makefile snow.c snow.h snowdata.h snowdec.c snowenc.c): 
[04:43] <CIA-36> ffmpeg: snow: split snow in snowdec and snowenc
[04:43] <CIA-36> ffmpeg: The common non inlined code goes in snow.c, the common inlined code in
[04:43] <CIA-36> ffmpeg: snow.h, tables move in snowdata.h (included only by snow.c)
[04:43] <CIA-36> ffmpeg: 03Ronald S. Bultje 07master * rdb431f7efe 10ffmpeg/libavcodec/ (h264.c utils.c): h264: add support for decoding planar RGB images.
[04:43] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * r92afb43162 10ffmpeg/: (log message trimmed)
[04:43] <CIA-36> ffmpeg: Merge remote-tracking branch 'qatar/master'
[04:43] <CIA-36> ffmpeg: * qatar/master:
[04:43] <CIA-36> ffmpeg:  snow: split snow in snowdec and snowenc
[04:43] <CIA-36> ffmpeg:  tiffenc: deprecate using compression_level
[04:43] <CIA-36> ffmpeg:  swscale: fix failing fate tests.
[04:43] <CIA-36> ffmpeg:  swscale: add support for planar RGB input.
[04:43] <CIA-36> ffmpeg: 03Ronald S. Bultje 07master * rf7f1835258 10ffmpeg/ (libavutil/pixdesc.c libswscale/swscale_internal.h): 
[04:43] <CIA-36> ffmpeg: swscale: fix failing fate tests.
[04:43] <CIA-36> ffmpeg: isGray() is left as a FIXME for later.
[04:43] <CIA-36> ffmpeg: 03Ronald S. Bultje 07master * r185655c601 10ffmpeg/libswscale/ (swscale.c swscale_internal.h swscale_unscaled.c utils.c): swscale: add support for planar RGB input.
[04:43] <CIA-36> ffmpeg: 03Anton Khirnov 07master * r8b7412fe4e 10ffmpeg/libavcodec/ (tiffenc.c version.h): tiffenc: deprecate using compression_level
[05:22] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * r6d16a96a95 10ffmpeg/libavfilter/vf_boxblur.c: 
[05:22] <CIA-36> ffmpeg: vf_boxblur: fix memleak
[05:22] <CIA-36> ffmpeg: As the filter uses the default start frame, the cleanup done by the
[05:22] <CIA-36> ffmpeg: default end frame is needed.
[05:22] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[07:03] <Compn> [01:06] <Compn> theres no such thing as enough memory if you have flash plugin running.
[13:27] <CIA-36> ffmpeg: 03Stefano Sabatini 07master * r65f24858ed 10ffmpeg/ffprobe.c: 
[13:27] <CIA-36> ffmpeg: ffprobe: always print int values with print_val()
[13:27] <CIA-36> ffmpeg: In particular, make the json writer write size values, fix regression
[13:27] <CIA-36> ffmpeg: introduced with the addition of the print_val() macro.
[14:38] <CIA-36> ffmpeg: 03Dominique Leuenberger 07master * r12d276531c 10ffmpeg/RELEASE: 
[14:38] <CIA-36> ffmpeg: RELEASE: We're now at 0.8.7.git
[14:38] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:38] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * re1d48786d5 10ffmpeg/ffmpeg.c: 
[16:38] <CIA-36> ffmpeg: ffmpeg: Warn if output file is empty
[16:38] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[17:24] <CIA-36> ffmpeg: 03Anatoly Nenashev 07master * ra7cfef2994 10ffmpeg/libavcodec/h264_ps.c: 
[17:24] <CIA-36> ffmpeg: H264: Check if more RBSP data in PPS provided by current profile due to Annex A.
[17:24] <CIA-36> ffmpeg: This patch also fix issue https://ffmpeg.org/trac/ffmpeg/ticket/685.
[17:24] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[18:13] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * re9e642cbfb 10ffmpeg/libavcodec/indeo3.c: 
[18:13] <CIA-36> ffmpeg: indeo3: Check remaining bits in parse_bintree()
[18:13] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[18:13] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * r1afe49b062 10ffmpeg/libavcodec/indeo3.c: 
[18:13] <CIA-36> ffmpeg: indeo3: out of array read checks for decode_plane()
[18:13] <CIA-36> ffmpeg: Fixes: avi+indeo3+++1-dog.avi
[18:13] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[19:03] <ubitux> saste: hi :)
[19:08] <ubitux> saste: why is there a need for av_get_token() in the init func?
[19:08] <ubitux> since the filter just has the filename as parameter
[20:34] <ubitux> btw, git question: any idea how to solve a git am that doesn't apply?
[20:35] <ubitux> i generally manually patch -p1 < ...
[20:35] <ubitux> and fix it like this
[20:35] <ubitux> which is a bit awkward
[20:35] <nevcairiel> doesnt the failed am leave conflict markers in the file for you to resolve
[20:36] <michaelni> you need git am -3 to get conflict markers and you need the blobs in your repo that the patch referes to
[20:37] <ubitux> oh, -3, thx
[20:37] <ubitux> nevcairiel: not by default, but it seems to put the tree in a strange state (that doesn't show with git status)
[20:38] <ubitux> "Repository lacks necessary blobs to fall back on 3-way merge." :(
[20:38] <ubitux> well anyway, ok
[20:38] <michaelni> ubitux, try plain patch too
[20:39] <ubitux> you mean patch -p1 < bla.patch? :P
[20:42] <michaelni> yes
[20:44] <ubitux> yes that's what i usually do :p
[20:44] <ubitux> but it sucks a bit ;)
[21:13] <michaelni> j-b, please approve burek becoming gci mentor for ffmpeg
[21:28] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * r7d52f46db7 10ffmpeg/libavcodec/vc1dec.c: 
[21:28] <CIA-36> ffmpeg: vc1dec: fix used ER flags in vc1_decode_b_blocks()
[21:28] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[21:28] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * r9e794d103c 10ffmpeg/libavcodec/vc1dec.c: 
[21:28] <CIA-36> ffmpeg: vc1dec: drop damaged B frames
[21:28] <CIA-36> ffmpeg: Fixes: vc1_error_spilt.avi of Ticket606
[21:28] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:18] <pasteeater> damn power outages...
[22:30] <ubitux> mmh i'm unable to make the ass filter working saste 
[22:31] <ubitux> oh my bad, the text was very small :)
[22:32] <ubitux> i'm not sure about the alpha value
[22:33] <ubitux> i'm trying to play a ass file with this style:
[22:33] <ubitux> Style: Default, DejaVu Sans, 40, &H00FFFFFF, &H00FFFF00, &H00000000, &H00000000, 0, 0, 0, 0, 100, 100, 0, 0.00, 1, 1, 0, 2, 30, 30, 10, 0
[22:34] <ubitux> and i need to set the first byte to FF instead of 00
[22:34] <ubitux> i think there is something wrong
[22:34] <ubitux> since it renders well with other players (which use libass)
[22:34] <ubitux> are you sure it's not 0xFF - x
[22:34] <ubitux> ?
[22:35] <ubitux> alpha is 0, so no transparency
[22:35] <ubitux> erh
[22:35] <ubitux> i mean value is 0, so no transparency
[22:35] <ubitux> mmh indeed it seems to be that
[22:36] <ubitux> setting to 'AA' makes it transparent
[22:45] <ubitux> anyway, replied on the topic
[23:08] <ubitux> i wonder if the code in the vf_overlay to blend the bitmap couldn't be exported
[23:08] <ubitux> so we could use it in vf_overlay and vf_ass at least
[23:13] <michaelni> if its usefull it surely can be exportet
[23:43] <ubitux> drawtext is also a potential target for this
[23:44] <ubitux> that will require some thinking not to slower things though
[23:45] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * ra3b3562b47 10ffmpeg/libavcodec/vc1dec.c: 
[23:45] <CIA-36> ffmpeg: vc1dec: fix 10l typo
[23:45] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[23:46] <CIA-36> ffmpeg: 03Michael Niedermayer 07master * rfc75e6f168 10ffmpeg/libavcodec/vc1dec.c: 
[23:46] <CIA-36> ffmpeg: vc1dec: fix scantable for advanced P frames
[23:46] <CIA-36> ffmpeg: Fixes: vc1 file from Ticket606
[23:46] <CIA-36> ffmpeg: Fixes: vc1+vc1+++artifacts*.vc1
[23:46] <CIA-36> ffmpeg: Fixes: mpeg+vc1+++salxxos.evo
[23:46] <CIA-36> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[23:55] <ubitux> michaelni: do you think such code belongs to lavfi/drawutils, lavu/imgutils or sth else?
[00:00] --- Sat Nov 26 2011


More information about the Ffmpeg-devel-irc mailing list