[FFmpeg-cvslog] avfilter/avfilter: fix filtering frames with unknown channel layouts for filters needing writable frames

2016-12-13 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Dec 12 22:42:27 2016 +0100| [265d45183be13a43dc08d962a5a60b15e6eff6c0] | committer: Marton Balint avfilter/avfilter: fix filtering frames with unknown channel layouts for filters needing writable frames Reviewed-by: Paul B Mahol Signed-off-by: Ma

[FFmpeg-cvslog] avformat/utils: Print verbose error message if stream count exceeds max_streams

2016-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 10 20:15:13 2016 +0100| [f0bdd538712d8ed34120ab2b7bd1409fcc99fb45] | committer: Michael Niedermayer avformat/utils: Print verbose error message if stream count exceeds max_streams Reviewed-by: Andreas Cadhalpun Signed-off-by: Michael Nie

[FFmpeg-cvslog] avformat/options_table: Set the default maximum number of streams to 1000

2016-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 10 20:15:12 2016 +0100| [30581c51e72a7a7ea1572c1c6039f6e4c590a55c] | committer: Michael Niedermayer avformat/options_table: Set the default maximum number of streams to 1000 Fixes CVE-2016-9561, Note the security relevance of this is disp

[FFmpeg-cvslog] swresample/resample: do not allow negative dst_size return value

2016-12-13 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Tue Dec 13 14:11:48 2016 +0700| [6a8c0d83572deabc4cd1920b6d71cc65a37acc57] | committer: Muhammad Faiz swresample/resample: do not allow negative dst_size return value This should fix Ticket6012 Reviewed-by: Michael Niedermayer Signed-off-by: Muhammad

[FFmpeg-cvslog] libvpxenc: Don't spam level errors for VP8 encodes

2016-12-13 Thread Alex Converse
ffmpeg | branch: master | Alex Converse | Mon Dec 12 12:07:05 2016 -0800| [bf15981b126256c403a1529df5172dce761295d4] | committer: Alex Converse libvpxenc: Don't spam level errors for VP8 encodes Fixes "Failed to set VP9E_GET_LEVEL codec control: Codec does not implement requested capability" l

[FFmpeg-cvslog] swresample/resample: remove swri_resample function

2016-12-13 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Wed Dec 14 00:51:18 2016 +0700| [2b0112d42d4dfc8976be20b4d9729c0e077146c6] | committer: Muhammad Faiz swresample/resample: remove swri_resample function integrate it inside multiple_resample allow some calculations to be performed outside loop Suggest

[FFmpeg-cvslog] avformat: fix overflows during bit rate calculation

2016-12-13 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Dec 13 00:38:25 2016 +0100| [ad5807f8aa883bee5431186dc1f24c5435d722d3] | committer: Andreas Cadhalpun avformat: fix overflows during bit rate calculation The bit_rate field has type int64_t since commit 7404f3bdb90e6a5dcb59bc0a091e2c5c038e557d.

[FFmpeg-cvslog] libavcodec : add decoder for Photoshop PSD image files

2016-12-13 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Thu Nov 24 21:26:42 2016 +0100| [90af962911bbe10f32a4367954c4f11a9e47a98f] | committer: Michael Niedermayer libavcodec : add decoder for Photoshop PSD image files Decode the Image Data Section (which contains merged pictures). Support RGB/A and Graysc

[FFmpeg-cvslog] libavformat : add Photoshop PSD demuxer.

2016-12-13 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Thu Nov 24 21:26:56 2016 +0100| [a534862b278a52c09ddf7d6e78e72397b6b4048b] | committer: Michael Niedermayer libavformat : add Photoshop PSD demuxer. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5348