[FFmpeg-cvslog] avcodec/ituh263dec: Implement U263s interpretation of H.263 B frames

2017-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 3 02:50:01 2017 +0100| [39afd0482fde700c0c652bfddbe38586d64e0ae2] | committer: Michael Niedermayer avcodec/ituh263dec: Implement U263s interpretation of H.263 B frames Fixes Ticket1536 Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails

2017-02-02 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Thu Feb 2 15:24:33 2017 -0800| [3606602f1137552ea54f2c259eb140c1e3c026d4] | committer: Mark Thompson avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00aff8

[FFmpeg-cvslog] avcodec/utils: Fix memleak with subtitles and sidedata

2017-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 25 12:56:52 2017 +0100| [ad7a3f5294c6fc6cd45dca9ca02fd3e20f53c2c4] | committer: Michael Niedermayer avcodec/utils: Fix memleak with subtitles and sidedata Fixes: 454/fuzz-3-ffmpeg_SUBTITLE_AV_CODEC_ID_MOV_TEXT_fuzzer Found-by: continuous

[FFmpeg-cvslog] avfilter/scale: refactor common code for scaling height/width expressions

2017-02-02 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Wed Feb 1 16:30:18 2017 -0800| [037bb4021c0b0b33c752850f58cf7e2ea44359b7] | committer: Mark Thompson avfilter/scale: refactor common code for scaling height/width expressions Implements support for height/width expressions in vf_scale_vaapi, by refactorin

[FFmpeg-cvslog] x86/rv34dsp: add ff_rv34_idct_dc_add_sse2

2017-02-02 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 2 17:51:21 2017 -0300| [c8467abbadab424757ea23f71a1036abfb7f14b4] | committer: James Almer x86/rv34dsp: add ff_rv34_idct_dc_add_sse2 Also disable ff_rv34_idct_dc_add_mmx on x86_64 as the presence of sse2 is guaranteed in such builds. Signed-off-

[FFmpeg-cvslog] x86/vp8dsp: add ff_vp8_idct_dc_add_sse2

2017-02-02 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 2 17:18:58 2017 -0300| [ab5c4d006da0b3e7aea6fddcebdf5d3d9ad7fd30] | committer: James Almer x86/vp8dsp: add ff_vp8_idct_dc_add_sse2 Also disable ff_vp8_idct_dc_add_mmx on x86_64 as the presence of sse2 is guaranteed in such builds. Signed-off-by:

[FFmpeg-cvslog] libavcodec/cinepakenc.c: comments cleanup (contents)

2017-02-02 Thread addr-see-the-webs...@aetey.se
ffmpeg | branch: master | addr-see-the-webs...@aetey.se | Sun Jan 29 16:40:27 2017 +0100| [712ad6b66109051f74981a3ceb2888f0e88531c4] | committer: Michael Niedermayer libavcodec/cinepakenc.c: comments cleanup (contents) Change the encoding of the original developer name from ISO-8859-1 to UTF-8

[FFmpeg-cvslog] avcodec/dca_lbr: Fix off by 1 error in freq check

2017-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 2 15:23:31 2017 +0100| [61f70416f8542cc86c84ae6e0342ba10a35d7cba] | committer: Michael Niedermayer avcodec/dca_lbr: Fix off by 1 error in freq check Fixes out of array read Fixes: 510/clusterfuzz-testcase-5737865715646464 Found-by: cont

[FFmpeg-cvslog] checkasm: add HEVC test for testing IDCT DC

2017-02-02 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Thu Jul 21 16:32:50 2016 +0200| [9064777dbb335ab4809ae09e3fdcc0245f925cdc] | committer: Anton Khirnov checkasm: add HEVC test for testing IDCT DC Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9064777dbb3

[FFmpeg-cvslog] Merge commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc'

2017-02-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Feb 2 11:39:30 2017 +0100| [92cb9a38693245a050d4a0c19e38fca28633c222] | committer: Clément Bœsch Merge commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc' * commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc': checkasm: add HEVC test for testing IDC

[FFmpeg-cvslog] riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn' t contain that data.

2017-02-02 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Wed May 2 16:34:45 2012 +0200| [7f549b8338ed3775fec4bf10421ff5744e5866dd] | committer: Anton Khirnov riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain that data. According to the specification on the MSDN [1], 0 is valid for

[FFmpeg-cvslog] Merge commit '7f549b8338ed3775fec4bf10421ff5744e5866dd'

