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

burek burek021 at gmail.com
Fri Jan 13 02:05:02 CET 2012


[01:22] <CIA-46> ffmpeg: 03Janne Grunau 07master * rf6a152db11 10ffmpeg/libavcodec/ (libvpxdec.c libvpxenc.c libxavs.c): threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
[01:22] <CIA-46> ffmpeg: 03Janne Grunau 07master * r68e252f548 10ffmpeg/libavformat/wtv.c: wtv: fix memleaks during normal operation
[01:22] <CIA-46> ffmpeg: 03Reinhard Tartler 07master * r014f8d8106 10ffmpeg/ (Changelog cmdutils.c configure doc/APIchanges): 
[01:22] <CIA-46> ffmpeg: No longer build libpostproc by default
[01:22] <CIA-46> ffmpeg: update documentation to inform developers that it may be removed in a
[01:22] <CIA-46> ffmpeg: later release.
[01:22] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[01:22] <CIA-46> ffmpeg: 03Reinhard Tartler 07master * rcf53a2127b 10ffmpeg/ (Changelog RELEASE): 
[01:22] <CIA-46> ffmpeg: Add some missing changelog entries and release 0.8_beta2
[01:22] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[01:22] <CIA-46> ffmpeg: 03Diego Biurrun 07master * rf1355dfcd6 10ffmpeg/doc/avserver.conf: doc: Replace ffmpeg references in avserver config file by avconv.
[01:22] <CIA-46> ffmpeg: 03Diego Biurrun 07master * r5ea20630b4 10ffmpeg/ (7 files in 4 dirs): Fix a bunch of platform name and other typos.
[01:22] <CIA-46> ffmpeg: 03Justin Ruggles 07master * r467879eb54 10ffmpeg/libavformat/gsmdec.c: 
[01:22] <CIA-46> ffmpeg: gsm demuxer: return packets with only 1 gsm block at a time.
[01:22] <CIA-46> ffmpeg: fixes stream copy of raw gsm to mov.
[01:22] <CIA-46> ffmpeg: tested with QuickTime.
[01:22] <CIA-46> ffmpeg: 03Justin Ruggles 07master * rf01f6a8474 10ffmpeg/libavformat/gsmdec.c: 
[01:22] <CIA-46> ffmpeg: gsm demuxer: use generic seeking instead of a gsm-specific function.
[01:22] <CIA-46> ffmpeg: Since packets all contain only a single block, the generic seek function can
[01:23] <CIA-46> ffmpeg: be used while still maintaining block-accuracy.
[01:23] <CIA-46> ffmpeg: 03Diego Biurrun 07master * r1466a5181b 10ffmpeg/doc/avtools-common-opts.texi: doc: Fix names of av_log color environment variables.
[01:23] <CIA-46> ffmpeg: 03Michael Niedermayer 07master * r794006f8fe 10ffmpeg/: (log message trimmed)
[01:23] <CIA-46> ffmpeg: Merge remote-tracking branch 'qatar/master'
[01:23] <CIA-46> ffmpeg: * qatar/master:
[01:23] <CIA-46> ffmpeg:  fft: init functions with INIT_XMM/YMM.
[01:23] <CIA-46> ffmpeg:  pcmenc: set frame_size to 0.
[01:23] <CIA-46> ffmpeg:  gsm demuxer: use generic seeking instead of a gsm-specific function.
[01:23] <CIA-46> ffmpeg:  gsm demuxer: return packets with only 1 gsm block at a time.
[01:24] <CIA-46> ffmpeg: The WAVE demuxer returns packets with many blocks per frame, which needs to be
[01:24] <CIA-46> ffmpeg: parsed into single blocks. This has a side-effect of fixing the timestamps.
[01:24] <CIA-46> ffmpeg: 03Justin Ruggles 07master * r56f22b7e16 10ffmpeg/libavcodec/pcm.c: 
[01:24] <CIA-46> ffmpeg: pcmenc: set frame_size to 0.
[01:24] <CIA-46> ffmpeg: This indicates that the actual frame size is based on the buf_size passed to
[01:24] <CIA-46> ffmpeg: avcodec_encode_audio().
[01:24] <CIA-46> ffmpeg: 03Henrik Gramner 07master * re7d02b04dc 10ffmpeg/libavcodec/x86/fft_mmx.asm: 
[01:24] <CIA-46> ffmpeg: fft: init functions with INIT_XMM/YMM.
[01:24] <CIA-46> ffmpeg: This is required to handle clobbering of XMM registers on Win64
[01:24] <CIA-46> ffmpeg: correctly. Fixes FFT and all tests depending on FFT on Win64.
[01:24] <CIA-46> ffmpeg: Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
[01:25] <CIA-46> ffmpeg: Signed-off-by: Janne Grunau <janne-libav at jannau.net>
[01:44] <OanaStratulat> michaelni: ping
[01:51] <OanaStra_> ubitux: ping
[01:51] <ubitux> OanaStra_: yup
[01:52] <OanaStra_> ubitux: do you have some spare time to explain me how to finish that bug, the return part
[01:53] <ubitux> iirc you have to make the function raise the error code again
[01:53] <ubitux> but i need to look at the code
[01:53] <ubitux> give me 5 min
[01:53] <OanaStra_> ubitux: ok
[02:03] <ubitux> http://pastebin.com/NYNLSMkM  is this the latest version of your patch?
[02:04] <OanaStra_> ubitux: yes
[02:06] <ubitux> first, fix your indent
[02:06] <ubitux> next, change ff_vorbis_floor1_render_list prototype to make it return an int
[02:06] <ubitux> so you can return -1 in this function too if render_line fails (aka raise the error at a upper level)
[02:07] <ubitux> then in the decoder (vorbisdec), check the return value of ff_vorbis_floor1_render_list
[02:07] <ubitux> and return AVERROR_INVALIDDATA in case of a negative value
[02:08] <OanaStra_> the prototype meaning making it int ff_vorbis_floor1_render_list no?
[02:13] <OanaStra_> ubitux: http://pastebin.com/JNKNbeqP my diff 
[02:14] <ubitux> yes something like this, but you need to change the prototype in the header file
[02:14] <ubitux> and your patch is not done
[02:14] <OanaStra_> done that too
[02:15] <ubitux> then your diff is incomplete
[02:16] <OanaStra_> http://pastebin.com/cxGWT10M
[02:16] <OanaStra_> this is the full one
[02:18] <OanaStra_> ubitux: any comments on it?
[02:19] <ubitux> overall looks good if it works but:
[02:19] <ubitux> line 25: indent is wrong
[02:19] <ubitux> nit: i'd add a comment such as: if (!adx) // avoid FPE
[02:19] <ubitux> you can merge the two if
[02:19] <ubitux> if (lx < samples &&
[02:19] <ubitux>     render_...
[02:20] <OanaStra_> ok
[02:20] <ubitux> also, it is common to use if (foobar() < 0) instead of exact -1
[02:20] <ubitux> (it allows to return different kind of error for instance)
[02:20] <ubitux> line 75: indent is wrong
[02:21] <OanaStra_> done all of those
[02:22] <ubitux> if you fix these, git commit with a proper message ("vorbis: fix FPE [...]") I think you can submit it to ffmpeg-devel
[02:22] <ubitux> (with git send-email -1 for instance)
[02:22] <ubitux> did you ever use git send-email btw?
[02:22] <OanaStra_> no
[02:22] <OanaStra_> i must set it up
[02:22] <ubitux> wanna try?
[02:22] <OanaStra_> yes
[02:23] <ubitux> do you have a gmail or you're using another smtp?
[02:23] <OanaStra_> gmail
[02:23] <ubitux> then: http://pastie.org/3169740
[02:23] <OanaStra_> 1st please look at my diff once again http://pastebin.com/LzZuR7gb
[02:23] <ubitux> add sth like that in your ~/.gitconfig
[02:23] <OanaStra_> if it is good
[02:24] <ubitux> you still have a == -1
[02:24] <ubitux> multiple ones actually
[02:24] <ubitux> you forgot to merge the if () line 48
[02:24] <ubitux> and you can keep the line break
[02:24] <ubitux> if (lx < samples &&
[02:24] <ubitux>     render_line... < 0)
[02:24] <ubitux>     return -1
[02:25] <ubitux> while you are at it, you can fix the broken vertical align after changing the void into int (see the parameters columns)
[02:26] <OanaStra_> put how many spaces in front of it?
[02:26] <ubitux> just remove one space each line
[02:27] <ubitux> "vorbis_floor1_entry * list" must be vertically aligned with "uint16_t *y_list..." and "int multiplier..."
[02:27] <ubitux> do you see what i mean?
[02:27] <ubitux> (you need to change it in both the .c and .h)
[02:27] <OanaStra_> yes
[02:28] <ubitux> sorry for all these nits
[02:28] <ubitux> :)
[02:28] <OanaStra_> no no , i`m glad i can help
[02:28] <OanaStra_> http://pastebin.com/M2UW2N9f
[02:28] <OanaStra_> this is the last one
[02:28] <OanaStra_> latest*
[02:29] <ubitux> "< 0" is preferred to "<0"
[02:30] <ubitux> also, indent is broken line 54 (are you indenting by hand?)
[02:30] <ubitux> you didn't break the line either when merging the if (we try to avoid very long line)
[02:31] <OanaStra_> using TextMate and when i hit enter it thinks it`s tab and puts me beneath the previous line
[02:31] <OanaStra_> how can i break it as to be good ?
[02:31] <ubitux> i showed you two times :)
[02:32] <ubitux> read the logs :p
[02:32] <OanaStra_> oh yes
[02:32] <OanaStra_> i`m a bit zzz
[02:32] <OanaStra_> ok done all of those
[02:32] <OanaStra_> so know mail it ? or you wanna take a look at the final version?
[02:33] <ubitux> 02:23:29 <@ubitux> then: http://pastie.org/3169740
[02:33] <ubitux> 02:23:37 <@ubitux> add sth like that in your ~/.gitconfig
[02:33] <ubitux> for the mail
[02:33] <ubitux> the do a proper git commit, and then git send-email -1 (to send the last commit)
[02:33] <ubitux> and you send it to ffmpeg-devel at ffmpeg.org
[02:34] <ubitux> if you are not subscribed to the mailing list, you will need to wait for moderation
[02:34] <OanaStra_> i am subscribed
[02:35] <OanaStra_> but where do i put the pass for the gmail account?
[02:35] <OanaStra_> it will be required when i git send-emal ?
[02:35] <OanaStra_> email*
[02:35] <OanaStra_> requested not required 
[02:36] <ubitux> you will be prompted a few questions
[02:36] <OanaStra_> ko
[02:36] <OanaStra_> ok
[02:37] <OanaStra_> ubitux: vorbis: fix FPE when multiple values of x in the floor1 list 
[02:37] <OanaStra_> ubitux: good commit message ?
[02:38] <ubitux> sounds good yes
[02:40] <OanaStra_> ubitux: Message-ID to be used as In-Reply-To for the first email?  what should i say here?
[02:42] <ubitux> leave it blank
[02:43] <OanaStra_> ubitux: http://pastebin.com/VGA0tTat any idea?
[02:44] <ubitux> ah yeah you need a few perl mail related packages to use it
[02:44] <OanaStra_> know the name of them?
[02:45] <ubitux> heh each time i setup it i need to try 3-4 times before i have all the needed packages
[02:45] <ubitux> try to search perl smtp in your packages
[02:45] <ubitux> apt-cache search perl smtp
[02:45] <OanaStra_> i`m on osx, trying with brew
[02:45] <ubitux> iirc you also need base64 and other mail related stuff
[02:46] <ubitux> but the errors are somewhat explicit
[02:46] <ubitux> Can't locate Net/SMTP/SSL.pm ’ .pm = perl, and then the module is stmp/ssl, so just look for packages matching this
[02:46] <ubitux> you will certainly need to install a few of them
[02:46] <ubitux> have fun ;)
[02:47] <OanaStra_> yes
[02:47] <OanaStra_> i think i`ll send it using the normal client
[02:47] <OanaStra_> i cannot find these packages for osx at this moment
[02:48] <ubitux> heh, then send the file generated with git format-patch -1
[02:48] <OanaStra_> yes
[02:50] <OanaStra_> ubitux: has it arrived ?
[02:50] <ubitux> yes great
[02:50] <ubitux> good work
[02:50] <ubitux> thank you
[02:51] <ubitux> did you check if make fate was still fine? ;)
[02:51] <OanaStra_> ubitux: no, doing it now
[02:51] <OanaStra_> ubitux: runs smoothly 
[02:51] <OanaStra_> all the vorbis tests
[02:52] <ubitux> ok good
[02:52] <ubitux> michaelni: i don't like asking for nit but do you mind just adding a \n between "static void free_pool(AVFilterPool *pool)" and "{" and some spacing around the > op in "av_assert0(pool->refcount>0);"? :)
[02:53] <OanaStra_> ubitux: i should file a bug too don`t you think ?
[02:53] <OanaStra_> and post the patch afterwards for it?
[02:53] <ubitux> OanaStra_: i don't think it's worth the effort
[02:53] <OanaStra_> ubitux: ok
[02:54] <OanaStra_> michaelni: http://google-melange.appspot.com/gci/task/view/google/gci2011/7183252 marked as completed 
[02:54] <ubitux> michaelni: i don't mind that coding style i think it's better to keep the current file coding style
[02:55] <ubitux> +but
[04:22] <OanaStratulat> michaelni: ping
[04:25] <michaelni> OanaStratulat, pong
[04:26] <OanaStratulat> had time to check my patch for FPE in vorbis.c ?
[04:26] <michaelni> ive just rewritten it :)
[04:26] <OanaStratulat> it has been sent to ML like an hour ago
[04:26] <michaelni> it was a bit messy
[04:26] <OanaStratulat> ubitux: mentored me
[04:26] <OanaStratulat> need link to gci task to close ?
[04:26] Action: michaelni kicks ubitux ;)
[04:27] <michaelni> i should have the link in my inbox
[04:27] <michaelni> moment
[04:27] <OanaStratulat> ok
[04:27] <OanaStratulat> can you send me the rewritten patch on my email ?
[04:29] <michaelni> ill CC you when i post it to the ML
[04:29] <OanaStratulat> thx
[04:29] <michaelni> your patch is ok, it just can be done a bit simpler
[04:30] <OanaStratulat> posting to ML now or i`ll go to zz ?
[04:33] <michaelni> i need to run some tests first to make sure it works and breaks nothing
[04:33] <michaelni> then ill post
[04:34] <OanaStratulat> ok
[04:34] <OanaStratulat> awaiting for it
[04:34] <OanaStratulat> until then good night 
[04:35] <michaelni> OanaStratulat, mail sent
[04:35] <OanaStratulat> michaelni: thx
[04:36] <OanaStratulat> gn
[04:36] <michaelni> gn
[04:46] <michaelni> ubitux, btw, thx for mentoring Oana!
[04:51] <funman> is gci ending soon?
[05:14] <michaelni> funman, we are out of tasks, so for ffmpeg it pretty much has ended unless we can add more but AFAIK we cant
[05:14] <michaelni> there where just 2 points where tasks could be added
[05:15] <michaelni> about the official end time of the non ffmpeg GCI, that is in 4 days
[05:16] <funman> looks like it was pretty successful
[05:16] <michaelni> yes, indeed
[05:16] <michaelni> it was also pretty stressfull at times :)
[05:17] <funman> yeah.. that's why i avoid mentoring completely :)
[05:17] <michaelni> funman, you are missing all the fun that way ...
[05:17] <funman> i did it twice for gsoc but the students didn't need much help
[05:18] <funman> yeah ill consider it next year if i have a more stable life
[05:18] <michaelni> if you are interrested in mentoring students in the next ffmpeg gci or gsoc, you certainly are welcome :)
[05:19] <funman> it would probably in videolan though
[05:19] <funman> well, let's see
[05:19] <michaelni> :)
[10:45] <CIA-46> ffmpeg: 03Stefano Sabatini 07master * ra8b0ece6e5 10ffmpeg/ (3 files in 2 dirs): lavfi/testsrc: add "d" alias for the duration option
[10:45] <CIA-46> ffmpeg: 03Stefano Sabatini 07master * r7328c2fc21 10ffmpeg/ffprobe.c: 
[10:45] <CIA-46> ffmpeg: ffprobe: replace av_destruct_packet() with av_free_packet()
[10:45] <CIA-46> ffmpeg: av_destruct_packet() always frees the packet data even when the demuxer
[10:45] <CIA-46> ffmpeg: is going to re-use it, thus causing crashes when decoding audio
[10:45] <CIA-46> ffmpeg: frames (as implemented in a pending patch).
[10:45] <CIA-46> ffmpeg: av_free_packet() is used instead, as it allows each demuxer to set the
[10:45] <CIA-46> ffmpeg: right packet data releasing mechanism through the pkt->destruct callback.
[10:45] <CIA-46> ffmpeg: 03Stefano Sabatini 07master * r4fd1e2e432 10ffmpeg/ffprobe.c: 
[10:45] <CIA-46> ffmpeg: ffprobe: fix leak in show_packets()
[10:45] <CIA-46> ffmpeg: Call av_free_packets() at each demuxing loop iteration, not only when
[10:45] <CIA-46> ffmpeg: decoding.
[10:45] <CIA-46> ffmpeg: X-ColaCount: +10l
[10:47] <ubitux> michaelni: :)
[10:47] <ubitux> michaelni: sorry for the vorbis patch
[10:48] <ubitux> i though it was a good way to deal with
[11:38] <ubitux> saste: i noticed the other day you could bump the copyright date in ffprobe.c
[11:39] <ubitux> (a lot of changes came in in 2011 & 2012)
[16:35] <CIA-46> ffmpeg: 03Paul B Mahol 07master * rbd36ec55be 10ffmpeg/libavcodec/bmp.c: 
[16:35] <CIA-46> ffmpeg: bmpdec: proper check for alpha
[16:35] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:35] <CIA-46> ffmpeg: 03Michael Niedermayer 07master * rf068ce570f 10ffmpeg/libavfilter/ (avfilter.c defaults.c internal.h): 
[16:35] <CIA-46> ffmpeg: avfilter: pool draining and self destruction support.
[16:35] <CIA-46> ffmpeg: This should fix a memleak.
[16:35] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:35] <CIA-46> ffmpeg: 03Paul B Mahol 07master * r3e8a368b2b 10ffmpeg/libavcodec/ (j2kdec.c j2kenc.c mjpegenc.c): 
[16:35] <CIA-46> ffmpeg: lavc: constify enums for .pix_fmts
[16:35] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:35] <CIA-46> ffmpeg: 03Peter Ross 07master * r90dbd08127 10ffmpeg/libavformat/icodec.c: 
[16:35] <CIA-46> ffmpeg: ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors value over that in IconEntry
[16:35] <CIA-46> ffmpeg: Fixes ticket 905.
[16:35] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:35] <CIA-46> ffmpeg: 03Peter Ross 07master * rbd3a12d68d 10ffmpeg/libavformat/icodec.c: 
[16:35] <CIA-46> ffmpeg: ico: consider IconEntry.NumColors of 255 to be ambiguous
[16:35] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:35] <CIA-46> ffmpeg: 03Michael Niedermayer 07master * r05577aafaa 10ffmpeg/libswscale/x86/yuv2rgb_template.c: 
[16:35] <CIA-46> ffmpeg: sws: yuv2rgb asm, add memory clobber.
[16:35] <CIA-46> ffmpeg: This fixes dithering for rgb555le, it appears gcc had moved the
[16:35] <CIA-46> ffmpeg: setup of the variables after the asm or something like that.
[16:35] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:35] <CIA-46> ffmpeg: 03Peter Ross 07master * r051257495a 10ffmpeg/libavformat/icodec.c: 
[16:35] <CIA-46> ffmpeg: ico: reject icon entries that are smaller than sizeof(BITMAPHEADER)
[16:35] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:36] <CIA-46> ffmpeg: 03Carl Eugen Hoyos 07master * ref3a19d595 10ffmpeg/ (7 files in 2 dirs): Fix compilation with yasm-0.6.2
[16:53] <CIA-46> ffmpeg: 03Carl Eugen Hoyos 07release/0.9 * rad6eefc0d8 10ffmpeg/ (6 files in 2 dirs): Fix compilation with yasm-0.6.2.
[17:03] <CIA-46> ffmpeg: 03Carl Eugen Hoyos 07master * r01616f12e2 10ffmpeg/libavcodec/rawdec.c: 
[17:03] <CIA-46> ffmpeg: Fix linesize for rawvideo in mov.
[17:03] <CIA-46> ffmpeg: Fixes ticket #823.
[17:36] <CIA-46> ffmpeg: 03Stefano Sabatini 07master * r58e1de724d 10ffmpeg/ffprobe.c: 
[17:36] <CIA-46> ffmpeg: ffprobe: set AV_LOG_SKIP_REPEATED log flag
[17:36] <CIA-46> ffmpeg: Consistent with ffmpeg and ffplay.
[17:36] <CIA-46> ffmpeg: 03Stefano Sabatini 07master * rb25c239c7a 10ffmpeg/ (doc/ffprobe.texi doc/ffprobe.xsd ffprobe.c): ffprobe: add support to audio frame information printing
[17:36] <CIA-46> ffmpeg: 03Stefano Sabatini 07master * rbb4c18881a 10ffmpeg/ffprobe.c: ffprobe: reindent after previous commit
[17:44] <NapHtaKeRoSene> hi
[17:44] <NapHtaKeRoSene> should i keep int insquare_p(point2d p, point2d p1, point2d p2), or just consider int insquare(point2d p, rect2d rect) ?
[17:53] <Compn> benchmark and compare speeds? :P
[17:53] Action: Compn has no clue :)
[17:57] <NapHtaKeRoSene> :)
[17:58] <NapHtaKeRoSene> i was just thinking about in general i'd probably want a rect2d structure for defining an area, and point2d for a point
[18:06] <Compn> are you working on a filter or ?
[18:06] <NapHtaKeRoSene> this is for general use
[18:07] <NapHtaKeRoSene> for everything
[18:08] <av500> dont forget value1d
[18:13] <NapHtaKeRoSene> av500<< are you vbeing sarcastic?
[18:50] <pasteeater> i am travelling from jan 13-22, so my mailing list moderation might be slower than usual.
[18:54] <Compn> good to know
[18:54] <Compn> you've been doing an excellent job :)
[18:55] <pasteeater> it's affecting my speech. Thank you friend, Congratulation.
[19:10] <Compn> spam subjects are getting harder to delete :)
[19:10] <Compn> hehe
[19:12] Action: Compn curious who is using ffmpeg to convert .ico files
[19:36] Action: j-b 
[19:41] <NapHtaKeRoSene> av500<< i was asking for guideline for general optimization practices not one particular problem.
[19:41] <ubitux> anyone knows who is the owner of http://fate.ffmpeg.org/report.cgi?time=20120112183703&slot=x86_64-linux-gnu-gcc-4.6 ?
[19:42] <NapHtaKeRoSene> ((rect.p1.x>rect.p2.x)?((p.x>=rect.p2.x)&&(p.x<=rect.p1.x)):((p.x<=rect.p2.x)&&(p.x>=rect.p1.x)))&&((rect.p1.y>rect.p2.y)?((p.y>=rect.p2.y)&&(p.y<=rect.p1.y)):((p.y<=rect.p2.y)&&(p.y>=rect.p1.y)));
[19:42] <ubitux> the samples rsync looks broken
[19:42] <NapHtaKeRoSene> i'm not willing to write this every time i need to check a range in my code
[19:58] <pasteeater> Compn: if http://wiki.multimedia.cx/ is the official wiki then what do we call the wiki function in trac?
[19:58] <pasteeater> current page title is "Welcome to the FFmpeg Bug Tracker and Wiki"
[20:01] <cbsrobot> I have access to the latest MacPro with 12 Cores (2x6 Cores) with hyperthreading giving 24 threads and tested ffmpeg on it
[20:01] <cbsrobot> but I was only able to use 12 threads
[20:02] <cbsrobot> anybody knows whats going on ?
[20:02] <durandal_1707> michaelni: how good are you at mpeg1video decoder?
[20:02] <cbsrobot> on a 8 (2x4 cores) machine i can use up to 16 threads - no problem
[20:04] <michaelni> durandal_1707, how can i help ?
[20:04] <durandal_1707> trying to make bw10 avi play like in xanim
[20:05] <durandal_1707> i'm using vcr2 code as example
[20:05] <durandal_1707> but something is wrong with slices
[20:06] <durandal_1707> decoded frame is split verticaly and bottom part of frame is never used/is red
[20:06] <durandal_1707> xanim decodes it in one go or something like that
[20:09] <CIA-46> ffmpeg: 03Reimar Döffinger 07master * r742b660eb7 10ffmpeg/libavformat/wtvdec.c: 
[20:09] <CIA-46> ffmpeg: wtvdec: fix a few memleaks as show by valgrind with the FATE test.
[20:09] <CIA-46> ffmpeg: Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
[20:10] <CIA-46> ffmpeg: 03Reimar Döffinger 07master * r7cbb32e461 10ffmpeg/libavfilter/vf_deshake.c: (log message trimmed)
[20:10] <CIA-46> ffmpeg: Use an int MotionVector for find_block_motion.
[20:10] <CIA-46> ffmpeg: Using the double variant causes several pointless conversions between
[20:10] <CIA-46> ffmpeg: double and int.
[20:10] <CIA-46> ffmpeg: Worse, one of the conversions is in an inner loop together with a
[20:10] <CIA-46> ffmpeg: function using MMX, resulting in undefined behaviour.
[20:10] <CIA-46> ffmpeg: Based on debugging by Ray Simard.
[20:35] <michaelni> durandal_1707, can i see this issue somehow ? (samplefile/code) ?
[20:36] <durandal_1707> michaelni: issue #104
[20:37] <durandal_1707> for code just abuse and modify vcr2 functions
[21:43] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.8 * r97f23c72a3 10ffmpeg/libavcodec/vorbisdec.c: (log message trimmed)
[21:43] <CIA-46> ffmpeg: vorbisdec: Fix decoding bug with channel handling
[21:43] <CIA-46> ffmpeg: Fixes Bug: #191
[21:43] <CIA-46> ffmpeg: Chromium Bug: #101458
[21:43] <CIA-46> ffmpeg: CVE-2011-3895
[21:43] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[21:43] <CIA-46> ffmpeg: (cherry picked from commit e6d527ff729e42d80e4756cab779ff4ad693631b)
[21:43] <CIA-46> ffmpeg: 03Chris Evans 07release/0.8 * rb0283ccb9e 10ffmpeg/libavcodec/vorbisdec.c: (log message trimmed)
[21:43] <CIA-46> ffmpeg: vorbis: An additional defense in the Vorbis codec.
[21:43] <CIA-46> ffmpeg: Fixes Bug: #190
[21:43] <CIA-46> ffmpeg: Chromium Bug: #100543
[21:43] <CIA-46> ffmpeg: Related to CVE-2011-3893
[21:43] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[21:43] <CIA-46> ffmpeg: (cherry picked from commit afb2aa537954db537d54358997b68f46561fd5a7)
[21:43] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.8 * r8f17d7dd4b 10ffmpeg/RELEASE: Update RELEASE file for 0.7.4
[21:43] <CIA-46> ffmpeg: 03Ronald S. Bultje 07release/0.8 * rdd8228dcff 10ffmpeg/libswscale/x86/swscale_template.c: 
[21:43] <CIA-46> ffmpeg: swscale: fix crash in fast_bilinear code when compiled with -mred-zone.
[21:43] <CIA-46> ffmpeg: Additional comments from Måns Rullgard have been integrated
[21:43] <CIA-46> ffmpeg: by Reinhard Tartler.
[21:43] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[21:43] <CIA-46> ffmpeg: (cherry picked from commit b14fa5572c2a3bb1d8cd6327c4687a2eee363bbb)
[21:43] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[21:43] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.8 * rd4653e882f 10ffmpeg/Changelog: Update Changelog for 0.7.4 release
[21:43] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * r1c1af2af0d 10ffmpeg/: (log message trimmed)
[21:43] <CIA-46> ffmpeg: Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
[21:43] <CIA-46> ffmpeg: * qatar/release/0.7:
[21:43] <CIA-46> ffmpeg:  Update Changelog for 0.7.4 release
[21:43] <CIA-46> ffmpeg:  Update RELEASE file for 0.7.4
[21:43] <CIA-46> ffmpeg:  swscale: fix crash in fast_bilinear code when compiled with -mred-zone.
[21:44] <CIA-46> ffmpeg:  vorbis: An additional defense in the Vorbis codec.
[22:03] <CIA-46> ffmpeg: 03Stefano Sabatini 07release/0.8 * rc4cc8584d0 10ffmpeg/libavfilter/avfilter.c: 
[22:03] <CIA-46> ffmpeg: lavfi: add missing check in avfilter_filter_samples()
[22:03] <CIA-46> ffmpeg: Avoid out-of-buffer data access when nb_channels is 8.
[22:03] <CIA-46> ffmpeg: (cherry picked from commit ae21776207e8a2bbe268e7c9e203f7599dd87ddb)
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * r56173eabb6 10ffmpeg/libavcodec/j2k_dwt.c: 
[22:03] <CIA-46> ffmpeg: j2kdec: Fix integer overflow leading to a segfault
[22:03] <CIA-46> ffmpeg: Fixes Ticket776
[22:03] <CIA-46> ffmpeg: Bug found by: Diana Elena Muscalu
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: (cherry picked from commit 1f99939a6361e2e6d6788494dd7c682b051c6c34)
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * rd80db23e7d 10ffmpeg/libavcodec/ws-snd1.c: 
[22:03] <CIA-46> ffmpeg: ws_snd1: Fix wrong samples count and crash.
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: (cherry picked from commit 5257743aee0c3982f0079e6553aabc6aa39401d2)
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * r049b08d04c 10ffmpeg/libavcodec/atrac3.c: 
[22:03] <CIA-46> ffmpeg: atrac3: Fix crash in tonal component decoding.
[22:03] <CIA-46> ffmpeg: Fixes Ticket780
[22:03] <CIA-46> ffmpeg: Bug Found by: cosminamironesei
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * r6f0e349a02 10ffmpeg/libavcodec/aacsbr.c: 
[22:03] <CIA-46> ffmpeg: aacsbr: Fix memory corruption.
[22:03] <CIA-46> ffmpeg: Fixes Ticket760 and Ticket761
[22:03] <CIA-46> ffmpeg: Bug Found by: Diana Elena Muscalu
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: (cherry picked from commit 944f5b2779e4aa63f7624df6cd4de832a53db81b)
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * r8935e7474a 10ffmpeg/libavcodec/shorten.c: 
[22:03] <CIA-46> ffmpeg: shorten: Fix invalid free()
[22:03] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:03] <CIA-46> ffmpeg: (cherry picked from commit 18bcfc912e48bf77a5202a0e24a3b884b9b2ff2c)
[22:04] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:04] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * r4ad5618210 10ffmpeg/libavcodec/j2kdec.c: 
[22:04] <CIA-46> ffmpeg: j2kdec: Fix crash in get_qcx
[22:04] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:04] <CIA-46> ffmpeg: (cherry picked from commit 282bb02839b1ce73963c8e3ee46804f1ade8b12a)
[22:04] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:04] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * r8454d81ebe 10ffmpeg/libavcodec/h264_ps.c: 
[22:04] <CIA-46> ffmpeg: h264: check chroma_format_idc range.
[22:04] <CIA-46> ffmpeg: Fixes Ticket758
[22:04] <CIA-46> (9 lines omitted)
[22:08] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.6 * r42f0a66968 10ffmpeg/libavcodec/vorbis_dec.c: (log message trimmed)
[22:08] <CIA-46> ffmpeg: vorbisdec: Fix decoding bug with channel handling
[22:08] <CIA-46> ffmpeg: Fixes Bug: #191
[22:08] <CIA-46> ffmpeg: Chromium Bug: #101458
[22:08] <CIA-46> ffmpeg: CVE-2011-3895
[22:08] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[22:08] <CIA-46> ffmpeg: (cherry picked from commit e6d527ff729e42d80e4756cab779ff4ad693631b)
[22:08] <CIA-46> ffmpeg: 03Chris Evans 07release/0.6 * ra5e0afe3c9 10ffmpeg/libavcodec/vorbis_dec.c: (log message trimmed)
[22:08] <CIA-46> ffmpeg: vorbis: An additional defense in the Vorbis codec.
[22:08] <CIA-46> ffmpeg: Fixes Bug: #190
[22:08] <CIA-46> ffmpeg: Chromium Bug: #100543
[22:08] <CIA-46> ffmpeg: Related to CVE-2011-3893
[22:08] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[22:08] <CIA-46> ffmpeg: (cherry picked from commit afb2aa537954db537d54358997b68f46561fd5a7)
[22:08] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.6 * r62c4739348 10ffmpeg/ (Changelog RELEASE): Release notes and changelog for 0.6.5
[22:08] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.6 * re85296beae 10ffmpeg/: (log message trimmed)
[22:08] <CIA-46> ffmpeg: Merge remote-tracking branch 'qatar/release/0.6' into release/0.6
[22:08] <CIA-46> ffmpeg: * qatar/release/0.6:
[22:08] <CIA-46> ffmpeg:  Release notes and changelog for 0.6.5
[22:14] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.6 * r431cf16963 10ffmpeg/libavcodec/h264_ps.c: 
[22:14] <CIA-46> ffmpeg: h264: check chroma_format_idc range.
[22:14] <CIA-46> ffmpeg: Fixes Ticket758
[22:14] <CIA-46> ffmpeg: Bug found by: Diana Elena Muscalu
[22:14] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:14] <CIA-46> ffmpeg: (cherry picked from commit 7fff64e00d886fde11d61958888c82b461cf99b9)
[22:14] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:15] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.6 * r1014e20492 10ffmpeg/libavcodec/atrac3.c: 
[22:15] <CIA-46> ffmpeg: atrac3: Fix crash in tonal component decoding.
[22:15] <CIA-46> ffmpeg: Fixes Ticket780
[22:15] <CIA-46> ffmpeg: Bug Found by: cosminamironesei
[22:15] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:15] <CIA-46> ffmpeg: (cherry picked from commit 9af6abdc17deb95c9b1f1d9242ba49b8b5e0b016)
[22:15] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:18] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.5 * refd453d82d 10ffmpeg/libavcodec/vorbis_dec.c: (log message trimmed)
[22:18] <CIA-46> ffmpeg: vorbisdec: Fix decoding bug with channel handling
[22:18] <CIA-46> ffmpeg: Fixes Bug: #191
[22:18] <CIA-46> ffmpeg: Chromium Bug: #101458
[22:18] <CIA-46> ffmpeg: CVE-2011-3895
[22:18] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[22:18] <CIA-46> ffmpeg: (cherry picked from commit e6d527ff729e42d80e4756cab779ff4ad693631b)
[22:18] <CIA-46> ffmpeg: 03Chris Evans 07release/0.5 * r6b01bcebb9 10ffmpeg/libavcodec/vorbis_dec.c: (log message trimmed)
[22:18] <CIA-46> ffmpeg: vorbis: An additional defense in the Vorbis codec.
[22:18] <CIA-46> ffmpeg: Fixes Bug: #190
[22:18] <CIA-46> ffmpeg: Chromium Bug: #100543
[22:18] <CIA-46> ffmpeg: Related to CVE-2011-3893
[22:18] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[22:18] <CIA-46> ffmpeg: (cherry picked from commit afb2aa537954db537d54358997b68f46561fd5a7)
[22:18] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.5 * r1eb7872238 10ffmpeg/: (log message trimmed)
[22:18] <CIA-46> ffmpeg: Merge remote-tracking branch 'qatar/release/0.5' into release/0.5
[22:25] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.7 * r97f23c72a3 10ffmpeg/libavcodec/vorbisdec.c: (log message trimmed)
[22:25] <CIA-46> ffmpeg: vorbisdec: Fix decoding bug with channel handling
[22:25] <CIA-46> ffmpeg: Fixes Bug: #191
[22:25] <CIA-46> ffmpeg: Chromium Bug: #101458
[22:25] <CIA-46> ffmpeg: CVE-2011-3895
[22:25] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[22:25] <CIA-46> ffmpeg: (cherry picked from commit e6d527ff729e42d80e4756cab779ff4ad693631b)
[22:25] <CIA-46> ffmpeg: 03Chris Evans 07release/0.7 * rb0283ccb9e 10ffmpeg/libavcodec/vorbisdec.c: (log message trimmed)
[22:25] <CIA-46> ffmpeg: vorbis: An additional defense in the Vorbis codec.
[22:25] <CIA-46> ffmpeg: Fixes Bug: #190
[22:25] <CIA-46> ffmpeg: Chromium Bug: #100543
[22:25] <CIA-46> ffmpeg: Related to CVE-2011-3893
[22:26] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[22:26] <CIA-46> ffmpeg: (cherry picked from commit afb2aa537954db537d54358997b68f46561fd5a7)
[22:26] <CIA-46> ffmpeg: 03Ronald S. Bultje 07release/0.7 * rdd8228dcff 10ffmpeg/libswscale/x86/swscale_template.c: 
[22:26] <CIA-46> ffmpeg: swscale: fix crash in fast_bilinear code when compiled with -mred-zone.
[22:26] <CIA-46> ffmpeg: Additional comments from Måns Rullgard have been integrated
[22:26] <CIA-46> ffmpeg: by Reinhard Tartler.
[22:26] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[22:26] <CIA-46> ffmpeg: (cherry picked from commit b14fa5572c2a3bb1d8cd6327c4687a2eee363bbb)
[22:26] <CIA-46> ffmpeg: Signed-off-by: Reinhard Tartler <siretart at tauware.de>
[22:26] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.7 * r8f17d7dd4b 10ffmpeg/RELEASE: Update RELEASE file for 0.7.4
[22:26] <CIA-46> ffmpeg: 03Reinhard Tartler 07release/0.7 * rd4653e882f 10ffmpeg/Changelog: Update Changelog for 0.7.4 release
[22:26] <CIA-46> ffmpeg: 03Stefano Sabatini 07release/0.7 * rc4cc8584d0 10ffmpeg/libavfilter/avfilter.c: 
[22:26] <CIA-46> ffmpeg: lavfi: add missing check in avfilter_filter_samples()
[22:26] <CIA-46> ffmpeg: Avoid out-of-buffer data access when nb_channels is 8.
[22:26] <CIA-46> ffmpeg: (cherry picked from commit ae21776207e8a2bbe268e7c9e203f7599dd87ddb)
[22:26] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:27] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.5 * r8e101086eb 10ffmpeg/ (RELEASE VERSION): 
[22:27] <CIA-46> ffmpeg: update for 0.5.8
[22:27] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:27] <CIA-46> ffmpeg: 03Michael Niedermayer 07release/0.8 * r3a3f2b515f 10ffmpeg/ (Doxyfile RELEASE VERSION): 
[22:27] <CIA-46> ffmpeg: Update for 0.8.10
[22:27] <CIA-46> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:52] <ubitux> mmh i wonder if ffserver could take multiple input sources
[22:52] <ubitux> if so, i think it should be easy to write a confcall system
[22:53] <ubitux> a ffserver grabbing multiple sources, client pushing webcam+audio to it and using ffplay to play the other users streams (with a filtergraph mashup with overlay, pan+amerge)
[23:00] <ubitux> pan+amerge, or amix :)
[23:22] <CIA-46> ffmpeg: 03Carl Eugen Hoyos 07master * r2c90204598 10ffmpeg/libavcodec/mjpegdec.c: 
[23:22] <CIA-46> ffmpeg: Fix decoding of progressive jpgs with unusual pixel formats.
[23:22] <CIA-46> ffmpeg: Fixes ticket #892.
[23:28] <michaelni> ubitux, sounds interresting
[23:32] <ubitux> i find quite unbelievable that no real open source system exists for conf calls :/
[23:34] <ubitux> btw, i'm building clang/llvm with ioc
[23:37] <michaelni> ubitux, :)
[23:38] <ubitux> it takes some time, building llvm + valgrind/fate is a bit too much for the machine ;)
[23:38] <ubitux> (celeron 2.6)
[23:38] <michaelni> btw, i wonder if anyone knows how to use clang + valgrind so that valgrind shows line numbers
[23:40] <michaelni> i tried various -O and -g combinations
[23:40] <Compn> ubitux : theres lots of apps that do voice chat with multiple people
[23:40] <ubitux> Compn: really? i didn't find any
[23:40] <ubitux> atm the only existing solution i see is g+ hangup
[23:41] <ubitux> but i don't want to create an account on this
[23:41] Action: Compn googles
[23:41] <ubitux> livemeeting (ms stuff) doesn't work on linux (even if it seems to have some non-working java applet)
[23:41] <ubitux> (and doesn't work really on windows either btw)
[23:42] <ubitux> skype has a multiple ppl video system, but windows only and it's not free
[23:42] <Compn> oh ,  i was thinking windows programs
[23:42] <Compn> lets seeeee
[23:43] <Compn> what about teamspeak for linux ?
[23:43] <ubitux> only audio afaik
[23:43] <gnafu> Not open source, but Adobe Connect works well across Windows, Mac, and Linux.
[23:43] <ubitux> same for mumble (not sure it's the name)
[23:43] <Compn> heh videochat
[23:44] <gnafu> Each participant can send and receive video and audio, and presenters can share application windows or desktops, and there is a whiteboard feature and such.
[23:44] <ubitux> it's free?
[23:44] <gnafu> No :-(.
[23:44] <gnafu> But for what it costs, I find it to be very nice.
[23:44] <Compn> theres gotomeeting
[23:44] <Compn> but thats not free 
[23:44] <Compn> and a hack for linux support
[23:45] <Compn> oh there was 'dimdim' 
[23:46] <Compn> but its not open source anymore
[23:46] <Compn> ubitux : http://www.bigbluebutton.org/
[23:46] <Compn> there
[23:46] <gnafu> I'm hoping WebRTC makes some of these kinds of things easier to do freely in the browser.
[23:47] <Compn> BigBlueButton is an open source web conferencing system built on over fourteen open source components to create an integrated solution that runs on mac, unix, or PC computers. In the true sense of open source, we invite you to try out and participate in our project.
[23:47] <ubitux> let me check :)
[23:47] <ubitux> thx
[23:49] <ubitux> mpf. !@$ flash; i still can't click on the accept/cancel security check&
[23:49] <ubitux> it's been years i have this issue, and not a single flash update solved it
[23:51] <Compn> what flash security check ?
[23:51] Action: Compn never seen one
[23:51] <Compn> use an updated browser 
[23:52] <ubitux> if you want to share the webcam, you need to allow flash to access it
[23:52] <ubitux> and thus there is a popup
[23:52] <Compn> oh
[23:52] <ubitux> michaelni: yes i'm not able to get them either
[23:52] <ubitux> i guess that's not yet supported
[23:53] <gnafu> Hmm, I've not had problem clicking the button to allow.
[23:53] <gnafu> s/had problem/had a problem/
[23:53] <gnafu> ubitux: Do you have nspluginwrapper installed?
[23:54] <gnafu> I wonder if that's interfering.
[23:55] <ubitux> no
[23:55] <Compn> what web browser / version ?
[23:56] <ubitux> i tried with firefox9 and chromium 16
[23:56] <ubitux> but i have this issue since firefox3 (when i actually noticed it, but it might already existed for long)
[23:57] <gnafu> What OS do you use?
[23:58] <ubitux> archlinux, 64bits
[23:58] <ubitux> but i was able to reproduce the exact same issue using an ubuntu vm
[23:58] <Compn> 64bits :)
[23:59] Action: gnafu uses Fedora 64-bit with 64-bit Flash in Firefox 9 without issue.
[23:59] <ubitux> (i reported the issue but they didn't seem to be able to reproduce it)
[23:59] <gnafu> It is odd that it doesn't happen in other distros.
[23:59] <ubitux> it happens in ubuntu with my tests
[23:59] <gnafu> Strange.
[23:59] <ubitux> but well i must be cursed
[23:59] <gnafu> I wonder what Fedora does differently.
[23:59] <ubitux> or totally stupid
[00:00] --- Fri Jan 13 2012


More information about the Ffmpeg-devel-irc mailing list