[FFmpeg-cvslog] lavc/qsv_hevc: correct QSV HEVC default plugin on Windows

2018-12-17 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Wed Dec 12 15:03:21 2018 +0800| [978c935f2f659edf028b9219c7397efdcf4a1260] | committer: Zhong Li lavc/qsv_hevc: correct QSV HEVC default plugin on Windows 1. Old logic meaned: everywhere, except Windows, ffmpeg has to use HW acceleration, but on Windows

[FFmpeg-cvslog] lavf/mov: document the dvh1 codec switch based on hvcC availability

2018-12-17 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Dec 3 03:15:29 2018 +0200| [a1f0dd24f62532ff82ac87fbcb01244e6cdfa424] | committer: Jan Ekström lavf/mov: document the dvh1 codec switch based on hvcC availability >

[FFmpeg-cvslog] lavf/isom: add Dolby Vision sample entry codes for HEVC and H.264

2018-12-17 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Mon Nov 5 10:26:24 2018 -0600| [6ebe88f3a4c427511eba7495896f4a57a2b4b529] | committer: Jan Ekström lavf/isom: add Dolby Vision sample entry codes for HEVC and H.264 These are registered identifiers at the MPEG-4 RA, which are defined as to be utilized

[FFmpeg-cvslog] avformat/mxfenc: fix typo

2018-12-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 17 21:06:36 2018 +0100| [7b2a9aaa0b784244f6112dbb4b756ca6c4b374d1] | committer: Paul B Mahol avformat/mxfenc: fix typo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b2a9aaa0b784244f6112dbb4b756ca6c4b374d1 ---

[FFmpeg-cvslog] avfilter/af_apad: add pad_dur and whole_dur options

2018-12-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 16 17:00:56 2018 +0100| [d54276f9def8049c5354822d25663d86d524b026] | committer: Paul B Mahol avfilter/af_apad: add pad_dur and whole_dur options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d54276f9def8049c5354822d25663d86d524b026

[FFmpeg-cvslog] lavf/id3v2: fail read_apic on EOF reading mimetype

2018-12-17 Thread chcunningham
ffmpeg | branch: master | chcunningham | Fri Dec 14 13:44:07 2018 -0800| [ee1e39a576977fd38c3b94fc56125d31d38833e9] | committer: Michael Niedermayer lavf/id3v2: fail read_apic on EOF reading mimetype avio_read may return EOF, leaving the mimetype array unitialized. fail early when this occurs

[FFmpeg-cvslog] lavfi/program_opencl: Do not use format specifier "z" on Windows.

2018-12-17 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Dec 17 14:44:10 2018 +0100| [826655d8d11749f521f517a8091eccbf2d516c34] | committer: Carl Eugen Hoyos lavfi/program_opencl: Do not use format specifier "z" on Windows. >

[FFmpeg-cvslog] lavc/cbs: Do not use format specifier "z" on Windows.

2018-12-17 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Dec 17 14:39:41 2018 +0100| [0b7269e62d0345fec5f1ee9ee7b960e8d25c5dd1] | committer: Carl Eugen Hoyos lavc/cbs: Do not use format specifier "z" on Windows. >