[FFmpeg-cvslog] avfilter/formats: allow unknown channel layouts by default

2016-12-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Nov 22 00:40:50 2016 +0100| [7ceb9e6b11824ff18f424a35e41fbddf545d1238] | committer: Marton Balint avfilter/formats: allow unknown channel layouts by default Since the default in the libav fork is to only allow known layouts, making unknown layouts

[FFmpeg-cvslog] avfilter/af_atempo: add support for unknown channel layouts

2016-12-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 3 20:02:24 2016 +0100| [bffc2bcd753563af7ebbb534b31bab2a2f249cc0] | committer: Marton Balint avfilter/af_atempo: add support for unknown channel layouts Reviewed-by: Nicolas George Signed-off-by: Marton Balint > http://git.videolan.org/gitw

[FFmpeg-cvslog] avfilter/af_channelmap: add support for unknown input channel layouts

2016-12-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 3 20:02:47 2016 +0100| [01a19f77caa42a7be5cd40c4b020c550e7065fe0] | committer: Marton Balint avfilter/af_channelmap: add support for unknown input channel layouts Reviewed-by: Nicolas George Signed-off-by: Marton Balint > http://git.videola

[FFmpeg-cvslog] avfilter/af_ashowinfo: properly show input channel layout for unknown channel layouts

2016-12-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 3 20:06:14 2016 +0100| [df694a5e9d40bdae734c8bb9523c13722b38ebe5] | committer: Marton Balint avfilter/af_ashowinfo: properly show input channel layout for unknown channel layouts Reviewed-by: Nicolas George Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] opus_parser: make ParseContext the first element in OpusParseContext

2016-12-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Dec 9 00:01:35 2016 +0100| [c085f1a7e1030aabd175c8438dab7ca6fad9e98f] | committer: Andreas Cadhalpun opus_parser: make ParseContext the first element in OpusParseContext ff_parse_close expects priv_data to be the ParseContext directly and thus

[FFmpeg-cvslog] opus_parser: fix leaking channel_maps on error

2016-12-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Dec 9 00:00:18 2016 +0100| [7d3baebe408cb7377dbb6fa1a7fd285e8e366440] | committer: Andreas Cadhalpun opus_parser: fix leaking channel_maps on error Make ff_opus_parse_extradata free allocated memory on error instead of expecting callers to fre

Re: [FFmpeg-cvslog] avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' option

2016-12-10 Thread Carl Eugen Hoyos
2016-12-08 11:28 GMT+01:00 Srinath K R : > ffmpeg | branch: release/3.1 | Srinath K R | Sat Dec 3 > 17:26:40 2016 +0530| [8a4b18c639b536d08926c96810a4d9628f422c9d] | committer: > Timo Rothenpieler > > avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' option Please backport regress

[FFmpeg-cvslog] configure: Require bit_depth field for VAAPI VP9 decode hwaccel

2016-12-10 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Dec 8 19:29:14 2016 +| [db7271bff2a6ad1890c9fd95e8126082bbeab9c7] | committer: Mark Thompson configure: Require bit_depth field for VAAPI VP9 decode hwaccel libva versions from 1.6.0 to 1.6.2 do not include it, and therefore cannot work with V

[FFmpeg-cvslog] libavcodec/tests: Add avpacket test to .gitignore

2016-12-10 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Fri Dec 9 15:22:52 2016 +| [51c673a0d703d2daa359ed6c9b87e5f75e2dbec2] | committer: Derek Buitenhuis libavcodec/tests: Add avpacket test to .gitignore Signed-off-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. bfe73eb web/security: Add CVEs found on the oss security list and some forgotten ones

2016-12-10 Thread ffmpeg-git
The branch, master has been updated via bfe73ebe61fd2f7c8293743dd73a5d983c669d41 (commit) from 07127e905489dcc22eb1cb27ec58464b1fc38ccf (commit) - Log - commit bfe73ebe61fd2f7c8293743dd73a5d983c669d41 Author: Micha

[FFmpeg-cvslog] configure: enable autodetected libraries after option parsing

2016-12-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Nov 30 23:49:35 2016 +0100| [4c455664930470727000c7a8b2d550ec29f512e3] | committer: Andreas Cadhalpun configure: enable autodetected libraries after option parsing And only enable them, if they haven't been disabled. This is needed for the fol

[FFmpeg-cvslog] configure: enable sdl if sdl2 is enabled

2016-12-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Nov 30 23:47:54 2016 +0100| [c50d591ce2a6dc9d0c31fb651edeb167add7c3fc] | committer: Andreas Cadhalpun configure: enable sdl if sdl2 is enabled sdl is supposed to be an alias, so it should have the same value. Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] configure: fail if autodetect-libraries are requested but not found

