[FFmpeg-cvslog] avcodec/zmbv: obtain frame later

2019-02-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 21 17:25:14 2019 +0100| [177b40890c6de8c6896e0a1d4a631ea1ca89c044] | committer: Michael Niedermayer avcodec/zmbv: obtain frame later The frame is not needed that early so obtaining it later avoids the costly operation in case other checks

[FFmpeg-cvslog] avcodec/mlpdec: Insuffient typo

2019-02-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 23 22:00:39 2019 +0100| [fc32e08941ea2795a3096e7a4013843e9ebf5fe3] | committer: Michael Niedermayer avcodec/mlpdec: Insuffient typo Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc32e0894

[FFmpeg-cvslog] rtpenc_chain: forward strict_std_compliance flags to rtp muxer

2019-02-23 Thread Tristan Matthews
ffmpeg | branch: master | Tristan Matthews | Fri Feb 22 15:40:27 2019 -0500| [00f54c15f45b72c7ec56821573068568b3d49211] | committer: Michael Niedermayer rtpenc_chain: forward strict_std_compliance flags to rtp muxer fixes: https://trac.ffmpeg.org/ticket/6713 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/pnm: Avoid structure pointer dereferences in inner loop in pnm_get()

2019-02-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 21 18:38:40 2019 +0100| [3f68948cb3036e239baa17d88b2f2ef1ecbb8f0c] | committer: Michael Niedermayer avcodec/pnm: Avoid structure pointer dereferences in inner loop in pnm_get() Improves speed from 5.4 to 4.2 seconds Fixes: 13149/clusterf

[FFmpeg-cvslog] avcodec/jvdec: Check available input space before decode8x8()

2019-02-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 21 01:09:43 2019 +0100| [61523683c5a9bda9aaa7ae24764a3df0401a9877] | committer: Michael Niedermayer avcodec/jvdec: Check available input space before decode8x8() Fixes: Timeout (78 sec -> 15 millisec) Fixes: 13147/clusterfuzz-testcase-mi

[FFmpeg-cvslog] avcodec/proresenc_aw : move scantable to prores context

2019-02-23 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Feb 9 18:20:21 2019 +0100| [8a4a952e45e8f14babba2eece59329699ca29e42] | committer: Martin Vignali avcodec/proresenc_aw : move scantable to prores context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a4a952e45e8f14babba2eece5932969

[FFmpeg-cvslog] avcodec/proresenc_aw : indent after prev commit

2019-02-23 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Feb 9 18:45:04 2019 +0100| [37e4c226c06c4ac6b8e3a0ccb2c0933397d6f96f] | committer: Martin Vignali avcodec/proresenc_aw : indent after prev commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37e4c226c06c4ac6b8e3a0ccb2c0933397d6f96f

[FFmpeg-cvslog] avcodec/proresenc_aw : merge funcs subimage_with_fill and subimage_alpha_with_fill

2019-02-23 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Feb 9 18:25:31 2019 +0100| [e7cbbb7374c63a4d67c3600b9de2dfae4a952007] | committer: Martin Vignali avcodec/proresenc_aw : merge funcs subimage_with_fill and subimage_alpha_with_fill > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7cb

[FFmpeg-cvslog] avcodec/proresenc_aw : move picture encoding after frame header write

2019-02-23 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Feb 9 18:16:50 2019 +0100| [2016f9c3bc23a65deb566a36d210328c90d6db33] | committer: Martin Vignali avcodec/proresenc_aw : move picture encoding after frame header write > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2016f9c3bc23a65deb

[FFmpeg-cvslog] avcodec/proresenc_aw : simplify frame flags

2019-02-23 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Feb 9 18:15:59 2019 +0100| [6cc8cfe30c09b1776b935988fcdedf0333602f8e] | committer: Martin Vignali avcodec/proresenc_aw : simplify frame flags > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6cc8cfe30c09b1776b935988fcdedf0333602f8e ---

[FFmpeg-cvslog] avcodec/proresenc_aw : add interlace encoding

2019-02-23 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Feb 9 18:42:44 2019 +0100| [132ed206d6b84daf83921f809fd7a8970c356404] | committer: Martin Vignali avcodec/proresenc_aw : add interlace encoding > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=132ed206d6b84daf83921f809fd7a8970c356404 -