[FFmpeg-cvslog] refine avformat/flvdec set bit_rate

2016-11-25 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Nov 26 11:28:22 2016 +0800| [af7d0ad983a1f049f4d2ef64716cb81ae724d9cc] | committer: Steven Liu refine avformat/flvdec set bit_rate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af7d0ad983a1f049f4d2ef64716cb81ae724d9cc --- libavformat/f

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 26bd9fc web/download: add 3.2.1

2016-11-25 Thread ffmpeg-git
The branch, master has been updated via 26bd9fcc758ec38d5a501bf9d0136ef90dd27838 (commit) from 2a339972c576b7b97995adaa3793e8ed4415266e (commit) - Log - commit 26bd9fcc758ec38d5a501bf9d0136ef90dd27838 Author: Micha

[FFmpeg-cvslog] Tag n3.2.1 : FFmpeg 3.2.1 release

2016-11-25 Thread git
[ffmpeg] [branch: refs/tags/n3.2.1] Tag:cfff8a663c2746f6aae3e102e562dcb46280381d > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=cfff8a663c2746f6aae3e102e562dcb46280381d Tagger: Michael Niedermayer Date: Sat Nov 26 04:10:00 2016 +0100 FFmpeg 3.2.1 release __

[FFmpeg-cvslog] avformat/flvenc: fix ticket 5976 and use old commit

2016-11-25 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Nov 26 08:52:19 2016 +0800| [ee24c8ad011272ffd1a6daaf3f0128ace8663c18] | committer: Steven Liu avformat/flvenc: fix ticket 5976 and use old commit mythtv have problem with non-seekable dont write duration and filesize and there have problem with some

[FFmpeg-cvslog] avformat/flvdec: move set bit_rate from parse AMF OBJECT to

2016-11-25 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Nov 26 08:56:18 2016 +0800| [7c5478a2035e4c0b6fcf3c597c745669ccb698e0] | committer: Steven Liu avformat/flvdec: move set bit_rate from parse AMF OBJECT to create_stream before patch: Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x714 [SA

[FFmpeg-cvslog] swresample/soxr: fix invalid use of linear_interp

2016-11-25 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Fri Nov 25 16:39:34 2016 +0700| [da34e4e13238b755bb0e6ebf549015797d9b4467] | committer: Muhammad Faiz swresample/soxr: fix invalid use of linear_interp give very bad quality for soxr resampler. linear_interp is intended for using linear interpolation

[FFmpeg-cvslog] avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is already ASC

2016-11-25 Thread James Almer
ffmpeg | branch: release/3.2 | James Almer | Thu Nov 24 21:10:47 2016 -0300| [c269c43a83166003ab6649263bc60634a6b7866f] | committer: James Almer avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is already ASC Fixes ticket #5973 Reviewed-by: Hendrik Leppkes Signed-off-

[FFmpeg-cvslog] softfloat: decrease MIN_EXP to cover full float range

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Fri Nov 25 00:26:51 2016 +0100| [ad8203662613b4d0cb8342b267f748eeb0e968a0] | committer: Andreas Cadhalpun softfloat: decrease MIN_EXP to cover full float range floats are not necessarily normalized, so a normalized softfloat needs MIN_EXP lowe

[FFmpeg-cvslog] smacker: limit recursion depth of smacker_decode_bigtree

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Sat Nov 19 14:21:11 2016 +0100| [d8364f4e1d0ca21bde85dab11b02823712dea97c] | committer: Andreas Cadhalpun smacker: limit recursion depth of smacker_decode_bigtree This fixes segmentation faults due to stack-overflow caused by too deep recursio

[FFmpeg-cvslog] rmdec: validate block alignment

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Thu Nov 17 22:46:40 2016 +0100| [e00fec907ff89a370503ca0df9386819d3103c98] | committer: Andreas Cadhalpun rmdec: validate block alignment This fixes division by zero crashes. Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] mxfdec: fix NULL pointer dereference in mxf_read_packet_old

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Thu Nov 17 22:53:51 2016 +0100| [7d0cc12a565db47c6fca16177b273c4c11efdea8] | committer: Andreas Cadhalpun mxfdec: fix NULL pointer dereference in mxf_read_packet_old Metadata streams have priv_data set to NULL. Reviewed-by: Josh de Kock Sign

[FFmpeg-cvslog] mss2: only use error correction for matching block counts

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Thu Nov 24 23:57:46 2016 +0100| [d147114b9de0aa443388b429aad3a71859bf2af6] | committer: Andreas Cadhalpun mss2: only use error correction for matching block counts This fixes a heap-buffer-overflow in ff_er_frame_end when decoding mss2 with co

