[FFmpeg-cvslog] README: fix 2 typo in the doc/examples sentence

2014-11-03 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Nov 3 09:20:27 2014 +0100| [4f4de7f49e0d0c37df8fd2f59f59819cdc935da7] | committer: Clément Bœsch README: fix 2 typo in the doc/examples sentence > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f4de7f49e0d0c37df8fd2f59f59819cdc935da7 -

[FFmpeg-cvslog] lavf/flvenc: fail in case the muxed packet is too big

2014-11-03 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Mon Nov 3 00:28:06 2014 +0100| [f0158e6f0cc1bd6bf5d0485a325bdc654fcd3328] | committer: Stefano Sabatini lavf/flvenc: fail in case the muxed packet is too big Avoid the creation of files which cannot be successfully decoded by ffmpeg, for example ge

[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ö | 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ö > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] Merge commit '2f221b6a9365aa400061e16266f2d1242f7169f8'

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 3 11:52:52 2014 +0100| [ea0b9218f4a60e1e2591bcc1fa745b43ea0411bf] | committer: Michael Niedermayer Merge commit '2f221b6a9365aa400061e16266f2d1242f7169f8' * commit '2f221b6a9365aa400061e16266f2d1242f7169f8': movenc: Define the flag bit

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

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | 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 Signed-off-by: Michael Niedermayer > http://git.

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

2014-11-03 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | 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 the latter is needed

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

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 3 17:22:16 2014 +0100| [4bbd8f05f7c34967e1c1f7831ae70cde1edd50b5] | committer: Michael Niedermayer avfilter/vf_idet: use av_rescale() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4bbd8f

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

2014-11-03 Thread Kevin Mitchell
ffmpeg | branch: master | Kevin Mitchell | 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 changes. Signed-off-b

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

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | 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 Niedermayer > ht

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

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 3 17:22:33 2014 +0100| [898635ad9ec9cadc3c45b61fba97a471f2be7d27] | committer: Michael Niedermayer avfilter/vf_idet: use exp2() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=898635ad9ec9

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

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 31 23:45:43 2014 +0100| [bd0f866731ac8fed122100e5a4b86ac8f0d81dd1] | committer: Michael Niedermayer doc: Better documentation for the bitexact flag Reviewed-by: Benoit Fouet Signed-off-by: Michael Niedermayer > http://git.videolan.org/

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

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | 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 was inverted. Usin

[FFmpeg-cvslog] avformat/utils: Leave skip_clear enabled until after estimate_timings()

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 3 22:53:48 2014 +0100| [a7f25979dd568f4f7253ebb3e30f802c7009fbaa] | committer: Michael Niedermayer avformat/utils: Leave skip_clear enabled until after estimate_timings() Should make no difference but will be needed for subsequent commit

[FFmpeg-cvslog] avformat/mpegts: Continue parsing PMTs during duration estimation

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 3 22:55:07 2014 +0100| [db0471c40f0fb30355c07cca5fe7317ab6778b5a] | committer: Michael Niedermayer avformat/mpegts: Continue parsing PMTs during duration estimation This way if we by chance run into a valid PMT we have a more complete se

[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 | 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 > http://git.videolan.org/

[FFmpeg-cvslog] avformat/rtmpproto: Do not fail when the length cannot be determined for live streams

2014-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 4 00:35:32 2014 +0100| [09711545f5d256bd3ac77004d123dae36c5db8f9] | committer: Michael Niedermayer avformat/rtmpproto: Do not fail when the length cannot be determined for live streams Fixes Ticket4071 Signed-off-by: Michael Niedermaye

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 wrote: > ffmpeg | branch: master | Michael Niedermayer | Mon > Nov 3 17:22:33 2014 +0100| [898635ad9ec9cadc3c45b61fba97a471f2be7d27] | > committer: Michael Niedermayer > > avfilter/vf_idet: use exp2() > lgtm > > Signed-off-by: Michael Niede

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 wrote: > ffmpeg | branch: master | Michael Niedermayer | Mon > Nov 3 17:22:16 2014 +0100| [4bbd8f05f7c34967e1c1f7831ae70cde1edd50b5] | > committer: Michael Niedermayer > > avfilter/vf_idet: use av_rescale() > > Signed-off-by: Michael Niedermay