[FFmpeg-cvslog] [ffmpeg-web] branch master updated. d391a05 web/download: remove architecture lists

2015-12-02 Thread ffmpeg-cvslog
The branch, master has been updated via d391a05edc5b8b8ea9f3bfb53ecfb8f32c7466f3 (commit) from 8bae71d86e245304e7e1e2543361632bc7a7bdad (commit) - Log - commit d391a05edc5b8b8ea9f3bfb53ecfb8f32c7466f3 Author:

[FFmpeg-cvslog] Makefile: add cleanup of pkg-config files created by configure to distclean

2015-12-02 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Wed Nov 25 11:47:14 2015 +0100| [bc517be6b0fb276997e431ae7708b2d1681d1aff] | committer: Andreas Cadhalpun Makefile: add cleanup of pkg-config files created by configure to distclean Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync.

2015-12-02 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Dec 1 12:24:05 2015 -0500| [1ac89869db05c283235045477f690f1a00852691] | committer: Ronald S. Bultje vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync. Fixes mozilla bug 1229128. >

[FFmpeg-cvslog] git-howto: mention how to clone ffmpeg-web

2015-12-02 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Nov 25 00:52:39 2015 +0100| [fb1bf4454e6e8d70c001969c0e423399235d3224] | committer: Andreas Cadhalpun git-howto: mention how to clone ffmpeg-web Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] avutil/rational: Test av_rescale_rnd() with combinations of "special" values

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 1 13:34:19 2015 +0100| [97b8db334a63e89a0571b625595024872e40307c] | committer: Michael Niedermayer avutil/rational: Test av_rescale_rnd() with combinations of "special" values Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/apedec: Check length in long_filter_high_3800()

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 2 21:16:27 2015 +0100| [cd7524fdd13dc8d0cf22e2cfd8300a245542b13a] | committer: Michael Niedermayer avcodec/apedec: Check length in long_filter_high_3800() Fixes out of array read Fixes:

[FFmpeg-cvslog] avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd () for overflows

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 1 13:32:31 2015 +0100| [f03c2ceec174877e03bb302f5971fbe9ffbe4856] | committer: Michael Niedermayer avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows Fixes integer

[FFmpeg-cvslog] avformat/mpjpeg: utilize MIME boundary value to detect start of new frame

2015-12-02 Thread Alex Agranovsky
ffmpeg | branch: master | Alex Agranovsky | Sun Nov 29 18:54:14 2015 -0500| [259c71c199e9b4ea89bf4cb90ed0e207ddc9dff7] | committer: wm4 avformat/mpjpeg: utilize MIME boundary value to detect start of new frame This code is disabled by default so not to regress endpoints

[FFmpeg-cvslog] avformat/mpjpeg: allow processing of MIME parts without Content-Length header

2015-12-02 Thread Alex Agranovsky
ffmpeg | branch: master | Alex Agranovsky | Sun Nov 29 18:36:20 2015 -0500| [79103f21990307bb8855a03d68154e1c5d197a7c] | committer: wm4 avformat/mpjpeg: allow processing of MIME parts without Content-Length header Fixes ticket 5023 Signed-off-by: Alex Agranovsky

[FFmpeg-cvslog] avformat/mpjpegdec: fix mixed declarations and code

2015-12-02 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Dec 3 01:39:47 2015 -0300| [9ac5beaa86b55a6121c30ffb3b75a9d923343c35] | committer: James Almer avformat/mpjpegdec: fix mixed declarations and code >

[FFmpeg-cvslog] avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 2 22:59:56 2015 +0100| [ec7a3be11ed33002c8609e5d30e908a7c8827a43] | committer: Michael Niedermayer avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale Fixes integer overflow Fixes:

[FFmpeg-cvslog] avformat/utils: Check AVFormatContext->duration in compute_chapters_end() before use

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 2 22:59:56 2015 +0100| [d872643cfe07e39fee42c846d5a3f57d5cad6ab6] | committer: Michael Niedermayer avformat/utils: Check AVFormatContext->duration in compute_chapters_end() before use Fixes integer overflow

[FFmpeg-cvslog] avfilter/af_flanger: use rint instead of floor hack

2015-12-02 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Nov 25 17:49:22 2015 -0500| [d64b6c38198ea35a08ceda396ebc4745138ad6ec] | committer: Ganesh Ajjanagadde avfilter/af_flanger: use rint instead of floor hack Reviewed-by: Paul B Mahol Signed-off-by:

[FFmpeg-cvslog] avfilter/vsrc_mptestsrc: use lrint instead of floor hack

2015-12-02 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Nov 25 17:27:27 2015 -0500| [fa5d299496c15e992240914ae05b92d9b74eb3c4] | committer: Ganesh Ajjanagadde avfilter/vsrc_mptestsrc: use lrint instead of floor hack lrint is faster, and is more consistent across the

[FFmpeg-cvslog] avutil/crc: avoid needless space wastage of hardcoded crc table

2015-12-02 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Nov 29 21:36:52 2015 -0500| [1bb7db217d9000a8e5fe53d9df691884fe8014bf] | committer: Ganesh Ajjanagadde avutil/crc: avoid needless space wastage of hardcoded crc table There was no reason AFAIK for making AV_CRC_24_IEEE

[FFmpeg-cvslog] avfilter/vf_perspective: use lrint instead of floor hack

2015-12-02 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Nov 25 17:32:15 2015 -0500| [c6bea81acfa49d7e73f625332fc304d8a0fd09bd] | committer: Ganesh Ajjanagadde avfilter/vf_perspective: use lrint instead of floor hack Reviewed-by: Michael Niedermayer

