[FFmpeg-cvslog] ffmpeg: Simplify fps code related to delta0

2015-11-15 Thread Bryan Huh
ffmpeg | branch: master | Bryan Huh | Sat Nov 14 18:26:30 2015 -0800| [1fe82abac7ecc072b83644dcd89678b50d69d23a] | committer: Michael Niedermayer ffmpeg: Simplify fps code related to delta0 Small refactor of fps code for improved readability. In particular the "cor" variable was unnecessary an

[FFmpeg-cvslog] ffmpeg: Fixing typos and adding comments to fps code

2015-11-15 Thread Bryan Huh
ffmpeg | branch: master | Bryan Huh | Sat Nov 14 18:23:20 2015 -0800| [dfa98c4f839ea8bc447f370f97840977447a41c0] | committer: Michael Niedermayer ffmpeg: Fixing typos and adding comments to fps code Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] mpegtsenc: add vc-1 support to MPEG-TS muxer (ticket 2141)

2015-11-15 Thread Hagen Schmidt
ffmpeg | branch: master | Hagen Schmidt | Thu Nov 12 22:54:18 2015 +0100| [7bf465abf3697dcddfb4021e6db9aeec1724f7ed] | committer: Michael Niedermayer mpegtsenc: add vc-1 support to MPEG-TS muxer (ticket 2141) Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avformat/utils: Do not init parser if probing is unfinished

2015-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 23:41:14 2015 +0100| [1ef336e912a7a3a13a9933825a56c421f891e44b] | committer: Michael Niedermayer avformat/utils: Do not init parser if probing is unfinished Fixes assertion failure Fixes: 136f8b8d47af7892306625e597dee655/signal_sigabr

[FFmpeg-cvslog] avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height

2015-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 22:05:04 2015 +0100| [0eb7de19736891a9386ab66549f780e904a3b6a7] | committer: Michael Niedermayer avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height Fixes: 03e0abe721b1174856d41a1eb5d6a896/signal_sigabr

[FFmpeg-cvslog] avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions

2015-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 21:17:05 2015 +0100| [65d3359fb366ea265a8468d76a111cb7352f0b55] | committer: Michael Niedermayer avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range

2015-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 21:12:50 2015 +0100| [6ef819c40bcc2175edba7ce9e20c3036c01b36b9] | committer: Michael Niedermayer avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range Fixes potential integer overflows Fixes: 03e0abe721b1174856d41

[FFmpeg-cvslog] avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component( )

2015-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 20:03:39 2015 +0100| [016fd413f9168816924f21c0c1ffb578f7226221] | committer: Michael Niedermayer avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component() Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] avcodec/jpeg2000: Check comp coords to be within the supported size

2015-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 20:49:17 2015 +0100| [a1a8cbcb35ef2759a66b4f0875785e4b3f277057] | committer: Michael Niedermayer avcodec/jpeg2000: Check comp coords to be within the supported size Fixes assertion failure Fixes: 03e0abe721b1174856d41a1eb5d6a896/signa

[FFmpeg-cvslog] fate: add concat demuxer tests

2015-11-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Oct 24 15:39:18 2015 +0200| [a01046c90c9a8ace6105fcef6cd7964edae62357] | committer: Marton Balint fate: add concat demuxer tests Reviewed-by: Nicolas George Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/wmaprodec: Check for overread in decode_packet()

2015-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 18:18:40 2015 +0100| [7ad698e24e6b9dde57c4e01c145bcddfe9d6e4a3] | committer: Michael Niedermayer avcodec/wmaprodec: Check for overread in decode_packet() Fixes assertion failure Fixes: 0256e92df2df7e933b43a2c70e4c8040/signal_sigabrt_7

[FFmpeg-cvslog] avcodec/faandct: use more accurate constants

2015-11-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Nov 13 11:19:33 2015 -0500| [064ced5dc147c9b5a33807a90f07037feec57cbe] | committer: Ganesh Ajjanagadde avcodec/faandct: use more accurate constants This guarantees a "best effort precision". Reviewed-by: Michael Niedermayer Signed-off-by: Ga

[FFmpeg-cvslog] swresample/resample: remove redundant L for floating literal

2015-11-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Nov 15 10:12:55 2015 -0500| [0bd0af6e6836c84a375ab324c7440812a3e8622a] | committer: Ganesh Ajjanagadde swresample/resample: remove redundant L for floating literal It is inherently double precision, and 1.0 is perfectly represented anyway. Si

[FFmpeg-cvslog] avcodec/smacker: Check that the data size is a multiple of a sample vector

2015-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 15 14:52:08 2015 +0100| [4a9af07a49295e014b059c1ab624c40345af5892] | committer: Michael Niedermayer avcodec/smacker: Check that the data size is a multiple of a sample vector Fixes out of array access Fixes: ce19e41f0ef1e52a23edc488faecd

[FFmpeg-cvslog] avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec

2015-11-15 Thread Rainer Hochecker
ffmpeg | branch: master | Rainer Hochecker | Sun Nov 15 13:58:50 2015 +0100| [2d8c2f1a28073d451c7db31291c333cb15ca3d0b] | committer: Michael Niedermayer avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec Fixes a mpegts file

[FFmpeg-cvslog] mpegvideo: clear overread in clear_context

2015-11-15 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Nov 14 22:46:46 2015 +0100| [6a69a175e7b5c5393528ed0f5753e41573fa0df2] | committer: Andreas Cadhalpun mpegvideo: clear overread in clear_context Otherwise the h263p decoder can try to copy overread bytes, even though buffer is NULL. Reviewed-b

[FFmpeg-cvslog] lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability

2015-11-15 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Nov 2 10:34:20 2015 +0100| [0cdc77f1040c2c7eb9331b43a7f371ab60396b2a] | committer: Matthieu Bouron lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0cdc77f1040c2c7eb9331b4

[FFmpeg-cvslog] lavc/mjpegdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability

2015-11-15 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Nov 2 10:32:51 2015 +0100| [ad0203d7b026d97d7c2127383f944ce0674fc227] | committer: Matthieu Bouron lavc/mjpegdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad0203d7b026d97d7c212

[FFmpeg-cvslog] lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2015-11-15 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Nov 2 10:27:58 2015 +0100| [e162542e156ac02c96c80c3dd47bdcd13ad20dbf] | committer: Matthieu Bouron lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM The decoder extracts and fills its parameters even if the frame is skipped due to the skip_f