[FFmpeg-cvslog] libopusdec: default to stereo for invalid number of channels

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Mon Nov 14 21:41:45 2016 +0100| [a6a2d9d1e546ecb7a697cfbc9f392f577e4d868c] | committer: Andreas Cadhalpun libopusdec: default to stereo for invalid number of channels This fixes an out-of-bounds read if avc->channels is 0. Reviewed-by: Michae

[FFmpeg-cvslog] Update Changelog

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Fri Nov 25 22:23:39 2016 +0100| [6f3e3cb8baccb6f86f60892d99a81beee7db0b60] | committer: Andreas Cadhalpun Update Changelog Signed-off-by: Andreas Cadhalpun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6f3e3cb8baccb6f86f60892d9

[FFmpeg-cvslog] pgssubdec: only set w/h/linesize when allocating data

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Wed Nov 9 23:23:16 2016 +0100| [1dc59aaf61ec547bd1272453d0265e51929ab0ef] | committer: Andreas Cadhalpun pgssubdec: only set w/h/linesize when allocating data Rects with positive w/h/linesize but no data are invalid. Reviewed-by: Petri Hintu

[FFmpeg-cvslog] flvdec: require need_context_update when changing codec id

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Fri Nov 4 21:37:13 2016 +0100| [6ad27731428c93bcb3d7df91427b66a253206042] | committer: Andreas Cadhalpun flvdec: require need_context_update when changing codec id Otherwise the codec context and codecpar might disagree on the codec id, trigg

[FFmpeg-cvslog] ffmdec: validate codec parameters

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Thu Nov 17 00:04:57 2016 +0100| [de031809f3a001f1c31eace1ff6e42355c87b9bc] | committer: Andreas Cadhalpun ffmdec: validate codec parameters A negative extradata size for example gets passed to memcpy in avcodec_parameters_from_context causing

[FFmpeg-cvslog] sbgdec: prevent NULL pointer access

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Thu Nov 10 22:21:20 2016 +0100| [9aaddbf0efd3f9649d373a51eedc249ce1be8c83] | committer: Andreas Cadhalpun sbgdec: prevent NULL pointer access Reviewed-by: Josh de Kock Signed-off-by: Andreas Cadhalpun (cherry picked from commit dbefbb61b785c

[FFmpeg-cvslog] avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is already ASC

2016-11-25 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Nov 24 21:10:47 2016 -0300| [6e1902bab4349a79c45807af18ebf5b50f7b436b] | committer: James Almer avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is already ASC Fixes ticket #5973 Reviewed-by: Hendrik Leppkes Signed-off-by: Ja

[FFmpeg-cvslog] Update for 3.2.1

2016-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Nov 25 21:12:44 2016 +0100| [6550d0580b075912a39129fe1774b385ee50a9cf] | committer: Michael Niedermayer Update for 3.2.1 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6550d0580b075912a39

[FFmpeg-cvslog] mss2: only use error correction for matching block counts

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Nov 24 23:57:46 2016 +0100| [2566ad98b01538ea589e5ee07b69fc566aadc348] | committer: Andreas Cadhalpun mss2: only use error correction for matching block counts This fixes a heap-buffer-overflow in ff_er_frame_end when decoding mss2 with coded_w

[FFmpeg-cvslog] avcodec/nvenc: Remove aspect-ratio decompensation logic

2016-11-25 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Wed Nov 23 14:05:18 2016 -0800| [829db8effd76b579ae9aca5ee8f85d3ade6af253] | committer: Philip Langdale avcodec/nvenc: Remove aspect-ratio decompensation logic This dubious behaviour in nvenc was finally removed by nvidia, and as we refuse to run on

[FFmpeg-cvslog] avcodec/mpeg4audio: correctly propagate meaningful error values

2016-11-25 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Nov 25 10:40:59 2016 -0300| [50b14539158bd6d179afebb795b38be108359c4a] | committer: James Almer avcodec/mpeg4audio: correctly propagate meaningful error values Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50

[FFmpeg-cvslog] lavf/flvdec: Set avg_frame_rate for video streams.

2016-11-25 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Nov 25 11:06:14 2016 +0100| [e0791c5aaf1c12601322e410119ca46c6d09981d] | committer: Carl Eugen Hoyos lavf/flvdec: Set avg_frame_rate for video streams. Requested-by: qw, applemax82 at 163 dot com Reviewed-by: Steven Liu > http://git.videolan.or