[FFmpeg-cvslog] doc/filters: add small description to geq filter section

2018-10-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Oct 29 16:44:23 2018 +0100| [7e1add2c51d7dd791123a6246dfa1b4cf29239e6] | committer: Paul B Mahol doc/filters: add small description to geq filter section Previously there was no description at all. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblock()

2018-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 28 12:46:52 2018 +0100| [88e3807aafd3ed50f3963c477fa92495491793e2] | committer: Michael Niedermayer avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblock() Fixes: Timeout (139sec -> 102sec) Fixes: 9642/clusterf

[FFmpeg-cvslog] avcodec/vp3: Do not recalculate coded_fragment_list for keyframes

2018-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 28 14:44:37 2018 +0100| [b5e7e437f4c85ccc676399e092acaea80d1386b9] | committer: Michael Niedermayer avcodec/vp3: Do not recalculate coded_fragment_list for keyframes This improves decoding speed of keyframes Fixes: Timeout (102->27sec) F

[FFmpeg-cvslog] avcodec/vp3: Reuse local variable in unpack_superblocks()

2018-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 28 12:49:40 2018 +0100| [f563180817774e5fdd17e32992dce4fa01dbf881] | committer: Michael Niedermayer avcodec/vp3: Reuse local variable in unpack_superblocks() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avcodec/vp3: reindent unpack_superblocks()

2018-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 29 16:28:20 2018 +0100| [4885ff663bec7e971200c5f0b34c1c27bad07182] | committer: Michael Niedermayer avcodec/vp3: reindent unpack_superblocks() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] vaapi_encode_mpeg2: Fix width/height columns/rows confusion

2018-10-29 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Oct 29 19:41:24 2018 +| [c0692cb2bb3b51660b501f14bd344005c68df465] | committer: Mark Thompson vaapi_encode_mpeg2: Fix width/height columns/rows confusion Fixes #7522. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0692cb2bb3b5166

[FFmpeg-cvslog] avcodec/vp9: Check in decode_tiles() if there is data remaining

2018-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 4 22:21:02 2018 +0200| [78862488f85207633f29f5a66e42364024a14c3f] | committer: Michael Niedermayer avcodec/vp9: Check in decode_tiles() if there is data remaining Fixes: Timeout Fixes: 9330/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC

[FFmpeg-cvslog] avcodec/vp56: Add vpX_rac_is_end() to check for the end of input

2018-10-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 11 22:28:31 2018 +0200| [0fb83b4c91d5a0784ca81df4283f25740c263f20] | committer: Michael Niedermayer avcodec/vp56: Add vpX_rac_is_end() to check for the end of input Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/hlsenc: fix the duration of m4s segment is unusually smaller than expected.

2018-10-29 Thread Charles Liu
ffmpeg | branch: master | Charles Liu | Tue Oct 30 11:07:14 2018 +0800| [3d1b7954933b17fc8ff5204e231f63fcb7ff63a9] | committer: Steven Liu avformat/hlsenc: fix the duration of m4s segment is unusually smaller than expected. In fmp4 mode, the duration of the second m4s segment is unusually sma

[FFmpeg-cvslog] avformat/hlsenc.c: fix the output's duration smaller than input's in sub-range mode.

2018-10-29 Thread Charles Liu
ffmpeg | branch: master | Charles Liu | Tue Oct 30 11:11:27 2018 +0800| [1ff4bd59dfcea26b584e8c82a6cd7c3ee87fc8a7] | committer: Steven Liu avformat/hlsenc.c: fix the output's duration smaller than input's in sub-range mode. In fmp4 & sub-range mode, the output's duration always smaller than e

[FFmpeg-cvslog] avformat/hlsenc.c: remove the useless variable fmp4_init_mode.

2018-10-29 Thread Charles Liu
ffmpeg | branch: master | Charles Liu | Tue Oct 30 11:09:14 2018 +0800| [2365f47bf51a77442034fd8aa0af0346a373388b] | committer: Steven Liu avformat/hlsenc.c: remove the useless variable fmp4_init_mode. Signed-off-by: Charles Liu Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/hlsenc.c: fix memory leak in fmp4 mode.

2018-10-29 Thread Charles Liu
ffmpeg | branch: master | Charles Liu | Tue Oct 30 11:08:29 2018 +0800| [e9dbd62cb5f167c99298467db54d56c61a6be74f] | committer: Steven Liu avformat/hlsenc.c: fix memory leak in fmp4 mode. Signed-off-by: Charles Liu Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/hlsenc.c: the size of init.mp4 is zero.

2018-10-29 Thread Charles Liu
ffmpeg | branch: master | Charles Liu | Tue Oct 30 11:10:27 2018 +0800| [76b8e42c1f0453215244c45114d5aa302e2add7b] | committer: Steven Liu avformat/hlsenc.c: the size of init.mp4 is zero. The size of init.mp4 is zero in fmp4 mode, when the input duraton smaller than the expected segment time.

[FFmpeg-cvslog] lavu/frame: Add error report if av_image_fill_pointers fail.

2018-10-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Oct 28 10:44:29 2018 +0800| [f3bcb9c16a427934a681558a24202bd118e0aa06] | committer: Jun Zhao lavu/frame: Add error report if av_image_fill_pointers fail. Add error handle if av_image_fill_pointers fail. Signed-off-by: Jun Zhao Reviewed-by: Michael Nied

[FFmpeg-cvslog] lavc/decode: Fix the error number report if av_image_fill_pointers fail.

2018-10-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Oct 28 10:27:22 2018 +0800| [903f2beafc7c5379ff65a7ca9b9e7b7ee49c75bf] | committer: Jun Zhao lavc/decode: Fix the error number report if av_image_fill_pointers fail. -1 will be map to error number "EPERM", and will be map to the error message like "Error

[FFmpeg-cvslog] avcodec/libvpxdec: fix setting auto threads

2018-10-29 Thread James Zern
ffmpeg | branch: master | James Zern | Sat Oct 27 13:09:27 2018 -0700| [32d021cfa6520c53da23a10732f9ae9cf28ea948] | committer: James Zern avcodec/libvpxdec: fix setting auto threads a thread count of 0 is treated the same as 1, use av_cpu_count() to get the correct thread count when auto thread