[libav-commits] dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Main

2017-07-22 Thread wm4
Module: libav Branch: master Commit: 9b9285bbf18e3bca87ec4969f661a4b321756cd5 Author:wm4 Committer: Anton Khirnov Date: Mon Jul 10 15:59:38 2017 +0200 dxva: DXVA2_ModeHEVC_VLD_Main10 does not support Main This mode apparently does not support decoding of HEVC Main (8 bit). With D3D11

[libav-commits] caf: add an Opus tag

2017-07-22 Thread Anton Khirnov
Module: libav Branch: master Commit: 48a5c35346aeded1c65b8709bbb085fa4e705c91 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Jul 1 10:49:58 2017 +0200 caf: add an Opus tag CC: libav-sta...@libav.org --- libavformat/caf.c| 1 + libavformat/cafdec.c | 8 2 file

[libav-commits] lavf: allow avformat_close_input() with NULL

2017-07-22 Thread wm4
Module: libav Branch: master Commit: 2b1324bd167553f49736e4eaa94f96da9982925e Author:wm4 Committer: Anton Khirnov Date: Sun Jul 16 12:43:09 2017 +0200 lavf: allow avformat_close_input() with NULL This is consistent with how other destructors behave. Signed-off-by: Anton Khirnov ---