[FFmpeg-cvslog] doc/filters: Clarify scale2ref example

2017-05-27 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Sat May 27 10:10:46 2017 -0400| [114e8716214d414d7965029ae5fe74668ed69e4a] | committer: Michael Niedermayer doc/filters: Clarify scale2ref example Signed-off-by: Kevin Mark Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libavfilter/scale2ref: Add constants for the primary input

2017-06-01 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Tue May 30 13:34:29 2017 -0400| [3385989b98be7940044e4f0a6b431a0a00abf2fa] | committer: Michael Niedermayer libavfilter/scale2ref: Add constants for the primary input Variables pertaining to the main video are now available when using the scale2ref

[FFmpeg-cvslog] doc/filters: Clarify scale2ref example

2017-06-01 Thread Kevin Mark
ffmpeg | branch: release/3.3 | Kevin Mark | Sat May 27 10:10:46 2017 -0400| [573e40e8f1c3b6aabd4e60520e3c6e7a72a7c629] | committer: Michael Niedermayer doc/filters: Clarify scale2ref example Signed-off-by: Kevin Mark Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] libavfilter/scale2ref: Fix out-of-bounds array access

2017-06-03 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Sat Jun 3 05:04:19 2017 -0400| [08213e0b7974b7e75d9031d6e448be49a494c0a1] | committer: Michael Niedermayer libavfilter/scale2ref: Fix out-of-bounds array access ff_scale_eval_dimensions blindly assumes that two inputs are always available as of

[FFmpeg-cvslog] FATE: Add test for libavfilter/scale2ref

2017-06-04 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Sun Jun 4 03:53:31 2017 -0400| [4af496473a0684b798d5712d8c96357e9b036b43] | committer: Michael Niedermayer FATE: Add test for libavfilter/scale2ref This new FATE test for the scale2ref filter makes use of the recently added scale2ref-specific variables

[FFmpeg-cvslog] doc/filters: Clarify scale2ref example

2017-06-05 Thread Kevin Mark
ffmpeg | branch: release/2.8 | Kevin Mark | Sat May 27 10:10:46 2017 -0400| [fde04ca718003206667716cb7a39479030efadd9] | committer: Michael Niedermayer doc/filters: Clarify scale2ref example Signed-off-by: Kevin Mark Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] libavutil/eval: Add round function to expression parser

2017-06-06 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Tue Jun 6 00:43:13 2017 -0400| [482566ccc3fdcdbaf0f1e78309bf8ea9ddbce66b] | committer: Michael Niedermayer libavutil/eval: Add round function to expression parser We have floor, ceil, and trunc. Let's add round. Signed-off-by: Kevin Mark Signed-o

[FFmpeg-cvslog] doc/filters: Clarify scale2ref example

2017-06-18 Thread Kevin Mark
ffmpeg | branch: release/3.1 | Kevin Mark | Sat May 27 10:10:46 2017 -0400| [5aaec845738ba401a97eae4fb16955610f30b1d8] | committer: Michael Niedermayer doc/filters: Clarify scale2ref example Signed-off-by: Kevin Mark Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] doc/filters: Correct scale doc regarding w/h <= 0

2017-06-19 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Mon Jun 12 01:59:05 2017 -0400| [5aea18cbd8828da885d76d528fcbf5b2fd6834ca] | committer: Ronald S. Bultje doc/filters: Correct scale doc regarding w/h <= 0 According to libavfilter/scale.c, if the width and height are both less than or equal to 0 then

[FFmpeg-cvslog] libavfilter/scale: Populate ow/oh when using 0 as w/h

2017-06-19 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Wed Jun 14 01:03:18 2017 -0400| [05feeeb813e9f71f69b6b3a7f33856c609237c06] | committer: Ronald S. Bultje libavfilter/scale: Populate ow/oh when using 0 as w/h The input width and height is known at parse time so there's no reason ow/oh should n

[FFmpeg-cvslog] libavfilter/scale2ref: Maintain main input's DAR

2017-07-04 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Mon Jun 5 06:55:21 2017 -0400| [d32a6c36e44c4c543786922f5876372662c340e3] | committer: Michael Niedermayer libavfilter/scale2ref: Maintain main input's DAR The scale2ref filter will now maintain the DAR of the main input and not the DAR of the refe