[FFmpeg-cvslog] avfilter/vf_scale: If no output color matrix is specified, use the input

2015-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 31 00:17:50 2015 +0200| [58a0b7f1143511b712741af91d5f4bcbbe9d1488] | committer: Michael Niedermayer avfilter/vf_scale: If no output color matrix is specified, use the input This should only affect yuv->yuv, and not change behavior Signed

[FFmpeg-cvslog] swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails() to the first context

2015-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 31 00:34:55 2015 +0200| [1acd6311a100859f3ef4119790da9d5cb5546979] | committer: Michael Niedermayer swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails() to the first context Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avfilter/vf_scale: Do not skip scale if the color matrix mismatches

2015-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 30 23:49:04 2015 +0200| [5a00c30041a47f49c070b36939d64bcd3c811fe0] | committer: Michael Niedermayer avfilter/vf_scale: Do not skip scale if the color matrix mismatches Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vf_scale: Do not skip scale if range mismatches

2015-08-30 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Aug 30 23:46:11 2015 +0200| [75d9006475a1b07544ca3c116c02689c8cc1a90c] | committer: Michael Niedermayer avfilter/vf_scale: Do not skip scale if range mismatches Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] swscale/utils: Split scaling if possible and yuv-> yuv with different matrixes is requested

2015-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 30 23:58:37 2015 +0200| [8e05f9217ae567a26ea71dd29acd79b1631ae593] | committer: Michael Niedermayer swscale/utils: Split scaling if possible and yuv->yuv with different matrixes is requested This uses a RGB intermediate, a more optimal s

[FFmpeg-cvslog] fate: add -fflags +bitexact to the relevant targets

2015-08-30 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Aug 22 15:34:28 2015 +0200| [c64060d56a049feb4537a50db6aa31307264f893] | committer: Andreas Cadhalpun fate: add -fflags +bitexact to the relevant targets This fixes fate with FF_API_LAVF_BITEXACT disabled. Reviewed-by: Ronald S. Bultje Signed

[FFmpeg-cvslog] avfilter: add missing FF_API_AVFILTERBUFFER guards

2015-08-30 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Aug 17 00:34:58 2015 +0200| [e6c20e214efd21cac56309c1548cf5dbdf1edf38] | committer: Andreas Cadhalpun avfilter: add missing FF_API_AVFILTERBUFFER guards Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun > http://git.videolan.

[FFmpeg-cvslog] mux: warn if the encoders bitexact flag is set, but not the muxers

2015-08-30 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Aug 25 00:37:04 2015 +0200| [c34363acd21c4431a59db41f08dbae637097773a] | committer: Andreas Cadhalpun mux: warn if the encoders bitexact flag is set, but not the muxers Based-on-patch-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] avfilter/vf_separatefields: use the name 's' for the pointer to the private context

2015-08-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Aug 30 08:46:08 2015 -0700| [0169c4dc818bd88e9c203afb51de2afda49c657c] | committer: Paul B Mahol avfilter/vf_separatefields: use the name 's' for the pointer to the private context Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org

[FFmpeg-cvslog] avcodec/qsv : Added look ahead rate control mode

2015-08-30 Thread Sven Dueking
ffmpeg | branch: master | Sven Dueking | Fri Aug 21 09:17:35 2015 +0100| [67e87f8050cb8cc61e016cb77be137c18653cbfe] | committer: Michael Niedermayer avcodec/qsv : Added look ahead rate control mode Reviewed-by: Ivan Uskov Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avfilter/vf_vectorscope: make color mode more useful

2015-08-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 30 13:34:17 2015 +| [dead1964ea8c4a87adb098c2c1abb2778b01831f] | committer: Paul B Mahol avfilter/vf_vectorscope: make color mode more useful Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dead1964ea

[FFmpeg-cvslog] swresample/swresample-test: Make layouts static const

2015-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 30 12:45:53 2015 +0200| [fb42e775163400a01d277764a7865f8d7e7b825b] | committer: Michael Niedermayer swresample/swresample-test: Make layouts static const Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avdevice/libdc1394: Make dc1394_frame_format and dc1394_frame_rate, static

2015-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 30 12:42:42 2015 +0200| [ab800add7b85a7aa9d82e3ad4a7ff81026cfa8e3] | committer: Michael Niedermayer avdevice/libdc1394: Make dc1394_frame_format and dc1394_frame_rate, static These are not used outside nor are in installed headers Signed

[FFmpeg-cvslog] avcodec/options: Make dummy_v?_encoder static

2015-08-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 30 11:56:41 2015 +0200| [845fb3d4a5f48b5e3859c469a84e053346a1af90] | committer: Michael Niedermayer avcodec/options: Make dummy_v?_encoder static It does not need to be non static Signed-off-by: Michael Niedermayer > http://git.videola

[FFmpeg-cvslog] doc/filters: mention all short names for vectorscope options

2015-08-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 30 08:35:02 2015 +| [a902bebdab754266c5b361e5dcd60923abcd4dfa] | committer: Paul B Mahol doc/filters: mention all short names for vectorscope options Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9

[FFmpeg-cvslog] avfilter/vf_vectorscope: implement envelope support

2015-08-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 29 21:18:53 2015 +| [7516aa9a4afcfd3c0b1a326045669ad615f39f37] | committer: Paul B Mahol avfilter/vf_vectorscope: implement envelope support Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7516aa9a4af