[FFmpeg-cvslog] movenc: Define the flag bits using shifts instead of as decimal numbers

2014-11-03 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 2 17:01:10 2014 +0200| [2f221b6a9365aa400061e16266f2d1242f7169f8] | committer: Martin Storsjö movenc: Define the flag bits using shifts instead of as decimal numbers Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] avcodec/options_table fix min of audio channels and sample rate

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Nov 3 13:20:24 2014 +0100| [206c98f303e833c9e94427c9e3f9867f85265f78] | committer: Michael Niedermayer avcodec/options_table fix min of audio channels and sample rate Found-by: Lukasz Marek lukasz.m.lu...@gmail.com

[FFmpeg-cvslog] configure: add xcb cflags and extralibs to cflags and extralibs.

2014-11-03 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet benoit.fo...@free.fr | Mon Nov 3 11:04:25 2014 +0100| [50138ea4f7b3df618b905f9540174387cded79c6] | committer: Michael Niedermayer configure: add xcb cflags and extralibs to cflags and extralibs. Replace xcb_event by xcb, as the former is no more used and

[FFmpeg-cvslog] avfilter/vf_idet: use av_rescale()

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Nov 3 17:22:16 2014 +0100| [4bbd8f05f7c34967e1c1f7831ae70cde1edd50b5] | committer: Michael Niedermayer avfilter/vf_idet: use av_rescale() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avfilter/vf_idet: add a half_life option for statistics

2014-11-03 Thread Kevin Mitchell
ffmpeg | branch: master | Kevin Mitchell kevmi...@gmail.com | Sun Nov 2 21:30:51 2014 -0800| [fe6f5f2908ae9ac49e8f4f0aae66839f1557c61a] | committer: Michael Niedermayer avfilter/vf_idet: add a half_life option for statistics This can be useful for videos in which the interlacing pattern

[FFmpeg-cvslog] avfilter/vf_idet: fix rounding of av_dict_set_fxp()

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Nov 3 17:14:29 2014 +0100| [5d590d87b30c59dfb853ebde6276d36f8a8bbc58] | committer: Michael Niedermayer avfilter/vf_idet: fix rounding of av_dict_set_fxp() fixes the remainder overflowing beyond .999 Signed-off-by: Michael

[FFmpeg-cvslog] avfilter/vf_idet: use exp2()

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Nov 3 17:22:33 2014 +0100| [898635ad9ec9cadc3c45b61fba97a471f2be7d27] | committer: Michael Niedermayer avfilter/vf_idet: use exp2() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] doc: Better documentation for the bitexact flag

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri Oct 31 23:45:43 2014 +0100| [bd0f866731ac8fed122100e5a4b86ac8f0d81dd1] | committer: Michael Niedermayer doc: Better documentation for the bitexact flag Reviewed-by: Benoit Fouet benoit.fo...@free.fr Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/libwebpenc: add quality option

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Nov 1 20:28:31 2014 +0100| [716674b151c15b465e98630108845a228a136793] | committer: Michael Niedermayer avcodec/libwebpenc: add quality option previously quality could only be set through qscale/global_quality but the scale

[FFmpeg-cvslog] avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt()

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Nov 3 22:23:54 2014 +0100| [a6593f7cc6e4aeebcae4a0f74ca105940379419e] | committer: Michael Niedermayer avformat/mpegts: Do not add pid if its already there with add_pid_to_pmt() Signed-off-by: Michael Niedermayer

Re: [FFmpeg-cvslog] avfilter/vf_idet: use exp2()

2014-11-03 Thread Pascal Massimino
On Mon, Nov 3, 2014 at 8:33 AM, Michael Niedermayer g...@videolan.org wrote: ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Nov 3 17:22:33 2014 +0100| [898635ad9ec9cadc3c45b61fba97a471f2be7d27] | committer: Michael Niedermayer avfilter/vf_idet: use exp2() lgtm

Re: [FFmpeg-cvslog] avfilter/vf_idet: use av_rescale()

2014-11-03 Thread Pascal Massimino
On Mon, Nov 3, 2014 at 8:33 AM, Michael Niedermayer g...@videolan.org wrote: ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Nov 3 17:22:16 2014 +0100| [4bbd8f05f7c34967e1c1f7831ae70cde1edd50b5] | committer: Michael Niedermayer avfilter/vf_idet: use av_rescale()