[FFmpeg-cvslog] avfilter/cropdetect: add option for initial skip

2020-12-08 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Dec 8 19:10:37 2020 +0530| [e5119ad3377e2c4cb20a7aff56448d035b55] | committer: Gyan Doshi avfilter/cropdetect: add option for initial skip The cropdetect filter, at present, skips the first two frames. This behaviour is hardcoded. New option 'ski

[FFmpeg-cvslog] avcodec/mpegvideo_enc: check for SpeedHQ encoder

2020-12-08 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Dec 8 19:20:41 2020 +0530| [b9b719fedc532ebc6bbde711d60985e8cb5957b2] | committer: Gyan Doshi avcodec/mpegvideo_enc: check for SpeedHQ encoder Avoids build failure when mpegvideo_enc is built but SpeedHQ encoder isn't. > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1

2020-12-08 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Mon Dec 7 16:33:29 2020 -0800| [40135829b613f875ce71c2cc2265e74ccc6b4c71] | committer: Philip Langdale avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1 Monochrome encoding with libaom was buggy for a long time, but this was finally s

[FFmpeg-cvslog] avformat/framecrcenc: Make side-data checksums endian-independent

2020-12-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 6 03:48:22 2020 +0100| [0dac317ba31cd10e9df26722ac96adc3f6ef3eb3] | committer: Andreas Rheinhardt avformat/framecrcenc: Make side-data checksums endian-independent Do this by converting big-endian side data to little endian for checksummi

[FFmpeg-cvslog] avformat/framecrcenc: Don't read after the end of side-data

2020-12-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 6 01:45:14 2020 +0100| [b8fe417c1937436ec978dbc20e747f0e30453b81] | committer: Andreas Rheinhardt avformat/framecrcenc: Don't read after the end of side-data Nothing guarantees that the size of side data containing a palette is actually d

[FFmpeg-cvslog] New commits on branch master

2020-12-08 Thread Git System
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa4532a1f767c092656836de62797d71ff42cde0 Author: Andreas Rheinhardt Date: Mon Nov 23 05:12:02 2020 +0100 avcodec/wmadec: Apply VLC offset during init Signed-off-by: Andreas Rheinhardt URL: http://git.videolan.

[FFmpeg-cvslog] avfilter/aeval: add timeline support for aeval

2020-12-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 8 15:17:49 2020 +0100| [3021c611f55d013229be640434424cb6529bd376] | committer: Paul B Mahol avfilter/aeval: add timeline support for aeval > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3021c611f55d013229be640434424cb6529bd376 ---

[FFmpeg-cvslog] hlsenc: expand hls_fmp4_init_filename with strftime()

2020-12-08 Thread Nikola Pajkovsky
ffmpeg | branch: master | Nikola Pajkovsky | Tue Oct 27 12:28:59 2020 +0100| [3ffed80ebadbd8c10167fd6297d0c2d4797ec6f7] | committer: liuqi05 hlsenc: expand hls_fmp4_init_filename with strftime() the init.mp4 can be expanded with strftime the same way as hls_segment_filename. Signed-off-by: Ni

[FFmpeg-cvslog] avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HLS playlist

2020-12-08 Thread Vignesh Ravichandran
ffmpeg | branch: master | Vignesh Ravichandran | Tue Dec 1 15:58:40 2020 +0530| [45a673ebee2e603a87c0ecb259c0027c14321018] | committer: liuqi05 avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HLS playlist fix ticket: 8989 This is is due to the following behavior i