[FFmpeg-cvslog] avfilter/avf_showcqt: optimize gamma calculation

2015-05-03 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Fri May 1 16:44:59 2015 +0700| [a141948a8be73546c1e684c6a1e37a11f2237c76] | committer: Michael Niedermayer avfilter/avf_showcqt: optimize gamma calculation benchmark (on intel core2 duo, gcc 4.9.1) input samples duration 00:03:39.59 command: time -p f

[FFmpeg-cvslog] avcodec/wavpack: Check L/ R values before use to avoid harmless integer overflow and undefined behavior in fate

2015-05-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 3 15:54:21 2015 +0200| [042260cde4ecf716438c5fc92d15ad5f037ee2e1] | committer: Michael Niedermayer avcodec/wavpack: Check L/R values before use to avoid harmless integer overflow and undefined behavior in fate Signed-off-by: Michael Nie

[FFmpeg-cvslog] avutil/opt: Avoid division by 0

2015-05-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 3 16:14:55 2015 +0200| [52835cb8e16cd54bd4b3052279f184882cbf54c2] | committer: Michael Niedermayer avutil/opt: Avoid division by 0 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52835cb8e

[FFmpeg-cvslog] pngdec: check s->last_picture.f->data[0] before using it

2015-05-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun May 3 16:21:39 2015 +0200| [287dbb0771d558b336e377d0594e26c0a6291755] | committer: Michael Niedermayer pngdec: check s->last_picture.f->data[0] before using it This check was removed in commit 08aec6f6, but s->last_picture.f->data[0] is still

[FFmpeg-cvslog] pngdec: return correct error code from decode_frame_common

2015-05-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun May 3 17:50:26 2015 +0200| [8f760be4d312bb6e78f80d39b9d0062253332e08] | committer: Michael Niedermayer pngdec: return correct error code from decode_frame_common During the loop ret can get changed. Since it is not set on all failure paths, de

[FFmpeg-cvslog] pngdec: don't use AV_PIX_FMT_MONOBLACK for apng

2015-05-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun May 3 20:36:20 2015 +0200| [372aa0777aaacf726de7cd7dd0e6797026a124ee] | committer: Michael Niedermayer pngdec: don't use AV_PIX_FMT_MONOBLACK for apng AV_PIX_FMT_MONOBLACK has the AV_PIX_FMT_FLAG_BITSTREAM flag, i.e. linesize can be smaller th

[FFmpeg-cvslog] ffplay: unify displaymatrix based rotation code

2015-05-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 3 02:27:54 2015 +0200| [f9e802018e5455bb3fee32626da295bf5b040bf8] | committer: Michael Niedermayer ffplay: unify displaymatrix based rotation code Reviewed-by: Marton Balint Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] avcodec/ccaption_dec: correcting line breaks in cc

2015-05-03 Thread Anshul Maheshwari
ffmpeg | branch: master | Anshul Maheshwari | Sun May 3 18:55:40 2015 +0530| [a6b630e9b6d873d97c91322608ce4ac5fb9bed78] | committer: Michael Niedermayer avcodec/ccaption_dec: correcting line breaks in cc Signed-off-by: Anshul Maheshwari Reviewed-by: Clément Bœsch Signed-off-by: Michael Nied

[FFmpeg-cvslog] ffplay&cmdutils:Factor get_rotation() code out

2015-05-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 3 23:49:16 2015 +0200| [4351c288b9841d02a55e7b836796d7da6d19cac8] | committer: Michael Niedermayer ffplay&cmdutils:Factor get_rotation() code out Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] ffmpeg_filter: use get_rotation()

2015-05-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 3 23:53:32 2015 +0200| [800df6a849c81ee74ad770e4551327aa2159336c] | committer: Michael Niedermayer ffmpeg_filter: use get_rotation() This unifies the rotation extraction code between ffplay and ffmpeg Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] matroskadec: use uint64_t instead of int for index_scale

2015-05-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun May 3 23:07:20 2015 +0200| [eb9fb508b0e09d85d234fe694333b2005e1d7a7e] | committer: Michael Niedermayer matroskadec: use uint64_t instead of int for index_scale index_scale is set to matroska->time_scale of type uint64_t. When index_scale is i