[FFmpeg-cvslog] avfilter/vf_signature: use av_strlcpy()

2018-03-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 30 02:16:31 2018 +0200| [35eeff30caf34df835206f1c12bcf4b7c2bd6758] | committer: Michael Niedermayer avfilter/vf_signature: use av_strlcpy() Fixes: out of array access Found-by: Kira

[FFmpeg-cvslog] avcodec/utvideodec: Set pro flag based on fourcc

2018-03-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 31 03:10:43 2018 +0200| [47b7c68ae54560e2308bdb6be4fb076c73b93081] | committer: Michael Niedermayer avcodec/utvideodec: Set pro flag based on fourcc This avoids mixing 8bit variants with pro and 10bit with non pro

[FFmpeg-cvslog] avformat/mov: parse multiple iTunes cover images

2018-03-31 Thread Timo Teräs
ffmpeg | branch: master | Timo Teräs | Thu Mar 29 15:59:33 2018 +0300| [8c980b1c92bbc98ed12b6a43269572aaacf31426] | committer: Michael Niedermayer avformat/mov: parse multiple iTunes cover images Multiple cover images are supported by having multiple data atoms inside the

[FFmpeg-cvslog] configure: fix build

2018-03-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 1 02:34:28 2018 +0200| [8247e0304ed5fa862e8ea30867ebc6e0b30d2fab] | committer: Michael Niedermayer configure: fix build regression since 8f1382f80e0d4184c54c14afdda6482f050fbba7 >

[FFmpeg-cvslog] arm: hevcdsp: Avoid using macro expansion counters

2018-03-31 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Mar 31 21:54:41 2018 +0300| [6660bc034d212dc8fb01715d6bf3a6d3866e9715] | committer: Martin Storsjö arm: hevcdsp: Avoid using macro expansion counters Clang supports the macro expansion counter (used for making unique labels

[FFmpeg-cvslog] arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported

2018-03-31 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Mar 31 21:54:32 2018 +0300| [f33f728470434a9981a53d7560d67657b93d1e26] | committer: Martin Storsjö arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported Vanilla clang supports altmacro since clang 5.0, and thus

[FFmpeg-cvslog] arm: hevcdsp: Add commas between macro arguments

2018-03-31 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Mar 31 21:54:46 2018 +0300| [5f83935de4ef1e32d22f90016b9ddebc1e56153f] | committer: Martin Storsjö arm: hevcdsp: Add commas between macro arguments When targeting darwin, clang requires commas between arguments, while the

[FFmpeg-cvslog] Revert "lavd: add new API for iterating input and output devices"

2018-03-31 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Fri Mar 23 10:16:15 2018 +| [d8ae40611bc01257776b71f20d774eb720151906] | committer: Josh de Kock Revert "lavd: add new API for iterating input and output devices" This reverts commit 0fd475704e871ef3a535947596a012894bae3cbd.

[FFmpeg-cvslog] cmdutils: use new APIs

2018-03-31 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Fri Mar 23 20:38:32 2018 +| [22381906f3fd414d5c87593960903a1bf7797ee2] | committer: Josh de Kock cmdutils: use new APIs Signed-off-by: Josh de Kock >

[FFmpeg-cvslog] checkasm/Makefile: add EXTRALIBS-libavformat

2018-03-31 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sat Mar 17 21:34:18 2018 +| [cda43940da872ebc15bc1f676fe81b544196446d] | committer: Josh de Kock checkasm/Makefile: add EXTRALIBS-libavformat Signed-off-by: Josh de Kock >

[FFmpeg-cvslog] lavfi: add new iteration API

2018-03-31 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Sun Feb 18 17:20:26 2018 +| [8f1382f80e0d4184c54c14afdda6482f050fbba7] | committer: Josh de Kock lavfi: add new iteration API Signed-off-by: Josh de Kock >

[FFmpeg-cvslog] lavd: remove linked lists

2018-03-31 Thread Josh de Kock
ffmpeg | branch: master | Josh de Kock | Fri Mar 23 20:38:25 2018 +| [65452bcd6416bf94193664a45816a055d2ff15b0] | committer: Josh de Kock lavd: remove linked lists Signed-off-by: Josh de Kock >

[FFmpeg-cvslog] avfilter/showvolume : add comment for orientation condition

2018-03-31 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Fri Mar 30 21:13:27 2018 +0200| [34304677c05be782964b9fb704b13c01e19c9c80] | committer: Paul B Mahol avfilter/showvolume : add comment for orientation condition >

[FFmpeg-cvslog] avfilter/showvolume : indent after prev commit

2018-03-31 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Fri Mar 30 21:16:47 2018 +0200| [328df2f71234aa817e2279ec9fdadb81dca0b149] | committer: Paul B Mahol avfilter/showvolume : indent after prev commit >

[FFmpeg-cvslog] doc/avfilter/showvolume : fix doc for orientation param

2018-03-31 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Fri Mar 30 22:42:42 2018 +0200| [e8d785035320453b52f915bce083afd4109ab92c] | committer: Paul B Mahol doc/avfilter/showvolume : fix doc for orientation param possible value are h or v. >

[FFmpeg-cvslog] avfilter/showvolume : calculate fade only if fade < 1.

2018-03-31 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Fri Mar 30 21:15:56 2018 +0200| [25b22666a3c05ae15a5d6cc3b0be5c8b034f00f6] | committer: Paul B Mahol avfilter/showvolume : calculate fade only if fade < 1. >

[FFmpeg-cvslog] avfilter/avf_showvolume: let fade be also exactly 0

2018-03-31 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Mar 31 09:26:37 2018 +0200| [0c25caa4708cc3a89a9ee9666d0257e6dc6a1573] | committer: Paul B Mahol avfilter/avf_showvolume: let fade be also exactly 0 Signed-off-by: Paul B Mahol >