2017-02-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Feb 2 11:35:07 2017 +0100| [f47540523741fdc98f2467e522dc6dac0ade4a0b] | committer: Clément Bœsch Merge commit '7f549b8338ed3775fec4bf10421ff5744e5866dd' * commit '7f549b8338ed3775fec4bf10421ff5744e5866dd': riff: don't overwrite bps from WAVEFORM

[FFmpeg-cvslog] Merge commit '6135c3b61e084be93c0876cecd06f4e764f961c0'

2017-02-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Feb 2 11:29:53 2017 +0100| [5e013586bf9a031275b78aaaba0d97f2319d58a5] | committer: Clément Bœsch Merge commit '6135c3b61e084be93c0876cecd06f4e764f961c0' * commit '6135c3b61e084be93c0876cecd06f4e764f961c0': Revert "avprobe: Zero the allocated avi

[FFmpeg-cvslog] Revert "avprobe: Zero the allocated avio buffer memory"

2017-02-02 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Jul 21 21:45:25 2016 +0200| [6135c3b61e084be93c0876cecd06f4e764f961c0] | committer: Vittorio Giovara Revert "avprobe: Zero the allocated avio buffer memory" This reverts commit 0e0538aefc75958ded49f5d075c99a81cf6b2bbb. The valgrind warning was

[FFmpeg-cvslog] libavutil: Always use some GCC style attributes on clang

2017-02-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jul 18 23:25:11 2016 +0300| [f637046d3134a331e4b5a7243ac3dfb92735b8a5] | committer: Martin Storsjö libavutil: Always use some GCC style attributes on clang Clang normally disguises as GCC (defining __GNUC__), and thus get all the normal GCC specif

[FFmpeg-cvslog] Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5'

2017-02-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Feb 2 11:26:05 2017 +0100| [55b2cfa921c3ad5a821fc0ec85093a658b102caa] | committer: Clément Bœsch Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5' * commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5': libavutil: Always use some GCC style at

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. cbcfeca web/security: Add Entries for CVE-2016-10190, +CVE-2016-10191, CVE-2016-10192

2017-02-02 Thread ffmpeg-git
The branch, master has been updated via cbcfecaa2375bd434dacb52718678c044294db4e (commit) from 87efb1c2f2a40a6b2c274424720f04f3dc3e97d5 (commit) - Log - commit cbcfecaa2375bd434dacb52718678c044294db4e Author: Micha

[FFmpeg-cvslog] Merge commit '6f9e34baea4f6f484392e4e67f606a0835d07b73'

2017-02-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Feb 2 11:22:04 2017 +0100| [a0860b0a388d5471ae3e60fbf004509a3783f392] | committer: Clément Bœsch Merge commit '6f9e34baea4f6f484392e4e67f606a0835d07b73' * commit '6f9e34baea4f6f484392e4e67f606a0835d07b73': arm: Check for support for the .fpu dir

[FFmpeg-cvslog] arm: Check for support for the .fpu directive

2017-02-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jul 18 23:23:50 2016 +0300| [6f9e34baea4f6f484392e4e67f606a0835d07b73] | committer: Martin Storsjö arm: Check for support for the .fpu directive When targeting COFF (windows), clang doesn't support this directive (while binutils supports it for al

[FFmpeg-cvslog] mov: Rework the check for invalid indexes in stsc

2017-02-02 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jul 13 15:02:41 2016 -0400| [ed9b2a5178d7a7c5a95694da3a808af327f36aff] | committer: Vittorio Giovara mov: Rework the check for invalid indexes in stsc There are samples with invalid stsc that may work fine as is and do not need extradata change.

[FFmpeg-cvslog] Merge commit 'ed9b2a5178d7a7c5a95694da3a808af327f36aff'

2017-02-02 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Feb 2 12:05:21 2017 +0100| [d30870cc730337b7017cc194d696f68ee48f7f1d] | committer: Matthieu Bouron Merge commit 'ed9b2a5178d7a7c5a95694da3a808af327f36aff' * commit 'ed9b2a5178d7a7c5a95694da3a808af327f36aff': mov: Rework the check for invalid i

[FFmpeg-cvslog] ffmpeg: Add a missing line break when requesting a sample.

2017-02-02 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Feb 2 09:45:15 2017 +0100| [ac0863146b44f13b84e740d39c8f7053205e9139] | committer: Carl Eugen Hoyos ffmpeg: Add a missing line break when requesting a sample. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac0863146b44f13b84e740d39