[FFmpeg-cvslog] AAC encoder: improve SF range utilization

2015-12-02 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Tue Dec 1 03:28:36 2015 -0300| [ca203e9985cd2dcf42a0c0853940850d3a8edf3a] | committer: Claudio Freire AAC encoder: improve SF range utilization This patch does 4 things, all of which interact and thus it woudln't be possible

[FFmpeg-cvslog] avfilter/af_stereotools: remove floor usage

2015-12-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Dec 2 12:05:04 2015 +0100| [6670527d33bb6b76f779440222b2ac6459fa466f] | committer: Paul B Mahol avfilter/af_stereotools: remove floor usage Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.

2015-12-02 Thread Chris Cunningham
ffmpeg | branch: master | Chris Cunningham | Tue Dec 1 10:54:38 2015 -0800| [5e6ce28dabe002a6130f17b59c454bdee33088f7] | committer: wm4 avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files. "Fast seek" uses linear interpolation to find the position of the

[FFmpeg-cvslog] avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska content

2015-12-02 Thread Aaron Colwell
ffmpeg | branch: master | Aaron Colwell | Mon Nov 23 12:06:14 2015 -0800| [ec83efd4d3c5fe1e4bc5723d0b91abf85b722f41] | committer: wm4 avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska content matroskaenc.c applies divisors to the display width/height when

[FFmpeg-cvslog] avcodec/ffv1dec: Clear quant_table_count if its invalid

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sat Nov 14 13:21:58 2015 +0100| [ff3e717003efe3a3f06aa0371be5d40826fa0f03] | committer: Carl Eugen Hoyos avcodec/ffv1dec: Clear quant_table_count if its invalid Fixes deallocation of corrupted pointer Fixes:

[FFmpeg-cvslog] avcodec/ffv1dec: Print an error if the quant table count is invalid

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Nov 5 01:25:50 2015 +0100| [df660d685435df61524e06c83b58e8e6b5f1851e] | committer: Carl Eugen Hoyos avcodec/ffv1dec: Print an error if the quant table count is invalid Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/ffv1dec: Print an error if the quant table count is invalid

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Thu Nov 5 01:25:50 2015 +0100| [b622d6f6f65d778ed3011482686ce6d4df9f7450] | committer: Carl Eugen Hoyos avcodec/ffv1dec: Print an error if the quant table count is invalid Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/ffv1dec: Clear quant_table_count if its invalid

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Nov 14 13:21:58 2015 +0100| [fa3df7ae415be860377d52e13202c8a0f7bf7316] | committer: Carl Eugen Hoyos avcodec/ffv1dec: Clear quant_table_count if its invalid Fixes deallocation of corrupted pointer Fixes:

[FFmpeg-cvslog] avcodec/ffv1dec: Print an error if the quant table count is invalid

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Thu Nov 5 01:25:50 2015 +0100| [1c6243228c343132e094cdab1cb048e20899806c] | committer: Carl Eugen Hoyos avcodec/ffv1dec: Print an error if the quant table count is invalid Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter: add audio pulsator filter

2015-12-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Nov 28 19:50:32 2015 +0100| [c4f7b8f0db6e867f41f9c7a0e2d53301022a2aa4] | committer: Paul B Mahol avfilter: add audio pulsator filter Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avcodec/ffv1dec: Clear quant_table_count if its invalid

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Sat Nov 14 13:21:58 2015 +0100| [e6264f00addca8bd4efed7329aa1faf5fa13b70b] | committer: Carl Eugen Hoyos avcodec/ffv1dec: Clear quant_table_count if its invalid Fixes deallocation of corrupted pointer Fixes:

[FFmpeg-cvslog] avfilter/af_compand: do not clip; allow >0dB curve points

2015-12-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 1 20:09:08 2015 +0100| [b2517b02d99054b18398427ba890fee582a8c7bf] | committer: Paul B Mahol avfilter/af_compand: do not clip; allow >0dB curve points Do not clip output samples, so that clipping can be handled by other

[FFmpeg-cvslog] lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.

2015-12-02 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.8 | Carl Eugen Hoyos | Wed Dec 2 14:56:53 2015 +0100| [aa3101a9e825dc8b57624f3b9d07844c34c7c9a7] | committer: Carl Eugen Hoyos lavf/rtpenc_jpeg: Less strict check for standard Huffman tables. There can be one or more Huffman table segments DHT.

[FFmpeg-cvslog] lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.

2015-12-02 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Dec 2 14:56:53 2015 +0100| [d208acf2c82b260e90be6215c93809f3343760f0] | committer: Carl Eugen Hoyos lavf/rtpenc_jpeg: Less strict check for standard Huffman tables. There can be one or more Huffman table segments DHT.

Re: [FFmpeg-cvslog] avcodec/jpeg2000: fix type of arguments of tag_tree_size

2015-12-02 Thread Michael Niedermayer
On Thu, Dec 03, 2015 at 02:44:10AM +0100, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Thu > Dec 3 01:08:53 2015 +0100| [0afdfbe11678d813ce7865378276a0ba476a8cef] | > committer: Michael Niedermayer > > avcodec/jpeg2000: fix type of

[FFmpeg-cvslog] avcodec/jpeg2000: fix type of arguments of tag_tree_size

2015-12-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 3 01:08:53 2015 +0100| [0afdfbe11678d813ce7865378276a0ba476a8cef] | committer: Michael Niedermayer avcodec/jpeg2000: fix type of arguments of tag_tree_size Fixes: out of array read Fixes: