[FFmpeg-cvslog] doc/filters: mention drawtext command support

2019-05-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon May 13 12:40:05 2019 +0530| [dcc999819dda578a4d8e52c6d17bf55d0073783d] | committer: Gyan Doshi doc/filters: mention drawtext command support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcc999819dda578a4d8e52c6d17bf55d0073783d --- doc/

[FFmpeg-cvslog] avfilter/drawtext: make command processing error-resilient

2019-05-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri May 10 19:31:33 2019 +0530| [87db1ca632bfbb66329c5729301d88ca30bed9b3] | committer: Gyan Doshi avfilter/drawtext: make command processing error-resilient Prevents crash or interruption in text rendering if new option string contains invalid values. >

[FFmpeg-cvslog] lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS.

2019-05-12 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Sun May 12 16:04:37 2019 -0400| [714c8b0766244f1a304fe05a9489929118787f58] | committer: Rick Kern lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS. Signed-off-by: Rick Kern > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.

2019-05-12 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Sun May 12 16:05:51 2019 -0400| [98478c05edb674ec429c298fbe593bda493ba60f] | committer: Rick Kern lavc/videotoolboxenc: Add support for 10-bit HEVC encoding. Hardware-accelerated encoding may not support 10-bit encoding. Use '-require_sw 1' in this case. F

[FFmpeg-cvslog] lavc/videotoolboxenc: add require_sw option to force software encoding.

2019-05-12 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Sun May 12 16:01:50 2019 -0400| [247bda442f51ee5c330bab1489c5a1edd875b53d] | committer: Rick Kern lavc/videotoolboxenc: add require_sw option to force software encoding. Signed-off-by: Rick Kern > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avfilter/af_astats: fix initial values of variables

2019-05-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun May 12 16:56:00 2019 +0200| [2a4a364f6a00ae121ed1309b4f968362f69647fb] | committer: Paul B Mahol avfilter/af_astats: fix initial values of variables > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a4a364f6a00ae121ed1309b4f968362f69647fb

[FFmpeg-cvslog] avfilter/af_astats: fix calculations involving last sample

2019-05-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun May 12 17:10:40 2019 +0200| [bd6942b4c031fabcc82e9487f0af41f278da429a] | committer: Paul B Mahol avfilter/af_astats: fix calculations involving last sample > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd6942b4c031fabcc82e9487f0af41f278

[FFmpeg-cvslog] swscale: Add support for NV24 and NV42

2019-05-12 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Thu May 9 21:02:09 2019 -0700| [cd483180356c8f206f32393acc52a85c5b76758b] | committer: Philip Langdale swscale: Add support for NV24 and NV42 The implementation is pretty straight-forward. Most of the existing NV12 codepaths work regardless of subsa

[FFmpeg-cvslog] swscale: Add test for isSemiPlanarYUV to pixdesc_query

2019-05-12 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat May 11 10:12:47 2019 -0700| [4fa4f1d7a9499032b8fcef8ed075294baf868be7] | committer: Philip Langdale swscale: Add test for isSemiPlanarYUV to pixdesc_query Lauri had asked me what the semi planar formats were and that reminded me that we could add

[FFmpeg-cvslog] avutil: Add NV24 and NV42 pixel formats

2019-05-12 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon May 6 20:39:39 2019 -0700| [5de4f1d871d60886b9630531fa8c34cad13cc9dd] | committer: Philip Langdale avutil: Add NV24 and NV42 pixel formats These are the 4:4:4 variants of the semi-planar NV12/NV21 formats. These formats are not used much, so we

[FFmpeg-cvslog] avcodec/h264_ps: Check offset_for_non_ref_pic, offset_for_top_to_bottom_field and offset_for_ref_frame

2019-05-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 11 19:36:55 2019 +0200| [7c6f2bfdb25ccadf6ba82dc72eaad1b692122d9a] | committer: Michael Niedermayer avcodec/h264_ps: Check offset_for_non_ref_pic, offset_for_top_to_bottom_field and offset_for_ref_frame Fixes: signed integer overflow: -2

[FFmpeg-cvslog] avcodec/hq_hqa: Check available space before reading slice offsets

2019-05-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 11 23:05:47 2019 +0200| [407e7c34ca8a3047e4f1b14287053638b4add68d] | committer: Michael Niedermayer avcodec/hq_hqa: Check available space before reading slice offsets Fixes: Timeout (43sec -> 18sec) Fixes: 14556/clusterfuzz-testcase-mini

[FFmpeg-cvslog] avcodec/wmv2dec: Check input bits vs. coded MBs

2019-05-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 1 00:40:03 2019 +0200| [e5ce10514918cec2ca25cf48e0dcc80d68e18656] | committer: Michael Niedermayer avcodec/wmv2dec: Check input bits vs. coded MBs Fixes: Timeout (94sec ->8sec) Fixes: 14387/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC