[FFmpeg-cvslog] lavfi/testsrc2: fix hang with very small sizes.

2017-10-31 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Mon Oct 30 10:04:55 2017 +0100| [a8305b0ea3ccfe00a50cd3312bfcc455c78aacb5] | committer: Nicolas George lavfi/testsrc2: fix hang with very small sizes. Move a subtraction to the other side of the equal to avoid overflows. > http://git.videolan.org/git

[FFmpeg-cvslog] vp9_superframe_bsf: cache input packets directly

2017-10-31 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Apr 26 09:42:32 2017 +0200| [3fb6b98b5e247434456916c35ba7e08efa03e85d] | committer: Anton Khirnov vp9_superframe_bsf: cache input packets directly Avoids unnecessary allocs+copies and makes the code slightly simpler. > http://git.videolan.org/gitw

[FFmpeg-cvslog] Merge commit '3fb6b98b5e247434456916c35ba7e08efa03e85d'

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 12:09:53 2017 -0300| [e1bc3f4396ade6033787717d3650fb62663eae87] | committer: James Almer Merge commit '3fb6b98b5e247434456916c35ba7e08efa03e85d' * commit '3fb6b98b5e247434456916c35ba7e08efa03e85d': vp9_superframe_bsf: cache input packets dire

[FFmpeg-cvslog] extract_extradata_bsf: make sure all needed parameter set NALUs were found

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 14 10:53:52 2017 -0300| [d7dcd825dea3681c69a35b3147a3b42f1bf078dd] | committer: Anton Khirnov extract_extradata_bsf: make sure all needed parameter set NALUs were found This mimics the behavior of the now unused h264/hevc parser's split() functio

[FFmpeg-cvslog] Merge commit 'd7dcd825dea3681c69a35b3147a3b42f1bf078dd'

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 12:13:40 2017 -0300| [baf14a996bd42101c58bf26bd493ccae454d0337] | committer: James Almer Merge commit 'd7dcd825dea3681c69a35b3147a3b42f1bf078dd' * commit 'd7dcd825dea3681c69a35b3147a3b42f1bf078dd': extract_extradata_bsf: make sure all needed

[FFmpeg-cvslog] hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext

2017-10-31 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 12 16:36:41 2017 +0200| [c3f0357bdf7d3c542aad2c58b94184b9f56edc41] | committer: Anton Khirnov hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext HEVCSEIPictureHash should store only the information extracted from the

[FFmpeg-cvslog] avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEI

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 12:27:57 2017 -0300| [bd8f1fa100070952c7a90ac50737dc82787f2b0e] | committer: James Almer avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEI Cosmetic change skipped in 0b30cb8dae5e7edb2a5f35900547321499c217f1 by mistake. Signed-off-by: James Al

[FFmpeg-cvslog] avcodec/hevc_sei: reorder some parameters in static functions

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 12:38:36 2017 -0300| [9e2b0f32e905cc51d5e559aa4f80970e55438049] | committer: James Almer avcodec/hevc_sei: reorder some parameters in static functions Cosmetic change skipped in 0b30cb8dae5e7edb2a5f35900547321499c217f1 by mistake. Signed-off-b

[FFmpeg-cvslog] Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41'

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 12:48:36 2017 -0300| [b1ab02895b121b92dc3483c79e45eb5ea686f3aa] | committer: James Almer Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41' * commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41': hevcdec: move the MD5 context out of HEVCSEI

[FFmpeg-cvslog] decode: fix the code reducing cropping to preserve alignment

2017-10-31 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri May 19 11:47:21 2017 +0200| [8652a2c24836ce5546b398f12b7fed4550e1] | committer: Anton Khirnov decode: fix the code reducing cropping to preserve alignment Currently it does not work at all. Bug-Id: 1058 > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objects

2017-10-31 Thread Aaron Levinson
ffmpeg | branch: master | Aaron Levinson | Tue May 16 14:23:27 2017 -0700| [3d040513a1de4797a4f81dde4984395f51db76b7] | committer: Anton Khirnov avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objects Add dxva2_pool_release_dummy() and use it in call to av_buffer_create() in dx

