[FFmpeg-cvslog] lavfi/vf_decimate: do not compare the first frame to itself.

2016-01-03 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sat Oct 24 19:43:55 2015 +0200| [962727acb4e3c4dff856b48460ddcf747fcfda93] | committer: Nicolas George lavfi/vf_decimate: do not compare the first frame to itself. This is a waste of computing power and will result to 0, making it always dropped. Use

[FFmpeg-cvslog] avformat/ffmdec: Add {} to nested if/else

2016-01-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 3 15:47:23 2016 +0100| [97c162add7f33f4f8c82b1f873830d96e04ab06a] | committer: Michael Niedermayer avformat/ffmdec: Add {} to nested if/else This preempts potential bugs if this is changed and the indention ends up different from C inter

[FFmpeg-cvslog] ffmdec: reset packet_end in case of failure

2016-01-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Jan 2 16:27:02 2016 +0100| [40eb2531b279abe008012c5c2c292552d3e62449] | committer: Andreas Cadhalpun ffmdec: reset packet_end in case of failure This fixes segmentation faults caused by passing a packet_ptr of NULL to memcpy. Reviewed-by: Mic

[FFmpeg-cvslog] get_bits: add get_bitsz for reading 0-25 bits

2016-01-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Jan 3 00:28:42 2016 +0100| [713654d9d3a6931a9b4cd0cffa4bb61cd1357977] | committer: Andreas Cadhalpun get_bits: add get_bitsz for reading 0-25 bits This can be used to simplify code in a couple of places. Reviewed-by: Michael Niedermayer Sign

[FFmpeg-cvslog] lavc: use get_bitsz to simplify the code

2016-01-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Jan 3 01:19:23 2016 +0100| [43ff4aed26cba2cce230972add631ab938d33b30] | committer: Andreas Cadhalpun lavc: use get_bitsz to simplify the code Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun > http://git.videolan.org/gitweb

[FFmpeg-cvslog] lavfi/drawtext: Fix microsecond display.

2016-01-03 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Jan 3 22:55:31 2016 +0100| [ae9f2e6f2813ab78b7b4e11ac80dd1a2abec5c25] | committer: Carl Eugen Hoyos lavfi/drawtext: Fix microsecond display. Fixes ticket #4792. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae9f2e6f2813ab78b7b4e1

[FFmpeg-cvslog] avfilter/avf_showspectrum: switch to FFT

2016-01-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 3 22:03:10 2016 +0100| [14caf9667e3f588d6497b68f3c0ab3b6592d328b] | committer: Paul B Mahol avfilter/avf_showspectrum: switch to FFT Rationale: supports >16 bit audio, more than 96dB SNR. Signed-off-by: Paul B Mahol > http://git.videolan.org/

[FFmpeg-cvslog] avfilter/avf_showspectrum: finally fix log scaler

2016-01-03 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 3 22:43:21 2016 +0100| [0a451082c774540f8d47642d2078fcf2c822ebc1] | committer: Paul B Mahol avfilter/avf_showspectrum: finally fix log scaler Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a451082c7745

[FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels

2016-01-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Jan 3 19:20:54 2016 +0100| [b4b13848dec5420fa5dd9e1a7d4dfae5de1932d5] | committer: Andreas Cadhalpun vorbisdec: reject channel mapping with less than two channels It causes the angle channel number to equal the magnitude channel number, which

[FFmpeg-cvslog] avcodec/h264: Fix regression caused by removial of default_ref_list

2016-01-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 3 18:48:45 2016 +0100| [4da2ac5c7a491b20be62ad19d77526e62aa57c69] | committer: Michael Niedermayer avcodec/h264: Fix regression caused by removial of default_ref_list This fixes a regression of the sample from Ticket 2371 Signed-off-by:

[FFmpeg-cvslog] lavf/qtpalette: Ignore greyscale bit in certain cases

2016-01-03 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Sat Jan 2 06:30:22 2016 +0100| [b6c61b7d43fa6f01555305cca0717901838f2331] | committer: Michael Niedermayer lavf/qtpalette: Ignore greyscale bit in certain cases The QuickTime File Format Specification states the following: "Depth: A 16-bit integer th

[FFmpeg-cvslog] lavc/qtrle: Use AV_PIX_FMT_PAL8 for 1-bit video

2016-01-03 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Tue Dec 29 22:50:56 2015 +0100| [bf42a7ef6d073221915dcc042c080374045ab245] | committer: Michael Niedermayer lavc/qtrle: Use AV_PIX_FMT_PAL8 for 1-bit video This commit fixes the lack of palettized display of 1-bit video in the qtrle decoder. It is rela