2016-12-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Nov 30 23:50:17 2016 +0100| [8aad209c13c2a66a9256e37d7f44b5f9f19b13b2] | committer: Andreas Cadhalpun configure: fail if autodetect-libraries are requested but not found Signed-off-by: Andreas Cadhalpun > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avutil: Add av_image_check_size2()

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 10 21:05:14 2016 +0100| [f542b152aa2086b30d1089162d79f5c136905c0c] | committer: Michael Niedermayer avutil: Add av_image_check_size2() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f542b1

[FFmpeg-cvslog] fate: add av_image_check_size() test

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 10 21:39:56 2016 +0100| [1b39a30247111d854ce296d9fb4539e5840a9ae4] | committer: Michael Niedermayer fate: add av_image_check_size() test Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b39

[FFmpeg-cvslog] avcodec: Add max_pixels options

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 10 21:40:44 2016 +0100| [2f07830e69bd14eaba348eb739b9503e7eb7cd4b] | committer: Michael Niedermayer avcodec: Add max_pixels options Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f07830e6

[FFmpeg-cvslog] avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADS

2016-12-10 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Tue Dec 6 11:00:02 2016 -0800| [3703f1e24540a5ef132e7b2a9c0ded7e4531] | committer: James Almer avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADS Suggested by Diego Biurrun and James Almer. Signed-off-by: Wan-Teh Chang Signed-of

[FFmpeg-cvslog] avutil/cpu_init: remove unnecessary arguments to the main() function

2016-12-10 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Tue Dec 6 11:00:01 2016 -0800| [8986885801fbd6e7d5440c8e5cb03d5d2745298c] | committer: James Almer avutil/cpu_init: remove unnecessary arguments to the main() function Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] ffplay: fix sws_scale possible out of bounds array access

2016-12-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 10 12:46:54 2016 +0100| [1f3910262e1b9091f597ebbb710b478d40319986] | committer: Marton Balint ffplay: fix sws_scale possible out of bounds array access As I used simple RGBA formats for subtitles and for the video texture if avfilter is disable

[FFmpeg-cvslog] ffplay: fix sws_scale possible out of bounds array access

2016-12-10 Thread Marton Balint
ffmpeg | branch: release/3.2 | Marton Balint | Sat Dec 10 12:46:54 2016 +0100| [47e47cfb0797a2af051b86e8c02fc7479c6845f0] | committer: Marton Balint ffplay: fix sws_scale possible out of bounds array access As I used simple RGBA formats for subtitles and for the video texture if avfilter is di

[FFmpeg-cvslog] avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Dec 9 17:01:14 2016 +0100| [3f779aef79b1b92bee569f9813f502798fccd8c8] | committer: Michael Niedermayer avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory() Fixes: part of 670190.ogg Found-by: Matt Wolenetz S