[FFmpeg-cvslog] configure: Do not check for the __builtin_vec_vsx_ld

2017-10-31 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed May 10 17:18:48 2017 +0200| [6a7e928555d081ff86c867867ebce74fdc4c87d6] | committer: Luca Barbato configure: Do not check for the __builtin_vec_vsx_ld Clang support for Altivec/VSX uses a different approach. > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] Merge commit '3d040513a1de4797a4f81dde4984395f51db76b7'

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 13:06:53 2017 -0300| [51e091e2dcf11171615b5d67aeba6b8e5d04de37] | committer: James Almer Merge commit '3d040513a1de4797a4f81dde4984395f51db76b7' * commit '3d040513a1de4797a4f81dde4984395f51db76b7': avutil/hwcontext_dxva2: Don't improperly fre

[FFmpeg-cvslog] Merge commit '6a7e928555d081ff86c867867ebce74fdc4c87d6'

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 13:11:02 2017 -0300| [092951f4a862afad0614841af8144a40a6b2f5f5] | committer: James Almer Merge commit '6a7e928555d081ff86c867867ebce74fdc4c87d6' * commit '6a7e928555d081ff86c867867ebce74fdc4c87d6': configure: Do not check for the __builtin_ve

[FFmpeg-cvslog] Merge commit '2017ffc18fe4d33b954dd8a50b086f310f17a329'

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 13:21:21 2017 -0300| [c2e3cfd060a310e46c7dda4d5ab56479a718e7c3] | committer: James Almer Merge commit '2017ffc18fe4d33b954dd8a50b086f310f17a329' * commit '2017ffc18fe4d33b954dd8a50b086f310f17a329': vaapi: Add ABGR map only if VA_FOURCC_ABGR i

[FFmpeg-cvslog] vaapi: Add ABGR map only if VA_FOURCC_ABGR is defined

2017-10-31 Thread Elviss Strazdins
ffmpeg | branch: master | Elviss Strazdins | Wed May 24 14:33:08 2017 +0200| [2017ffc18fe4d33b954dd8a50b086f310f17a329] | committer: Luca Barbato vaapi: Add ABGR map only if VA_FOURCC_ABGR is defined Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2017

[FFmpeg-cvslog] avconv: Always initialize the opkt struct on streamcopy

2017-10-31 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon May 29 13:55:28 2017 +0200| [91622f6446b463abe6507ad2cd5d1fbf7e49c424] | committer: Luca Barbato avconv: Always initialize the opkt struct on streamcopy > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91622f6446b463abe6507ad2cd5d1fbf7e49

[FFmpeg-cvslog] configure: Fix the msvcrt version check for mingw32

2017-10-31 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 31 12:53:32 2017 +0300| [427f7a1f9ec1977bcb57cb4d6e6f7228dc1e858b] | committer: Martin Storsjö configure: Fix the msvcrt version check for mingw32 This was actually broken when committed in 46e3936fb04; the test never succeeded, and thus, _ali

[FFmpeg-cvslog] Merge commit '427f7a1f9ec1977bcb57cb4d6e6f7228dc1e858b'

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 13:37:46 2017 -0300| [dbde588917c3d74b0b3df937bcc80ada0296a3e4] | committer: James Almer Merge commit '427f7a1f9ec1977bcb57cb4d6e6f7228dc1e858b' * commit '427f7a1f9ec1977bcb57cb4d6e6f7228dc1e858b': configure: Fix the msvcrt version check for

[FFmpeg-cvslog] avcodec/vp9_superframe_bsf: allocate cache of packets during init

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 16:18:32 2017 -0300| [37f4a093f7f95241e4fcd582758504491e85e488] | committer: James Almer avcodec/vp9_superframe_bsf: allocate cache of packets during init Also use av_packet_move_ref() to cache them instead of copying pointers. Fixes invalid r

[FFmpeg-cvslog] avfilter: pass correct argument to helper function

