Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-13dxva2_hevc: unbreak compilation after recent sps/pps changesJames Almer
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2015-05-31dxva2_hevc: re-write reference frame handlingHendrik Leppkes
The old logic required an explicit clearing of the lists first and was prone to overflow the DXVA2 struct in some circumstances. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-05-31dxva2_hevc: fix 32x32 scaling listsHendrik Leppkes
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-02-07dxva2_hevc: properly fill the scaling list structureHendrik Leppkes
The scaling list can be specified in either the SPS or PPS. Additionally, compensate for the diagonal scan permutation applied in the decoder. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-01-27Add DXVA2 HEVC HWAccelHendrik Leppkes
Signed-off-by: Anton Khirnov <anton@khirnov.net>