[FFmpeg-cvslog] avcodec/ffv1enc: Fix size of first slice

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Dec 9 00:19:19 2016 +0100| [aec21cd840bc805eb8054329ee595d772099faad] | committer: Michael Niedermayer avcodec/ffv1enc: Fix size of first slice Signed-off-by: Michael Niedermayer (cherry picked from commit cff1c0edaa797eca96663d9b83e4b

[FFmpeg-cvslog] avformat: Add max_streams option

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Nov 18 17:00:30 2016 +0100| [3ecbac5664014f255b1eb0d81a36079d9bfc4f41] | committer: Michael Niedermayer avformat: Add max_streams option This allows user apps to stop OOM due to excessive number of streams Signed-off-by: Michael Niederm

[FFmpeg-cvslog] avutil: Add av_image_check_size2()

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Sat Dec 10 21:05:14 2016 +0100| [64bb329afa9a2fdeeff514a5fe7a89d08552bf42] | committer: Michael Niedermayer avutil: Add av_image_check_size2() Signed-off-by: Michael Niedermayer (cherry picked from commit f542b152aa2086b30d1089162d79f5c1369

[FFmpeg-cvslog] avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Thu Dec 8 23:51:45 2016 +0100| [0e6febff5a7b4d2b823911dd2e04f0bac718ddfb] | committer: Michael Niedermayer avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated We are checking during encoding if there is enou

[FFmpeg-cvslog] avformat/oggdec: Skip streams in duration correction that did not had their duration set.

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Dec 9 17:01:14 2016 +0100| [35ef033a19a6eb154ac0bbe644f9de175f3ee021] | committer: Michael Niedermayer avformat/oggdec: Skip streams in duration correction that did not had their duration set. Fixes: part of 670190.ogg Fixes integer ov

[FFmpeg-cvslog] avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Thu Dec 8 23:51:45 2016 +0100| [0131f5c3769981c1e36ff124a50011702c491329] | committer: Michael Niedermayer avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated We are checking during encoding if there is enou

[FFmpeg-cvslog] avformat/oggdec: Skip streams in duration correction that did not had their duration set.

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Fri Dec 9 17:01:14 2016 +0100| [119301d3129ef53f3ce698a062edb6fafdc715b6] | committer: Michael Niedermayer avformat/oggdec: Skip streams in duration correction that did not had their duration set. Fixes: part of 670190.ogg Fixes integer ov

[FFmpeg-cvslog] avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Fri Dec 9 17:01:14 2016 +0100| [255e61c25b830b1e84d919027106ff85868099bb] | committer: Michael Niedermayer avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory() Fixes: part of 670190.ogg Found-by: Matt Wolenetz S

[FFmpeg-cvslog] avformat: Add max_streams option

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Fri Nov 18 17:00:30 2016 +0100| [b18a571e2355a6fb0dcb7ff7de18d36694eb65bd] | committer: Michael Niedermayer avformat: Add max_streams option This allows user apps to stop OOM due to excessive number of streams Signed-off-by: Michael Niederm

[FFmpeg-cvslog] avcodec/ffv1enc: Fix size of first slice

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Fri Dec 9 00:19:19 2016 +0100| [0c2d6a219f2831fd46557bbfb5a2c4c7da6f90b1] | committer: Michael Niedermayer avcodec/ffv1enc: Fix size of first slice Signed-off-by: Michael Niedermayer (cherry picked from commit cff1c0edaa797eca96663d9b83e4b

[FFmpeg-cvslog] avutil: Add av_image_check_size2()

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Sat Dec 10 21:05:14 2016 +0100| [6c96200ceb0fbf736ad5080e46779888521a687f] | committer: Michael Niedermayer avutil: Add av_image_check_size2() Signed-off-by: Michael Niedermayer (cherry picked from commit f542b152aa2086b30d1089162d79f5c1369

[FFmpeg-cvslog] avformat/oggdec: Skip streams in duration correction that did not had their duration set.

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.0 | Michael Niedermayer | Fri Dec 9 17:01:14 2016 +0100| [7c68d5e701511967471b70b14a4ebbeafb423373] | committer: Michael Niedermayer avformat/oggdec: Skip streams in duration correction that did not had their duration set. Fixes: part of 670190.ogg Fixes integer ov

[FFmpeg-cvslog] avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.0 | Michael Niedermayer | Thu Dec 8 23:51:45 2016 +0100| [667c9ed1f14cd049c14cb849386ebe38671ec00b] | committer: Michael Niedermayer avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated We are checking during encoding if there is enou

[FFmpeg-cvslog] avutil: Add av_image_check_size2()

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.0 | Michael Niedermayer | Sat Dec 10 21:05:14 2016 +0100| [76961f4f42d28c7b4197c2cbef8bae3dc7b67379] | committer: Michael Niedermayer avutil: Add av_image_check_size2() Signed-off-by: Michael Niedermayer (cherry picked from commit f542b152aa2086b30d1089162d79f5c1369

[FFmpeg-cvslog] avcodec/ffv1enc: Fix size of first slice

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.0 | Michael Niedermayer | Fri Dec 9 00:19:19 2016 +0100| [0bcc7ea5dc243cae48e0b9c18b3bea717f184f6b] | committer: Michael Niedermayer avcodec/ffv1enc: Fix size of first slice Signed-off-by: Michael Niedermayer (cherry picked from commit cff1c0edaa797eca96663d9b83e4b

[FFmpeg-cvslog] avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.0 | Michael Niedermayer | Fri Dec 9 17:01:14 2016 +0100| [efa164aa68503c5761851b7aaa28d6d4b3b7d01e] | committer: Michael Niedermayer avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory() Fixes: part of 670190.ogg Found-by: Matt Wolenetz S

[FFmpeg-cvslog] avformat: Add max_streams option

2016-12-10 Thread Michael Niedermayer
ffmpeg | branch: release/3.0 | Michael Niedermayer | Fri Nov 18 17:00:30 2016 +0100| [7dd1cc6076cab5f4c41a4b0b877024d0654e8fae] | committer: Michael Niedermayer avformat: Add max_streams option This allows user apps to stop OOM due to excessive number of streams Signed-off-by: Michael Niederm

[FFmpeg-cvslog] avformat/matroskadec: remove the strict unofficial check for Colour elements

2016-12-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 4 23:27:54 2016 -0300| [edb4f5da8125553e8ee94235a5f560cde5309f61] | committer: James Almer avformat/matroskadec: remove the strict unofficial check for Colour elements Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/matroskadec: allocate Colour related fields only if the file contains the relevant master

2016-12-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 4 23:22:39 2016 -0300| [4e759072c2162bf884665ff65e4c1a3e0eeef075] | committer: James Almer avformat/matroskadec: allocate Colour related fields only if the file contains the relevant master The demuxer doesn't fill the defaults if the master isn