[FFmpeg-cvslog] lavc/libdavs2: output delayed frames

2018-12-02 Thread hwrenx
ffmpeg | branch: master | hwrenx | Mon Dec 3 14:37:42 2018 +0800| [42597d6fa03c679c00ea8b42d6af53efab199eb6] | committer: Steven Liu lavc/libdavs2: output delayed frames Signed-off-by: hwrenx > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42597d6fa03c679c00ea8b42d6af53efab199eb6

[FFmpeg-cvslog] lavc/libdavs2: fix function return value error

2018-12-02 Thread hwrenx
ffmpeg | branch: master | hwrenx | Mon Dec 3 14:42:43 2018 +0800| [8ef0fdaafcf0e80d16c1d6117e60172906879879] | committer: Steven Liu lavc/libdavs2: fix function return value error Signed-off-by: hwrenx > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ef0fdaafcf0e80d16c1d6117e6017

[FFmpeg-cvslog] libdavs2: update api version and enable avx option

2018-12-02 Thread hwrenx
ffmpeg | branch: master | hwrenx | Mon Dec 3 14:37:05 2018 +0800| [701cbbb58c76dbaa5c4e346e575cc3021d78fb02] | committer: Steven Liu libdavs2: update api version and enable avx option Signed-off-by: hwrenx > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=701cbbb58c76dbaa5c4e346e57

[FFmpeg-cvslog] Revert "lavf/dashenc: Write media trailers when DASH trailer is written."

2018-12-02 Thread Karthick J
ffmpeg | branch: master | Karthick J | Mon Dec 3 11:46:18 2018 +0530| [4bbb6d1ae9e6ae839c2cc1f8a7bb1afc2b1be984] | committer: Karthick J Revert "lavf/dashenc: Write media trailers when DASH trailer is written." This reverts commit e444b3b184f36e3c97bb3489822f6b05ccb848a8. Causing build error

[FFmpeg-cvslog] lavf/dashenc: Use avpriv_io_delete to delete files.

2018-12-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Fri Nov 30 12:03:45 2018 +0300| [a68a975584462e1cdd1b810956e43025efb6eb04] | committer: Karthick J lavf/dashenc: Use avpriv_io_delete to delete files. This fixes incorrect handling of file pseudo-URIs (i.e. when the filename starts with "file:"). >

[FFmpeg-cvslog] avformat/dashenc: Added proper logging when io_open fails for write

2018-12-02 Thread Karthick J
ffmpeg | branch: master | Karthick J | Fri Nov 30 11:08:09 2018 +0530| [0a80b39780c279b4e7f83d45ab15f6e84f143408] | committer: Karthick J avformat/dashenc: Added proper logging when io_open fails for write > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a80b39780c279b4e7f83d45ab15

[FFmpeg-cvslog] lavf/dashenc: Write media trailers when DASH trailer is written.

2018-12-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Thu Nov 29 21:28:32 2018 +0300| [e444b3b184f36e3c97bb3489822f6b05ccb848a8] | committer: Karthick J lavf/dashenc: Write media trailers when DASH trailer is written. This commit ensures that all (potentially, long) filesystem activity is performed when

[FFmpeg-cvslog] lavf: add transpose_opencl filter

2018-12-02 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Wed Nov 28 10:27:38 2018 +0800| [416dc9a5e81729e3313bcc13aebc5faa082c63a3] | committer: Mark Thompson lavf: add transpose_opencl filter Signed-off-by: Ruiling Song Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] hwcontext_opencl: Use correct function to enumerate devices

2018-12-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Nov 28 00:16:30 2018 +| [21608bc30303b221db8f3e2fb0952e7e7f2bd270] | committer: Mark Thompson hwcontext_opencl: Use correct function to enumerate devices Also assert that all required functions are present. > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] configure: Avoid use of nonstandard features of sed

2018-12-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Dec 2 23:31:50 2018 +| [2f6b1806ce2bc007a3a3596680a9f8089fb78145] | committer: Mark Thompson configure: Avoid use of nonstandard features of sed Standard sed does not support EREs. Fixes #7310. > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] trace_headers: Update documentation

2018-12-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Dec 1 08:52:55 2018 +0100| [5d8df52c45b2b17e3b2e2b04640d580ea39707f1] | committer: Mark Thompson trace_headers: Update documentation It also supports AV1 and (M)JPEG. Signed-off-by: Andreas Rheinhardt Signed-off-by: Mark Thompson > http:/

[FFmpeg-cvslog] cbs_h265: Fix Time Code SEI syntax

2018-12-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Dec 1 08:52:54 2018 +0100| [9f588ba5ca283c6b0b0b744085275e6253ba5cc6] | committer: Mark Thompson cbs_h265: Fix Time Code SEI syntax Signed-off-by: Andreas Rheinhardt Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] Force aix nm to work on 32 and 64 bit binaries by default.

2018-12-02 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Dec 2 15:18:46 2018 +0100| [f7faaa8c187fd110629cdf327dbf4f8322eea085] | committer: Carl Eugen Hoyos Force aix nm to work on 32 and 64 bit binaries by default. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7faaa8c187fd110629cdf327

[FFmpeg-cvslog] avformat/dashenc: Added an option to ignore io errors

