[FFmpeg-cvslog] lavfi/curves: remove pointless logging since the addition of plot option

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 22 22:01:37 2016 +0200| [51a873d44114cdd9446a38aa32a0b9223995ffd7] | committer: Clément Bœsch lavfi/curves: remove pointless logging since the addition of plot option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51a873d44114cdd94

[FFmpeg-cvslog] lavfi/curves: add plot option

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 22 01:17:44 2016 +0200| [4a8f5f1fd83dfa92e02901e543d79124c4e551dc] | committer: Clément Bœsch lavfi/curves: add plot option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a8f5f1fd83dfa92e02901e543d79124c4e551dc --- doc/filters.t

[FFmpeg-cvslog] lavfi/curves: reindent after previous commit

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Jul 24 12:11:30 2016 +0200| [39c6d4a8c592028a0f4f1a2af0cffe9c977d2ea1] | committer: Clément Bœsch lavfi/curves: reindent after previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39c6d4a8c592028a0f4f1a2af0cffe9c977d2ea1 ---

[FFmpeg-cvslog] lavfi/curves: dynamically allocate LUTs

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 22 22:20:53 2016 +0200| [050f790594ee21cc1b9e36ffbbe23dde9617451f] | committer: Clément Bœsch lavfi/curves: dynamically allocate LUTs This simplifies following commits. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=050f790594ee21

[FFmpeg-cvslog] lavfi/curves: do not automatically insert points at x=0 and x=1

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Jul 16 13:46:32 2016 +0200| [5c14018fc4f6ae9fcce7eaf8dd2d66cb6fbfc7bc] | committer: Clément Bœsch lavfi/curves: do not automatically insert points at x=0 and x=1 There is actually a need for the origin and end point not to be defined. We can not au

[FFmpeg-cvslog] lavfi/curves: move alloc and init of LUTs inside config_input()

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Jul 24 11:13:29 2016 +0200| [f19f5b906d706d4c4d55e5588668956ea288f433] | committer: Clément Bœsch lavfi/curves: move alloc and init of LUTs inside config_input() This is needed in order to have different sizes of LUTs according to the input. > htt

[FFmpeg-cvslog] lavfi/curves: pass log ctx as void* instead of AVFilterContext*

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Jul 24 12:13:46 2016 +0200| [62a31aecf607da82f5bd7ad6e578e0d708d55f0e] | committer: Clément Bœsch lavfi/curves: pass log ctx as void* instead of AVFilterContext* > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62a31aecf607da82f5bd7ad6e5

[FFmpeg-cvslog] lavfi/curves: add various const where it makes sense

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Jul 22 22:00:37 2016 +0200| [4eee06ae873095ad7413830753c9bd7d793d31ba] | committer: Clément Bœsch lavfi/curves: add various const where it makes sense > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4eee06ae873095ad7413830753c9bd7d793d3

[FFmpeg-cvslog] lavfi/curves: prefix init and uninit function names

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Jul 24 12:17:01 2016 +0200| [b470d81f4e8e65ad1c44b8fb9b1748a94c6f209f] | committer: Clément Bœsch lavfi/curves: prefix init and uninit function names > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b470d81f4e8e65ad1c44b8fb9b1748a94c6f20

[FFmpeg-cvslog] lavfi/curves: add 16-bit support

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Jul 23 11:56:56 2016 +0200| [e30cdac14b55ef290e26e055a88055ba9cde2f46] | committer: Clément Bœsch lavfi/curves: add 16-bit support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e30cdac14b55ef290e26e055a88055ba9cde2f46 --- Changelog

[FFmpeg-cvslog] lavfi: bump minor after recent curves filter additions

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Jul 24 12:22:41 2016 +0200| [6e971f7d66f95f6683a0f52a9df2afdc1ea4bf2b] | committer: Clément Bœsch lavfi: bump minor after recent curves filter additions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e971f7d66f95f6683a0f52a9df2afdc1ea

[FFmpeg-cvslog] tests/fate: add dnxhr encoding tests

2016-07-24 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Sat Jul 23 18:10:33 2016 -0700| [6108cb2ce3ee6c051629ff59495edd2a1a58830e] | committer: Michael Niedermayer tests/fate: add dnxhr encoding tests added sws_flags flags and tested against x86_32 Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] lavfi/selectivecolor: fix picking black as neutral when alpha is present

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Jul 24 14:21:01 2016 +0200| [b8aaedcd0147be00c7d9b58c85a9caf49fb6b6db] | committer: Clément Bœsch lavfi/selectivecolor: fix picking black as neutral when alpha is present > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8aaedcd0147be00c

[FFmpeg-cvslog] lavfi/selectivecolor: add 16-bit support

2016-07-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 14 17:23:08 2016 +0200| [308f9b1c49445abefc85c02e1c8ccf8eb463465b] | committer: Clément Bœsch lavfi/selectivecolor: add 16-bit support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=308f9b1c49445abefc85c02e1c8ccf8eb463465b --- Ch

[FFmpeg-cvslog] Revert "Merge commit '3c53627ac17fc6bdea5029be57da1e03b32d265d'"

2016-07-24 Thread Ivan Uskov
ffmpeg | branch: master | Ivan Uskov | Sun Jul 24 09:59:42 2016 -0400| [b4054100f675b395204f1a0471fba0b06fe08e9f] | committer: Michael Niedermayer Revert "Merge commit '3c53627ac17fc6bdea5029be57da1e03b32d265d'" This reverts commit d30cf57a7b2097b565db02ecfffbdc9c16423d0e, reversing changes m

[FFmpeg-cvslog] lavc/h264_ps: Be more verbose when truncating likely oversized PPS.

2016-07-24 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Jul 22 19:24:15 2016 +0200| [9bd35a76fc94e2ac633c9b3e831859e2846e59ea] | committer: Carl Eugen Hoyos lavc/h264_ps: Be more verbose when truncating likely oversized PPS. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bd35a76fc94e2ac

[FFmpeg-cvslog] lavc: always build dnxhddata

2016-07-24 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Sun Jul 24 22:26:47 2016 +0200| [2adbea4e216ce38a8bf6c72de16267c9162c174d] | committer: Matthieu Bouron lavc: always build dnxhddata lavc/movenc rely on avpriv_dnxhd_parse_header_prefix declared by dnxhddata.h since e47981dab7fb7c9499b959cb0125b72813

[FFmpeg-cvslog] lavc/Makefile: Fix standalone compilation of the svq3 decoder.

2016-07-24 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.1 | Carl Eugen Hoyos | Sun Jul 24 23:50:33 2016 +0200| [2e1be2271506c0589ab68583d6b524a4b5acc9be] | committer: Carl Eugen Hoyos lavc/Makefile: Fix standalone compilation of the svq3 decoder. Regression since 0bf5fd2e (cherry picked from commit 71167f7f8434341b3f76da6

[FFmpeg-cvslog] lavc/Makefile: Fix standalone compilation of the svq3 decoder.

2016-07-24 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Jul 24 23:50:33 2016 +0200| [71167f7f8434341b3f76da68a10923b6525e2e87] | committer: Carl Eugen Hoyos lavc/Makefile: Fix standalone compilation of the svq3 decoder. Regression since 0bf5fd2e > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com