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

burek burek021 at gmail.com
Sun Apr 1 02:05:03 CEST 2012


[00:18] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * ra79af8e8cb 10ffmpeg/libavcodec/dct-test.c: 
[00:18] <CIA-17> ffmpeg: dcttest: put ff_prores_idct_put_10_sse2_wrap under HAVE_YASM
[00:18] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[10:30] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rc5f9a66f74 10ffmpeg/libavfilter/avfilter.c: 
[10:30] <CIA-17> ffmpeg: avfilter: allow freeing NULL.
[10:30] <CIA-17> ffmpeg: this way avfilter_free() can be called without NULL checks.
[10:30] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[10:30] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r2d54bbb950 10ffmpeg/libavfilter/vsrc_buffer.c: 
[10:30] <CIA-17> ffmpeg: vsrc_buffer: Store allocated scale filter and free it later.
[10:30] <CIA-17> ffmpeg: Fixes a memleak.
[10:30] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[12:28] <ubitux> i'm moving my fate instances to a new machine; except a few fate failures 
[12:28] <ubitux> (i may have forgot some packages or so)
[12:38] <CIA-17> ffmpeg: 03Reimar Döffinger 07master * re0ad7f74c7 10ffmpeg/libavformat/mov.c: 
[12:38] <CIA-17> ffmpeg: MOV: bail out to toplevel when encountering a trak or mdat chunk.
[12:38] <CIA-17> ffmpeg: This patch fixes the sample from trac issue #733.
[12:38] <CIA-17> ffmpeg: The issue is that the size of the trak elements is coded
[12:38] <CIA-17> ffmpeg: too large, so that the next trak element would be parsed
[12:38] <CIA-17> ffmpeg: as part of the first and truncated incorrectly.
[12:38] <CIA-17> ffmpeg: Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
[12:38] <CIA-17> ffmpeg: 03Reimar Döffinger 07master * r50059bde77 10ffmpeg/libavformat/ (isom.h mov.c): (log message trimmed)
[12:38] <CIA-17> ffmpeg: MOV: Fix old-style muxed raw-audio data.
[12:38] <CIA-17> ffmpeg: This patch fixes the sample from trac issue #522.
[12:38] <CIA-17> ffmpeg: The issue is that the mov demuxer insists on using its
[12:38] <CIA-17> ffmpeg: calculated sample_size (which is nonsense for old-style tracks)
[12:38] <CIA-17> ffmpeg: instead of the one encoded in the track.
[12:38] <CIA-17> ffmpeg: The old raw audio code should be using the value in stsz, because
[12:39] <CIA-17> ffmpeg: Fixes trac issue #656.
[12:39] <CIA-17> ffmpeg: Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
[13:04] <michaelni> ubitux, np
[13:05] Action: michaelni wonders if this will be the last move or if the next box will have problems liek some previous (IIRC)
[13:15] <ubitux> i hope no :(
[13:16] <ubitux> i stopped with french services, should be better ;)
[13:16] <ubitux> also i have a raid this time
[15:56] <CIA-17> ffmpeg: 03Stefano Sabatini 07master * r95ce0ddcfe 10ffmpeg/libavfilter/vf_fade.c: 
[15:56] <CIA-17> ffmpeg: lavfi/fade: fix black level for non studio-level pixel formats
[15:56] <CIA-17> ffmpeg: Fix trac ticket #1139, regression introduced in 8c1fb50d077d5f954.
[16:50] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rd2a6074359 10ffmpeg/tests/ref/lavfi/fade: 
[16:50] <CIA-17> ffmpeg: fate: update regression checksum due to 95ce0ddcfe99182365e0e57f5f41d7f1a01c57eb
[16:50] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:50] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r874ac0b1fd 10ffmpeg/libavcodec/indeo5.c: 
[16:50] <CIA-17> ffmpeg: indeo5: change AVCodecContext w/h when internal ones change.
[16:50] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[16:50] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:50] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r12038ab16d 10ffmpeg/libavcodec/ivi_dsp.c: 
[16:50] <CIA-17> ffmpeg: ividsp: zero pitch so as not to overread
[16:50] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[16:50] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[16:50] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rf9143d2407 10ffmpeg/libavcodec/ivi_dsp.c: 
[16:50] <CIA-17> ffmpeg: ividsp: prevent pointers from going outside and overreading.
[16:50] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[17:08] <ubitux> mmh
[17:09] <ubitux> bluray wrapper is merged but not dvd one?
[18:02] <michaelni> ubitux, was there a dvd patch that was ready?
[18:02] <michaelni> i see a some "work in progress" code 
[18:02] <michaelni> on the mL
[18:02] <michaelni> ML
[18:04] <ubitux> yup that's possible
[18:04] <ubitux> i don't remember the outcome :)
[18:15] <michaelni> someone should get the patch into shape and commit it or put a clone up on github maybe
[18:15] <michaelni> where people can collaborate to get it into shape
[19:11] <Compn> a dvdread wrapper?
[22:32] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * rd3db8988d5 10ffmpeg/libavcodec/indeo4.c: 
[22:32] <CIA-17> ffmpeg: indeo4: check that num_mbs matches
[22:32] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[22:32] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:32] <CIA-17> ffmpeg: 03Michael Niedermayer 07master * r3768445be8 10ffmpeg/libavcodec/truemotion2.c: 
[22:32] <CIA-17> ffmpeg: tm2dec: fix overread
[22:32] <CIA-17> ffmpeg: Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
[22:32] <CIA-17> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[00:00] --- Sun Apr  1 2012


More information about the Ffmpeg-devel-irc mailing list