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

burek burek021 at gmail.com
Fri Mar 2 02:05:03 CET 2012


[03:20] <CIA-17> ffmpeg: 03Ronald S. Bultje 07master * rbb6d5411e1 10ffmpeg/libavformat/asfdec.c: 
[03:20] <CIA-17> ffmpeg: asf: don't seek back on EOF.
[03:20] <CIA-17> ffmpeg: Seeking back on EOF will reset the EOF flag, causing us to re-enter
[03:20] <CIA-17> ffmpeg: the loop to find the next marker in the ASF file, thus potentially
[03:20] <CIA-17> ffmpeg: causing an infinite loop.
[03:20] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[03:20] <CIA-17> ffmpeg: CC: libav-stable at libav.org
[03:20] <CIA-17> ffmpeg: 03Anton Khirnov 07master * red019b8e5b 10ffmpeg/libavcodec/ (11 files): 
[03:20] <CIA-17> ffmpeg: lavc: add -mpv_flags to mpegvideo_enc-based encoders.
[03:20] <CIA-17> ffmpeg: Deprecate CODEC_FLAG2_SKIP_RD in favor of the corresponding mpv_flags
[03:20] <CIA-17> ffmpeg: flag.
[03:20] <CIA-17> ffmpeg: 03Ronald S. Bultje 07master * r6e57a02b9f 10ffmpeg/libavformat/asfdec.c: 
[03:20] <CIA-17> ffmpeg: asf: error out on ridiculously large minpktsize values.
[03:20] <CIA-17> ffmpeg: They cause various issues further down in demuxing.
[03:20] <CIA-17> ffmpeg: 03Anton Khirnov 07master * raf3d804f9f 10ffmpeg/libavcodec/ (6 files): 
[03:20] <CIA-17> ffmpeg: mpegvideo_enc: add cbp_rd flag to mpv_flags.
[03:20] <CIA-17> ffmpeg: Deprecate CODEC_FLAG_CBP_RD.
[03:20] <CIA-17> ffmpeg: 03Anton Khirnov 07master * re0f68413dd 10ffmpeg/avplay.c: avplay: remove an unused variable.
[03:21] <CIA-17> ffmpeg: 03Anton Khirnov 07master * ra249f0cc23 10ffmpeg/libavcodec/ (avcodec.h mpegvideo.h mpegvideo_enc.c options.c): 
[03:21] <CIA-17> ffmpeg: mpegvideo_enc: add strict_gop flag to mpv_flags.
[03:21] <CIA-17> ffmpeg: Deprecate CODEC_FLAG2_STRICT_GOP.
[03:21] <CIA-17> ffmpeg: 03Anton Khirnov 07master * r23bfcc066d 10ffmpeg/libavcodec/ (avcodec.h mpegvideo.h mpegvideo_enc.c options.c): 
[03:21] <CIA-17> ffmpeg: mpegvideo_enc: add quantizer_noise_shaping private option.
[03:21] <CIA-17> ffmpeg: Deprecate corresponding AVCodecContext field.
[03:21] <CIA-17> ffmpeg: 03Anton Khirnov 07master * r4f07f8196c 10ffmpeg/ (4 files in 2 dirs): 
[03:21] <CIA-17> ffmpeg: lavc: deprecate AVCodecContext.color_table_id.
[03:21] <CIA-17> ffmpeg: It's currently only used as temporary storage by the mov demuxer. Make
[03:21] <CIA-17> ffmpeg: it use a local variable instead.
[03:21] <CIA-17> ffmpeg: 03Phil Barrett 07master * rc7084182e8 10ffmpeg/libavcodec/proresenc.c: 
[03:21] <CIA-17> ffmpeg: proresenc: correct edge emulation
[03:21] <CIA-17> ffmpeg: Signed-off-by: Kostya Shishkov <kostya.shishkov at gmail.com>
[03:21] <CIA-17> ffmpeg: 03Anton Khirnov 07master * ra93b09cb45 10ffmpeg/libavformat/ (id3v2.c id3v2.h): id3v2: read attached pictures and export them in ID3v2ExtraMeta.
[03:21] <CIA-17> ffmpeg: 03Anton Khirnov 07master * reaea76d72c 10ffmpeg/libavformat/swfdec.c: 
[03:21] <CIA-17> ffmpeg: swfdec: do not set codec timebase.
[03:21] <CIA-17> ffmpeg: It is not supposed to be set outside of lavc.
[03:21] <CIA-17> ffmpeg: It will be need by new functions called from mp3_write_trailer().
[03:21] <CIA-17> ffmpeg: 03Anton Khirnov 07master * r322537478b 10ffmpeg/ (4 files in 3 dirs): Add a minor bump, changelog/APIchanges entry and some documentation for APIC support.
[03:21] <CIA-17> ffmpeg: 03Anton Khirnov 07master * r411225aabc 10ffmpeg/libavformat/ (id3v2.h id3v2enc.c mp3enc.c omaenc.c): 
[03:21] <CIA-17> ffmpeg: id3v2enc: split ff_id3v2_write().
[03:21] <CIA-17> ffmpeg: This will allow writing the tag in several steps, needed for writing
[03:21] <CIA-17> ffmpeg: attached pictures.
[03:21] <CIA-17> ffmpeg: 03Ronald S. Bultje 07master * r791de61bbb 10ffmpeg/libswscale/utils.c: 
[03:21] <CIA-17> ffmpeg: swscale: fix another integer overflow.
[03:21] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[03:21] <CIA-17> (22 lines omitted)
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * r147ff24a0e 10ffmpeg/libavcodec/libvorbis.c: libvorbis: use VBR by default, with default quality of 3
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * r4e99501f62 10ffmpeg/libavcodec/ (5 files): (e)ac3enc: select a default bit rate based on the channel layout
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * r592c4dbc7e 10ffmpeg/libavcodec/libvorbis.c: 
[03:21] <CIA-17> ffmpeg: libvorbis: use AVFifoBuffer for output packet buffer
[03:21] <CIA-17> ffmpeg: simplifies the code and does less memmove()
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * r94025d8a99 10ffmpeg/libavcodec/libvorbis.c: libvorbis: check return values for functions that can return errors
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * reb35ef2932 10ffmpeg/libavcodec/libvorbis.c: libvorbis: cosmetics: renaming/pretty-printing/comments/unused code
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * r929dd8c108 10ffmpeg/libavformat/dxa.c: dxa: set audio stream time base using the sample rate
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * r4bf6775e9d 10ffmpeg/libavformat/vqf.c: 
[03:21] <CIA-17> ffmpeg: vqf: set packet parameters after av_new_packet()
[03:21] <CIA-17> ffmpeg: Otherwise the values are overwritten.
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * rf240df6a74 10ffmpeg/tests/ (fate/video.mak ref/fate/nuv): 
[03:21] <CIA-17> ffmpeg: FATE: do not decode audio in the nuv test.
[03:21] <CIA-17> ffmpeg: We already have sufficient coverage for 16-bit pcm.
[03:21] <CIA-17> ffmpeg: 03Justin Ruggles 07master * r841c17177b 10ffmpeg/tests/fate/mp3.mak: 
[03:21] <CIA-17> ffmpeg: FATE: add mp3 test for sample that exhibited false overreads
[03:21] <CIA-17> ffmpeg: related to b7165426917f91ebcad84bdff366824f03b32bfe
[03:22] <CIA-17> ffmpeg: Error messages and audible artifacts were fixed in that commit.
[03:22] <CIA-17> ffmpeg: 03Anton Khirnov 07master * rff71a383ac 10ffmpeg/ (5 files in 2 dirs): 
[03:22] <CIA-17> ffmpeg: mpegvideo_enc: add qp_rd flag to mpv_flags.
[03:22] <CIA-17> ffmpeg: Deprecate CODEC_FLAG_QP_RD.
[03:22] <CIA-17> ffmpeg: 03Vitor Sessak 07master * r9b4cd58611 10ffmpeg/libavcodec/mpegaudiodec.c: 
[03:22] <CIA-17> ffmpeg: mpegaudiodec: use DSPUtil.butterflies_float().
[03:22] <CIA-17> ffmpeg: Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
[03:22] <CIA-17> ffmpeg: 03Ronald S. Bultje 07master * rd1604b3de9 10ffmpeg/libavcodec/h264_cabac.c: 
[03:22] <CIA-17> ffmpeg: h264: prevent overreads in intra PCM decoding.
[03:22] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[03:22] <CIA-17> ffmpeg: CC: libav-stable at libav.org
[03:22] <CIA-17> ffmpeg: 03Justin Ruggles 07master * rbdbf1fa405 10ffmpeg/libavformat/asfdec.c: asfdec: Do not set AVCodecContext.frame_size
[03:22] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r79ae084e9b 10ffmpeg/: (log message trimmed)
[03:22] <CIA-17> ffmpeg: Merge remote-tracking branch 'qatar/master'
[03:22] <Compn> michaelni: can you run that id3v2 album art code thru some fuzzing ?
[03:23] <CIA-17> (63 lines omitted)
[03:23] <Compn> i remember a bunch of id3v2 image patches that werent accepted due to security risks (mplayer patches i think)
[03:23] <michaelni> why me?
[03:23] <michaelni> iam a lazy person :)
[03:24] <michaelni> either way i dont see a specific reason that there would be sec issues
[03:24] <michaelni> can you elaborate ?
[03:27] <Compn> i just remember 3-5 patches that were rejected on mplayer list because different authors never did any checking on input 
[03:27] <Compn> but i dont have any evidence this is the case here
[03:27] <Compn> just going on previous 'id3v2 is a piece of crap' opinion ;)
[03:28] <michaelni> i dont see a specific reason why this code would be any more likely to contain sec issues than any other chnage from the same author
[03:30] <michaelni> what command should be tested for fuzzing ?
[03:30] <michaelni> i mean exact command line
[03:30] <Compn> hmm
[03:31] <Compn> not sure how to extract said album art
[03:32] <michaelni> its ends up just as a stream with a png or something like that in it
[03:34] <Compn> could ffmpeg convert the single png to avi ? 
[03:34] <Compn> well nevermind , i just see bunch of id3v2 vulnerabilities in google for various programs
[03:36] <michaelni> it should be able to convert it
[03:38] <funman> Compn: eyeD3 maybe ?
[03:40] <funman> don't forget to fuzz the 'Picture of a large, coloured fish' field of id3v2
[03:42] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rd2101bffa0 10ffmpeg/libavutil/eval.c: 
[03:42] <CIA-17> ffmpeg: eval: fix infinite loop on opensolaris x86.
[03:42] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[06:43] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * ra057ef6923 10ffmpeg/libavcodec/mpegaudiodec.c: 
[06:43] <CIA-17> ffmpeg: mpegaudiodec: change granule skip code to avoid false checked bitstream reader errors.
[06:43] <CIA-17> ffmpeg: Code ported from qatar/master, please see there for per line authorship.
[06:43] <CIA-17> ffmpeg: Main authors AFAIK are Ronald and Justin. I have no authorship on this.
[06:43] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[06:43] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r436f866f92 10ffmpeg/libavcodec/svq3.c: 
[06:43] <CIA-17> ffmpeg: svq3dec: fix overread of the cliping table.
[06:43] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[06:43] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[06:43] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r8263212e86 10ffmpeg/libavcodec/mpegaudiodec.c: 
[06:43] <CIA-17> ffmpeg: mpegaudiodec: Enable checked bitstream reader.
[06:43] <CIA-17> ffmpeg: It appears there are corner cases with damaged input that can lead
[06:43] <CIA-17> ffmpeg: to small overreads.
[06:43] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[06:47] <Compn> how many issues did j00ru find anyways ?
[06:47] <Compn> does he get paid for each one? :d
[07:29] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rfd88a25701 10ffmpeg/libavcodec/rv34dsp.c: 
[07:29] <CIA-17> ffmpeg: rv34dsp: avoid use of crop table for idct.
[07:29] <CIA-17> ffmpeg: Fixes out of array read.
[07:29] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[07:29] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[15:09] <pettter> I'm having problems getting PNG support on windows.
[15:22] <pettter> What dependencies does that codec have? Does it need anything specifically above and beyond what the core ffmpeg requires?
[15:23] <overflow_0f8b> Xilinx announced its first application processors in the form of Linux-ready, dual-core Cortex-A9 system-on-chip (SoCs) that offer FPGA functionality.
[15:23] <pettter> Or rather, it appears that it does, what are those, specifically? Anyone knows?
[15:23] <overflow_0f8b> i am putting this on my wishlist lol http://www.linuxfordevices.com/c/a/News/Xilinx-Zynq7000/
[16:29] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rb2a7c01733 10ffmpeg/libavcodec/ (mpc.c mpcdata.h): 
[16:29] <CIA-17> ffmpeg: mpc: Fix mpc_CC table and use.
[16:29] <CIA-17> ffmpeg: This is based on the reference implementation and fixes
[16:29] <CIA-17> ffmpeg: a global out of array read.
[16:29] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[16:29] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:29] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rb84211ac71 10ffmpeg/libavcodec/ (mpc.c mpcdata.h): 
[16:29] <CIA-17> ffmpeg: mpc: Fix mpc_SCF use and content.
[16:29] <CIA-17> ffmpeg: This fixes a out of global array read.
[16:29] <CIA-17> ffmpeg: This change is based on the reference mpc imlementation.
[16:29] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[16:29] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:31] <michaelni> pettter, you need zlib
[16:32] <pettter> michaelni: I see, thanks
[18:08] <Daemon404> http://ffmpeg.org/pipermail/ffmpeg-devel/2012-March/121528.html
[18:08] <Daemon404> lolwat?
[18:08] <JEEBsv> klol
[18:18] <nevcairiel> that happens more often then you think
[18:18] <nevcairiel> also, invites for some social network sites
[18:18] <Daemon404> lul
[18:18] <Daemon404> smart people.
[18:19] <av500> some time ago somebody sent a linkedin invite to the list
[18:19] <Daemon404> i saw
[18:19] <av500> I created an account and forgot the password
[18:19] <av500> so now somebody has ffmpeg as his linked in friend
[18:19] <av500> i hope he enjoys it
[18:19] <av500> or was it xing?
[18:42] <gnafu> "Gmail invitations in /my/ mailing list?"  "It's more likely than you think."
[18:42] <av500> gmail is *new* after all 
[18:43] <gnafu> Everything old is new again \o/.
[19:38] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * raf796ba4b8 10ffmpeg/libavcodec/vc1dsp.c: 
[19:38] <CIA-17> ffmpeg: vc1: fix out of array reads in vc1_inv_trans_8x4_c()
[19:38] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[19:38] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[19:38] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r80c702efeb 10ffmpeg/libavcodec/vc1dsp.c: 
[19:38] <CIA-17> ffmpeg: vc1: fix out of array reads in vc1_inv_trans_4x8_c()
[19:38] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[19:38] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[19:38] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r32f0c65828 10ffmpeg/libavcodec/vc1dsp.c: 
[19:38] <CIA-17> ffmpeg: vc1: fix out of array reads in vc1_inv_trans_4x4_c()
[19:38] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[19:38] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[19:42] <michaelni> merbanan, there are 2 cook patches on ffmpeg-dev, please review, thx!
[19:45] <overflow_0f8b> lambda function in C http://pastebin.com/HDn2dV5y
[20:15] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rdc945b1fa8 10ffmpeg/libavcodec/eatgq.c: 
[20:15] <CIA-17> ffmpeg: eatgq: Pass error code from tgq_decode_mb() and let the caller fail.
[20:15] <CIA-17> ffmpeg: This fixes a over read.
[20:15] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[20:15] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:40] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r75d11b55d7 10ffmpeg/libavcodec/vc1dec.c: 
[22:40] <CIA-17> ffmpeg: vc1: avoid reading beyond the last line in vc1_draw_sprites()
[22:40] <CIA-17> ffmpeg: Fixes overread
[22:40] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[22:40] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:42] <pwlnw> hi ! how to apply this patches ? http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/129918/focus=130054
[22:42] <pwlnw> i got only rejects. i write string from "--- a/ffmpeg.c" to end. then patch -p0 < patchfile
[23:02] <pwlnw> ook. patch -p1 is right switch. but still can't apply due rejects
[23:07] <nevcairiel> those patches are nearly a year old, alot of stuff changed since then, its no wonder they dont apply anymore
[23:16] <pwlnw> my old ffmpeg.exe FFmpeg version SVN-r18639, Copyright (c) 2000-2009 Fabrice Bellard, et al. 
[23:16] <pwlnw> work with this file
[23:17] <pwlnw> with new ffmpeg from git a got :timebase mismatch with 1st pass (1/60 vs 1/15) or another errors if run unpached
[23:18] <pwlnw> it't really broked file. seems from car registrator
[23:24] <pwlnw> can anybody tell me whats wrong with this file http://video.in64.in/8182.mp4 ?
[23:31] <Compn> whats the problem with it pwin ?
[23:31] <Compn> er pwlnw
[23:32] <Compn> strange ffmpeg error
[23:34] <CIA-17> ffmpeg: 03Vitor Sessak 07master * r5cd1337f5d 10ffmpeg/libavcodec/nellymoserdec.c: 
[23:34] <CIA-17> ffmpeg: nellymoserdec: Saner and faster IMDCT windowing
[23:34] <CIA-17> ffmpeg: Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
[23:34] <CIA-17> ffmpeg: 03Martin Storsjö 07master * r442c1320e7 10ffmpeg/ (4 files in 2 dirs): 
[23:34] <CIA-17> ffmpeg: avpacket: Add a function for shrinking already allocated side data
[23:34] <CIA-17> ffmpeg: Signed-off-by: Martin Storsjö <martin at martin.st>
[23:34] <CIA-17> ffmpeg: 03Martin Storsjö 07master * rbdc1220eeb 10ffmpeg/libavcodec/ (avcodec.h mpegvideo.h mpegvideo_enc.c version.h): 
[23:34] <CIA-17> ffmpeg: h263enc: Add an option for outputting info about MBs as side data
[23:34] <CIA-17> ffmpeg: Signed-off-by: Martin Storsjö <martin at martin.st>
[23:34] <CIA-17> ffmpeg: 03Ronald S. Bultje 07master * rbd17a40a7e 10ffmpeg/libavcodec/lcldec.c: 
[23:34] <CIA-17> ffmpeg: lcl: return negative error codes on decode_init() errors.
[23:34] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[23:34] <CIA-17> ffmpeg: CC: libav-stable at libav.org
[23:34] <CIA-17> ffmpeg: 03Ronald S. Bultje 07master * r63c9de6469 10ffmpeg/libavcodec/huffyuv.c: 
[23:34] <CIA-17> ffmpeg: huffyuv: do not abort on unknown pix_fmt; instead, return an error.
[23:34] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[23:34] <CIA-17> ffmpeg: CC: libav-stable at libav.org
[23:34] <CIA-17> ffmpeg: 03Ronald S. Bultje 07master * r0ce4fe482c 10ffmpeg/libavcodec/h264.c: 
[23:34] <CIA-17> ffmpeg: h264: error out on invalid bitdepth.
[23:34] <CIA-17> ffmpeg: Fixes invalid reads while initializing the dequant tables, which uses
[23:34] <CIA-17> ffmpeg: CC: libav-stable at libav.org
[23:34] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r1eb7f39c7b 10ffmpeg/: (log message trimmed)
[23:34] <CIA-17> ffmpeg: Merge remote-tracking branch 'qatar/master'
[23:34] <CIA-17> ffmpeg: * qatar/master:
[23:34] <CIA-17> ffmpeg:  h264: error out on invalid bitdepth.
[23:34] <CIA-17> ffmpeg:  aacsbr: use a swap index for the Y matrix rather than copy buffers.
[23:34] <CIA-17> ffmpeg:  huffyuv: do not abort on unknown pix_fmt; instead, return an error.
[23:34] <CIA-17> ffmpeg:  lcl: return negative error codes on decode_init() errors.
[23:34] <CIA-17> ffmpeg: 03Christophe Gisquet 07master * rcc412b7104 10ffmpeg/libavcodec/ (aacsbr.c sbr.h): 
[23:34] <CIA-17> ffmpeg: aacsbr: use a swap index for the Y matrix rather than copy buffers.
[23:34] <CIA-17> ffmpeg: Signed-off-by: Alex Converse <alex.converse at gmail.com>
[23:34] <overflow_0f8b> aacsbr: use a swap index for the Y matrix rather than copy buffers.
[23:34] <overflow_0f8b> oh yea
[23:35] <overflow_0f8b> awesome improvements
[23:35] <CIA-17> ffmpeg: 03Martin Storsjö 07master * r984b914c55 10ffmpeg/libavformat/ (rtpenc.c rtpenc.h rtpenc_h263_rfc2190.c): 
[23:35] <CIA-17> ffmpeg: rtpenc: Use MB info side data for splitting H263 packets for RFC 2190
[23:35] <CIA-17> ffmpeg: This makes the packetization spec compliant for cases where one single
[23:35] <CIA-17> ffmpeg: GOB doesn't fit into an RTP packet.
[23:35] <CIA-17> ffmpeg: Signed-off-by: Martin Storsjö <martin at martin.st>
[23:43] <pwlnw> Compn did you try convert ? yes this kind of broked video but vlc play it. old ffmpeg from 2009 play it
[00:00] --- Fri Mar  2 2012


More information about the Ffmpeg-devel-irc mailing list