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

burek burek021 at gmail.com
Thu Jun 7 02:05:03 CEST 2012


[01:21] <CIA-119> ffmpeg: 03Anton Khirnov 07master * r3ffa233595 10ffmpeg/avconv.c: 
[01:21] <CIA-119> ffmpeg: avconv: don't use InputStream in the buffer management code.
[01:21] <CIA-119> ffmpeg: Use just the pointer to the head of the buffer pool.
[01:21] <CIA-119> ffmpeg: This will allow sharing the code with avplay.
[01:21] <CIA-119> ffmpeg: 03Anton Khirnov 07master * re58b75f7ff 10ffmpeg/avconv.c: 
[01:21] <CIA-119> ffmpeg: avconv: fix exiting when max frames is reached.
[01:21] <CIA-119> ffmpeg: frame number should never be strictly larger than max frames, so the
[01:21] <CIA-119> ffmpeg: if() was never triggered.
[01:21] <CIA-119> ffmpeg: 03Anton Khirnov 07master * rd55c2e05b5 10ffmpeg/ (avconv.c cmdutils.c cmdutils.h): 
[01:21] <CIA-119> ffmpeg: avtools: move buffer management code from avconv to cmdutils.
[01:21] <CIA-119> ffmpeg: It will be used by avplay.
[01:21] <CIA-119> ffmpeg: 03Kostya Shishkov 07master * rb56825c40e 10ffmpeg/libavcodec/mpc8.c: 
[01:21] <CIA-119> ffmpeg: mpc8: fix maximum bands handling
[01:21] <CIA-119> ffmpeg: In Musepack SV8 codec property tell the maximum nonzero band, but every
[01:21] <CIA-119> ffmpeg: frame codes maximum band as a limit (i.e. strictly less than given value).
[01:21] <CIA-119> ffmpeg: Synthesis also expects maximum nonzero band, so there's a need to convert
[01:21] <CIA-119> ffmpeg: frame maximum band limit value.
[01:21] <CIA-119> ffmpeg: 03Anton Khirnov 07master * rb74a1da49d 10ffmpeg/libavfilter/ (35 files): 
[01:21] <CIA-119> ffmpeg: lavfi: make formats API private on next bump.
[01:21] <CIA-119> ffmpeg: It is only useful inside filters and we don't allow user filters for
[01:21] <CIA-119> ffmpeg: now.
[01:21] <CIA-119> ffmpeg: 03Kostya Shishkov 07master * r34271cabac 10ffmpeg/libavcodec/imc.c: 
[01:21] <CIA-119> ffmpeg: imc: make IMDCT support stereo output
[01:21] <CIA-119> ffmpeg: This will be useful for Indeo Audio decoder which is almost the same
[01:22] <CIA-119> ffmpeg: but supports stereo.
[01:22] <CIA-119> ffmpeg: 03Alex Converse 07master * r62bebf6edb 10ffmpeg/libavformat/utils.c: avformat: Factorize codec probing.
[01:22] <CIA-119> ffmpeg: 03Kostya Shishkov 07master * rc6061443f7 10ffmpeg/ (9 files in 4 dirs): Indeo Audio decoder
[01:22] <CIA-119> ffmpeg: 03Alex Converse 07master * rf0ff9eb493 10ffmpeg/libavformat/utils.c: avformat: Probe codecs at score 0 on buffer exhaustion conditions.
[01:22] <CIA-119> ffmpeg: 03Anton Khirnov 07master * rfa417fcd27 10ffmpeg/libavfilter/ (af_amix.c avfilter.c avfilter.h internal.h split.c): 
[01:22] <CIA-119> ffmpeg: lavfi: make avfilter_insert_pad and pals private on next bump.
[01:22] <CIA-119> ffmpeg: They are only useful inside filters and we don't allow user filters for
[01:22] <CIA-119> ffmpeg: now.
[01:22] <CIA-119> (26 lines omitted)
[05:33] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * rc8a11014b6 10ffmpeg/ffmpeg.c: 
[05:33] <CIA-119> ffmpeg: ffmpeg: use isatty() before messing with the terminal state
[05:33] <CIA-119> ffmpeg: This fixes terminal messup in case of crashes (like in make fate)
[05:33] <CIA-119> ffmpeg: Reviewed-by: François Revol <revol at free.fr>
[05:33] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[13:21] <CIA-119> ffmpeg: 03Carl Eugen Hoyos 07master * rbb32124577 10ffmpeg/libavcodec/mpc8.c: 
[13:21] <CIA-119> ffmpeg: Fix maxband limit when decoding mpc8.
[13:21] <CIA-119> ffmpeg: Fixes yesterday's merge of Kostya's fix for ticket #409.
[17:17] <CIA-119> ffmpeg: 03Reimar Döffinger 07master * r93147daf59 10ffmpeg/ffmpeg.c: 
[17:17] <CIA-119> ffmpeg: ffmpeg: avoid a confusing and easy to break if().
[17:17] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[17:17] <CIA-119> ffmpeg: 03Matthieu Bouron 07master * rf6d952f584 10ffmpeg/ (3 files in 2 dirs): 
[17:17] <CIA-119> ffmpeg: mxfenc: write optional field dominance flag in picture description
[17:17] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[18:50] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * r33775c3507 10ffmpeg/libavcodec/aaccoder.c: 
[18:50] <CIA-119> ffmpeg: search_for_quantizers_faac: fix curband
[18:50] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[18:50] <CIA-119> ffmpeg: 03Philip Langdale 07master * r92c065f93f 10ffmpeg/ffmpeg.c: 
[18:50] <CIA-119> ffmpeg: ffmpeg: Set duration on encoded subtitle packets.
[18:50] <CIA-119> ffmpeg: Currently, we don't set the duration on the packet of a newly
[18:50] <CIA-119> ffmpeg: encoded subtitle. This information may be required by the
[18:50] <CIA-119> ffmpeg: muxer.
[18:50] <CIA-119> ffmpeg: Signed-off-by: Philip Langdale <philipl at overt.org>
[18:50] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[20:05] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * r317ca0d3f7 10ffmpeg/libavcodec/mpegvideo.c: 
[20:05] <CIA-119> ffmpeg: mpegvideo: fix out of heap array accesses
[20:05] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[20:05] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * r2f23a8ab17 10ffmpeg/libavutil/mathematics.c: 
[20:05] <CIA-119> ffmpeg: libavutil/mathematics: use av_assert()
[20:05] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[20:05] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * r58e4adb6f7 10ffmpeg/libavutil/integer.c: 
[20:05] <CIA-119> ffmpeg: libavutil/integer: use av_assert
[20:05] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[20:18] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * r6e6dd9995b 10ffmpeg/libswresample/resample_template.c: 
[20:18] <CIA-119> ffmpeg: resample_template: use av_assert
[20:18] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[20:19] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * r28e4f906fa 10ffmpeg/libavcodec/golomb.h: 
[20:19] <CIA-119> ffmpeg: golomb: use av_assert
[20:19] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[21:28] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * r62eace231c 10ffmpeg/libavcodec/put_bits.h: 
[21:28] <CIA-119> ffmpeg: put_bits: use av_assert
[21:28] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[21:28] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * reeba7c874b 10ffmpeg/libavcodec/wmv2enc.c: 
[21:28] <CIA-119> ffmpeg: wmv2enc: use av_assert
[21:28] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[21:28] <CIA-119> ffmpeg: 03Michael Niedermayer 07master * rc3b6efa4cb 10ffmpeg/libavcodec/sinewin_tablegen.h: 
[21:28] <CIA-119> ffmpeg: sinewin_tablegen: use av_assert
[21:28] <CIA-119> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[23:36] <CIA-119> ffmpeg: 03Stefano Sabatini 07master * r20689670c8 10ffmpeg/tools/graph2dot.c: tools/graph2dot: show input and output pad names in the link label
[23:36] <CIA-119> ffmpeg: 03Stefano Sabatini 07master * rce7266c66a 10ffmpeg/tools/graph2dot.c: tools/graph2dot: factorize code printing non-media specific link information
[23:36] <CIA-119> ffmpeg: 03Stefano Sabatini 07master * rfe16ca1b91 10ffmpeg/libavfilter/vf_libopencv.c: 
[23:36] <CIA-119> ffmpeg: lavfi/ocv: fix compilation after internalization of public functions
[23:36] <CIA-119> ffmpeg: Include missing required internal headers.
[23:36] <CIA-119> ffmpeg: 03Stefano Sabatini 07master * rad347bf459 10ffmpeg/ (4 files in 2 dirs): 
[23:36] <CIA-119> ffmpeg: lavfi: remove avfilter_default_item_name() from public API
[23:36] <CIA-119> ffmpeg: The function was introduced in 4d6a8a2bdb19 and is not used anymore
[23:36] <CIA-119> ffmpeg: outside avfilter.c.
[23:36] <CIA-119> ffmpeg: This avoids to pollute the public API with an apparently unnecessary
[23:36] <CIA-119> ffmpeg: function. The function was introduced a few days ago, so removing it from
[23:36] <CIA-119> ffmpeg: the public API should do no much harm.
[23:36] <CIA-119> ffmpeg: 03Stefano Sabatini 07master * r9083d09ebb 10ffmpeg/ffprobe.c: 
[00:00] --- Thu Jun  7 2012


More information about the Ffmpeg-devel-irc mailing list