2018-12-02 Thread kjeyapal
ffmpeg | branch: master | kjeya...@akamai.com | Wed Nov 28 22:54:17 2018 +0530| [c32aad19614ca42fe67efeced893332dae09a1e3] | committer: Karthick J avformat/dashenc: Added an option to ignore io errors When dashenc has to run for long duration(say 24x7 live stream), one can enable this option

[FFmpeg-cvslog] avformat/dashenc: Handled the error from dashenc_io_open()

2018-12-02 Thread kjeyapal
ffmpeg | branch: master | kjeya...@akamai.com | Wed Nov 28 22:54:16 2018 +0530| [6c1e1242012e116e2622ec7a9f56972eaf5c15f8] | committer: Karthick J avformat/dashenc: Handled the error from dashenc_io_open() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c1e1242012e116e2622ec7a9f56

[FFmpeg-cvslog] lavf/dashenc: Don't put non-mp4 streams in HLS manifests.

2018-12-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Wed Nov 28 14:36:08 2018 +0300| [2a5cf8a241e3591015dfc94ecca66ffe5b08e29e] | committer: Karthick J lavf/dashenc: Don't put non-mp4 streams in HLS manifests. The only native HLS implementation in the wild (Safari browser) doesn't support WebM. And at

[FFmpeg-cvslog] lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.

2018-12-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Wed Nov 28 14:36:09 2018 +0300| [84c17449ce221c42475403a133e91c7677034c98] | committer: Karthick J lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set. This fixes HLS manifests being left behind if remove_at_exit is set. >

[FFmpeg-cvslog] tests/ref/fate/vc1test_smm0005: Add a newline.

2018-12-02 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Dec 2 14:17:53 2018 +0100| [3c7a2a0b92e670a1dc70be3198ece2646f25d495] | committer: Carl Eugen Hoyos tests/ref/fate/vc1test_smm0005: Add a newline. Fixes fate-pixelutils on aix. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c7a2a

[FFmpeg-cvslog] avcodec/proresdec : add unpack alpha 12 func

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 17 23:37:23 2018 +0100| [fddc92d45479950e5a2a718563f6347e26bc3c11] | committer: Martin Vignali avcodec/proresdec : add unpack alpha 12 func > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fddc92d45479950e5a2a718563f6347e26bc3c11 --

[FFmpeg-cvslog] avcodec/proresdsp : remove unused value

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 17 23:32:43 2018 +0100| [dae9b4b8a4d9aee62a9fbb944da40b08ff442365] | committer: Martin Vignali avcodec/proresdsp : remove unused value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dae9b4b8a4d9aee62a9fbb944da40b08ff442365 --- l

[FFmpeg-cvslog] avcodec/proresdec : make inline func for unpack alpha

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 17 23:37:00 2018 +0100| [859604fe9d680fbd1abc4b78a528909904874d95] | committer: Martin Vignali avcodec/proresdec : make inline func for unpack alpha > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=859604fe9d680fbd1abc4b78a528909904

[FFmpeg-cvslog] avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height padding in avcodec_align_dimensions2

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Tue Nov 27 22:21:47 2018 +0100| [a87ca4bbcab067baefadd7833f107912f4698a00] | committer: Martin Vignali avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height padding in avcodec_align_dimensions2 > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/proresdec : rename dsp part for 10b and check dspinit for supported bits per raw sample

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 17 23:35:35 2018 +0100| [c097a32e93b4b4d9cb576bf21014b19121806161] | committer: Martin Vignali avcodec/proresdec : rename dsp part for 10b and check dspinit for supported bits per raw sample based on patch by Kieran Kunhya > http://git.video

[FFmpeg-cvslog] avcodec/proresdsp indent after prev commit

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 17 23:35:52 2018 +0100| [9a22e6fa1dec29cc2f8bc3cd217d20573e19ebe7] | committer: Martin Vignali avcodec/proresdsp indent after prev commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a22e6fa1dec29cc2f8bc3cd217d20573e19ebe7 ---

[FFmpeg-cvslog] avcodec/proresdec : add 12b prores idct

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 17 23:37:50 2018 +0100| [6a583261ea631e6da5593c4477e36fde9bc731ab] | committer: Martin Vignali avcodec/proresdec : add 12b prores idct based on patch by Kieran Kunhya > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a583261ea631e6

[FFmpeg-cvslog] avcodec/proresdec : move dsp init after codec tag check

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 17 23:33:12 2018 +0100| [a970920026010bd9e03f99017c305212b889d4a5] | committer: Martin Vignali avcodec/proresdec : move dsp init after codec tag check > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a970920026010bd9e03f99017c305212

[FFmpeg-cvslog] avcodec/proresdec : add 12b decoding

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Tue Nov 27 22:41:38 2018 +0100| [ffafa53dbf06c8967aada9b7c0fc7ef9cb374fc0] | committer: Martin Vignali avcodec/proresdec : add 12b decoding based on patch by Kieran Kunhya ticket 7163 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ffafa

[FFmpeg-cvslog] avcodec/proresdec : put unpack alpha func in prores ctx

2018-12-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 17 23:36:23 2018 +0100| [1cccf9365df0351467eca13313ae989da5c2b0f3] | committer: Martin Vignali avcodec/proresdec : put unpack alpha func in prores ctx > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1cccf9365df0351467eca13313ae989d