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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-16dxva2: use a single macro to test if the DXVA context is validSteve Lhomme
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-10-15Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0'Hendrik Leppkes
* commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0': dxva: Include last the internal header Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-10-14dxva: Include last the internal headerLuca Barbato
It redefines _WIN32_WINNT, possibly causing problems with the w32pthreads.h header.
2015-08-03dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes
ucNumDeltaPocsOfRefRpsIdx needs to contain the flat value from the SPS RPS, and not the final computed value from the slice header RPS, as this calculation is done internally by the driver again. Sample-Id: http://trailers.divx.com/hevc/Sintel_4k_27qp_24fps_1aud_9subs.mkvi
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-07-13avcodec/dxva2_hevc: unbreak compilation after recent sps/pps changesJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
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-29dxva2_hevc: re-write reference frame handlingHendrik Leppkes
The old logic required and explicit clearing of the lists first and was prone to overflow the DXVA2 struct in some circumstances. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-29dxva2_hevc: fix 32x32 scaling listsHendrik Leppkes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-25Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer
* commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772': D3D11va: add a Direct3D11 video decoder similar to DXVA2 Conflicts: Changelog configure libavcodec/Makefile libavcodec/allcodecs.c libavcodec/dxva2_vc1.c libavcodec/version.h libavutil/pixdesc.c libavutil/pixfmt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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-02-04dxva2_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: Michael Niedermayer <michaelni@gmx.at>
2015-01-27Add DXVA2 HEVC HWAccelHendrik Leppkes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-27Add DXVA2 HEVC HWAccelHendrik Leppkes
Signed-off-by: Anton Khirnov <anton@khirnov.net>