[FFmpeg-cvslog] amfenc: Add DXVA2 hardware frame input support

2018-04-15 Thread Alexander Kravchenko
ffmpeg | branch: master | Alexander Kravchenko | Sat Apr 14 15:46:10 2018 +0100| [2c6ca2b54968ad3d2c947cdc16f92b6867f29f3a] | committer: Mark Thompson amfenc: Add DXVA2 hardware frame input support Adds support for AMF initialisation from a DXVA2 (Direct3D9) device,

[FFmpeg-cvslog] amfenc: Remove spurious initialisations

2018-04-15 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Apr 14 15:46:15 2018 +0100| [edecd723f3e4528d5153a00b92343041367fbe06] | committer: Mark Thompson amfenc: Remove spurious initialisations Also minor cosmetics. >

[FFmpeg-cvslog] amfenc: Fail to open if the user-supplied device is not usable

2018-04-15 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Apr 14 15:45:55 2018 +0100| [ff1be6c9a694ee019608288fd25f1c869f7f51b7] | committer: Mark Thompson amfenc: Fail to open if the user-supplied device is not usable If the user supplies a device or frames context then it is an error

[FFmpeg-cvslog] amfenc: Do not automatically download/upload unknown hardware input frames

2018-04-15 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Apr 14 15:46:00 2018 +0100| [73ed6fa9d77da8cd4f34742dd0f56e64aa714786] | committer: Mark Thompson amfenc: Do not automatically download/upload unknown hardware input frames Supplying a hardware input frame which is not in the input

[FFmpeg-cvslog] amfenc: Ensure that the software format of hardware frames is valid

2018-04-15 Thread Alexander Kravchenko
ffmpeg | branch: master | Alexander Kravchenko | Sat Apr 14 15:46:05 2018 +0100| [ab7eed13a789b3f709a8964b0337bc69f152a9d7] | committer: Mark Thompson amfenc: Ensure that the software format of hardware frames is valid Signed-off-by: Mark Thompson >

[FFmpeg-cvslog] configure: fix clang-cl detection

2018-04-15 Thread Alexander Bilyak
ffmpeg | branch: master | Alexander Bilyak | Thu Feb 1 11:52:24 2018 +0100| [9fd11e51882aad9000943a9962d10880cae6667a] | committer: Michael Niedermayer configure: fix clang-cl detection When using clang-cl it expects parameters passed in MSVC-style, so appropriate

[FFmpeg-cvslog] avfilter/af_headphone: add single hrir multichannel stream mode

2018-04-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 15 12:48:12 2018 +0200| [3e003a985f4b07d8685a2f251f5090f11abdfc06] | committer: Paul B Mahol avfilter/af_headphone: add single hrir multichannel stream mode Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avcodec/nvdec: correctly set intra_pic_flag for h264/hevc

2018-04-15 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Fri Apr 13 19:39:24 2018 +0200| [955fa237f495e3077996c1d282b4ace2a9ad6c15] | committer: Timo Rothenpieler avcodec/nvdec: correctly set intra_pic_flag for h264/hevc >

[FFmpeg-cvslog] avcodec/aac_ac3_parser: account for data already in the parsing buffer

2018-04-15 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Thu Apr 5 17:09:35 2018 +0200| [8df8a9299364016027825a67534b93cd2b6af473] | committer: Hendrik Leppkes avcodec/aac_ac3_parser: account for data already in the parsing buffer If a frame starts very close to a packet boundary,

[FFmpeg-cvslog] avcodec/dxv: add support for "high" quality mode

2018-04-15 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Apr 5 16:44:28 2018 +0200| [250792be5e905cbcfd0b4858e57de9b007e74e44] | committer: Paul B Mahol avcodec/dxv: add support for "high" quality mode Signed-off-by: Paul B Mahol >