2017-10-31 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Oct 27 18:18:18 2017 +0200| [e6055af025c1f96b47ac71107dca6169ed430824] | committer: Paul B Mahol avfilter: pass correct argument to helper function Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6055af025c1

[FFmpeg-cvslog] avfilter/af_join: switch to activate

2017-10-31 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Oct 27 17:59:29 2017 +0200| [d0920da029c54c372c1daa93c6d976f2145daf62] | committer: Paul B Mahol avfilter/af_join: switch to activate Fixes #6780. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0920da029c5

[FFmpeg-cvslog] lavc/videotoolbox: fix out-of-bounds memory access during hvcc creation

2017-10-31 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Tue Oct 31 16:21:33 2017 -0700| [05d77587cb7d0a4e349c5320eb7c0b48610cf6bf] | committer: Aman Gupta lavc/videotoolbox: fix out-of-bounds memory access during hvcc creation Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/vp9_superframe_bsf: cache packets by creating new references rather than moving them

2017-10-31 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 31 20:29:53 2017 -0300| [7a02b364b68c0bf7f065f5c217fae458f0efdb8d] | committer: James Almer avcodec/vp9_superframe_bsf: cache packets by creating new references rather than moving them Should hopefully fix the invalid reads after free introduced

[FFmpeg-cvslog] lswr/rematrix: Support s32p.

2017-10-31 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sat Oct 28 22:52:02 2017 +0200| [ff994c2aaa0a9bbe49cfcdb175f1f6782f7856ed] | committer: Carl Eugen Hoyos lswr/rematrix: Support s32p. Fixes ticket #6785. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff994c2aaa0a9bbe49cfcdb175f1f6782f

[FFmpeg-cvslog] avcodec/mips: Improve hevc bi hz and hv mc msa functions

2017-10-31 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Fri Oct 27 18:53:28 2017 +0530| [e39c0f29a17fb9d83596539c7f99db1bc16c09b0] | committer: Michael Niedermayer avcodec/mips: Improve hevc bi hz and hv mc msa functions Align the mask buffer. Signed-off-by: Kaustubh Raste Reviewed-by: Manojkumar Bhosale

[FFmpeg-cvslog] examples/transcoding: suppress build warning.

2017-10-31 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 31 16:09:45 2017 +0800| [fdfc51766d28087c44307ddb5a4b087d47dbe8ef] | committer: Michael Niedermayer examples/transcoding: suppress build warning. suppress the "warning: assignment discards ‘const’ qualifier from pointer target type" build warning.

[FFmpeg-cvslog] avcodec/mips: Improve hevc uni vt and hv mc msa functions

2017-10-31 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Fri Oct 27 19:16:33 2017 +0530| [a211626978823c28d4b8e914019766833b77155b] | committer: Michael Niedermayer avcodec/mips: Improve hevc uni vt and hv mc msa functions Remove unused macro. Signed-off-by: Kaustubh Raste Reviewed-by: Manojkumar Bhosale

[FFmpeg-cvslog] examples/filtering_video: suppress the build warning.

2017-10-31 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 31 16:11:06 2017 +0800| [cb6e20f8de12cf6401ae2dd5f9eea9587ddfe1eb] | committer: Michael Niedermayer examples/filtering_video: suppress the build warning. suppress the "warning: assignment discards ‘const’ qualifier from pointer target type" build wa

[FFmpeg-cvslog] examples/filtering_audio: suppress the build warning.

2017-10-31 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Oct 31 16:12:36 2017 +0800| [5c51d0edd4f37d675cbe1a010baa38c6968b8f19] | committer: Michael Niedermayer examples/filtering_audio: suppress the build warning. suppress the "warning: assignment discards ‘const’ qualifier from pointer target type" build wa

[FFmpeg-cvslog] lavu/murmur3: Enforce usual function attribute order.

2017-10-31 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Nov 1 03:05:51 2017 +0100| [17806f6083c888fbb1a35da6dd21c42a20e5a315] | committer: Carl Eugen Hoyos lavu/murmur3: Enforce usual function attribute order. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17806f6083c888fbb1a35da6dd21c4