[FFmpeg-cvslog] vf_libopencv: add support for opencv 3

2016-01-25 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Jan 21 23:17:47 2016 +0100| [38622007c4bdfbdc9e688bf5bb1cdcab0f045e67] | committer: Andreas Cadhalpun vf_libopencv: add support for opencv 3 It dropped the old headers, but the replacements are already available with opencv 2. Reviewed-by: Mic

[FFmpeg-cvslog] lavc/libzvbi-teletextdec: remove cmax variable

2016-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Jan 21 22:50:46 2016 +0100| [92f2a9dbc501f3d3423253b00fc25bb9bd330657] | committer: Marton Balint lavc/libzvbi-teletextdec: remove cmax variable Use VBI_NB_COLORS instead. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] lavc/libzvbi-teletextdec: use the built-in transparent color for transparent background

2016-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Jan 21 22:49:12 2016 +0100| [fe4a2cbd4d220a11cc82175f4cc699a4b8e74cd0] | committer: Marton Balint lavc/libzvbi-teletextdec: use the built-in transparent color for transparent background Signed-off-by: Marton Balint > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavc/libzvbi-teletextdec: add support for setting background opacity

2016-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Jan 21 23:57:50 2016 +0100| [73e4565dff92d372e53a2073b65a3c88d0ac8baa] | committer: Marton Balint lavc/libzvbi-teletextdec: add support for setting background opacity Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-25 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Jan 25 01:42:23 2016 +0100| [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas Cadhalpun build: use a link instead of changing current directory when compiling If links don't work, fall back to using the full source path as was pre

[FFmpeg-cvslog] avformat/mpegtsenc: Fix multi program so that it supports adding the same stream to multiple programs.

2016-01-25 Thread Vittorio Gambaletta (VittGam)
ffmpeg | branch: master | Vittorio Gambaletta (VittGam) | Sun Jan 24 06:06:36 2016 +0100| [8b02af1e6fbb0d782f3561afd82f66edc7fa8ae0] | committer: Michael Niedermayer avformat/mpegtsenc: Fix multi program so that it supports adding the same stream to multiple programs. Signed-off-by: Vittorio

[FFmpeg-cvslog] lavc/rawdec: Use 16-byte line alignment for AV_PIX_FMT_MONOWHITE

2016-01-25 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Mon Jan 25 18:09:18 2016 +0100| [191ec55c9fc1ab0147b1e952d0700fde3ce9fbcb] | committer: Michael Niedermayer lavc/rawdec: Use 16-byte line alignment for AV_PIX_FMT_MONOWHITE The line alignment for 1 bpp raw AV_PIX_FMT_MONOWHITE video (currently used for

[FFmpeg-cvslog] avcodec/synth_filter: split off remaining code from dcadec files

2016-01-25 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jan 24 23:52:19 2016 -0300| [209f50e16b5e66424d593ba4f9d4d8be5feff947] | committer: James Almer avcodec/synth_filter: split off remaining code from dcadec files Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2

[FFmpeg-cvslog] avcodec/dcaenc: do not change user requested bitrate

2016-01-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jan 25 16:54:53 2016 +0100| [5dc37a5d8abd18755c5a2cae0840c32579ec299c] | committer: Paul B Mahol avcodec/dcaenc: do not change user requested bitrate Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5dc37a5d8a

[FFmpeg-cvslog] avcodec/dcaenc: return correct number of bytes in output packet

2016-01-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jan 25 16:03:17 2016 +0100| [06f65fd026a1a329ecb151f07fc08ca68499cad7] | committer: Paul B Mahol avcodec/dcaenc: return correct number of bytes in output packet Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/utils: run ff_frame_thread_encoder_init() only for encoders

2016-01-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 25 16:06:03 2016 +0100| [ed0c550564a8502210e8c8c6cd5604ca1f390cd9] | committer: Michael Niedermayer avcodec/utils: run ff_frame_thread_encoder_init() only for encoders Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavc/rawdec: Use 16-byte line alignment for 1, 2, 4 and 8 bpp

2016-01-25 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Mon Jan 25 03:59:49 2016 +0100| [82325dbec144114f213a4f29450b7f5153b6ef0f] | committer: Michael Niedermayer lavc/rawdec: Use 16-byte line alignment for 1, 2, 4 and 8 bpp This patch aligns the lines of 1 bpp depth for QuickTime, and 2, 4 and 8 bpp depth

[FFmpeg-cvslog] avcodec/rawdec: initialize palette for mono

2016-01-25 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Tue Jan 19 18:48:06 2016 +0100| [fe7639b1c8be49ced7465c6a91a9008f406cc5ba] | committer: Michael Niedermayer avcodec/rawdec: initialize palette for mono Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe7

[FFmpeg-cvslog] avcodec/rawdec: Check height and packet size

2016-01-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 25 03:42:45 2016 +0100| [46f67f4a34cab5f5686baf1605dd77d3c70740b5] | committer: Michael Niedermayer avcodec/rawdec: Check height and packet size Avoids potential division by 0 Signed-off-by: Michael Niedermayer > http://git.videolan.or