131 Commits (9c845e90872ff3cc2a72ccf06c90ee6a3577b70e)

Author SHA1 Message Date
Tong Wu 270cd14bbb avcodec/dxva2(h264|mpeg2|vc1): use av_assert0 instead of assert 11 months ago
Wu Jianhua 349ce30e4e avcodec: add D3D12VA hardware accelerated H264 decoding 11 months ago
Andreas Rheinhardt e35dfe864d avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel 1 year ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Diego Biurrun 8f144d9e3d Drop Windows XP support remnants 7 years ago
Mark Thompson 2117725dc5 lavc: Mark all AVHWAccel structures as const 7 years ago
Mark Thompson 3a71bcc213 lavc: Mark all AVHWAccel structures as const 7 years ago
wm4 b46a77f19d lavc: external hardware frame pool initialization 7 years ago
wm4 70143a3954 dxva: add support for new dxva2 and d3d11 hwaccel APIs 8 years ago
wm4 ab28108a36 dxva: preparations for new hwaccel API 8 years ago
wm4 f9e7a2f95a dxva: add support for new dxva2 and d3d11 hwaccel APIs 8 years ago
wm4 4dec101acc dxva: preparations for new hwaccel API 8 years ago
Steve Lhomme 77742c75c5 dxva2: use a single macro to test if the DXVA context is valid 8 years ago
Steve Lhomme 0ac2d86c47 dxva2: Factorize DXVA context validity test into a single macro 8 years ago
Martin Storsjö 8c3c7b8920 dxva2_h264: Remove an unused variable 9 years ago
Anton Khirnov f638b67e57 h264: move the parameter set definitions to a new header file 9 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Hendrik Leppkes 64fd62d68a avcodec/dxva2_h264: fix slice offset in long slice struct after ca2f19b9 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Martin Storsjö 39cdbb12aa dxva2_h264: Unbreak compilation after 3176217c6 9 years ago
Anton Khirnov c8dcff0cdb h264: factor out calculating the POC count into a separate file 9 years ago
Anton Khirnov 3176217c60 h264: decouple h264_ps from the h264 decoder 9 years ago
Anton Khirnov e481458bc3 h264: factor out pred weight table parsing into a separate file 9 years ago
Diego Biurrun a7da517f6a h264data: Move all data tables from a header to a .c file 9 years ago
Hendrik Leppkes c198295ded dxva2_h264: fix size alignment asserts 9 years ago
Matt Oliver 109dfed7fc lavc/dxva2_h264: Fix incorrect assert statement. 9 years ago
Hendrik Leppkes 406f30072e dxva2_h264: fix reference field marking in long slice struct 9 years ago
Luca Barbato 08377f9c3b dxva: Include last the internal header 9 years ago
Michael Niedermayer 5cddfc5357 avcodec/dxva2_h264: Fix "may be used uninitialized" warnings 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Hendrik Leppkes ae4f5d944c dxva2_h264: fix slice offset in long slice structs 10 years ago
Hendrik Leppkes cf1fba0fb8 dxva2_h264: fix slice offset in long slice structs 10 years ago
Anton Khirnov a12d3188cb h264: use a smaller struct for the ref lists 10 years ago
Anton Khirnov d4d9068cdf h264: move mb_{x,y} into the per-slice context 10 years ago
Anton Khirnov 9951907f6f h264: move redundant_pic_count into the per-slice context 10 years ago
Anton Khirnov a9b201cacf h264: move cabac_init_idc into the per-slice context 10 years ago
Anton Khirnov e6c90ce94f h264: move loopfilter parameters into the per-slice context 10 years ago
Anton Khirnov 95eb35f305 h264: move the ref lists variables into the per-slice context 10 years ago
Anton Khirnov 066aafced4 h264: move direct_spatial_mv_pred into the per-slice context 10 years ago
Anton Khirnov 56febc993b h264: move the slice type variables into the per-slice context 10 years ago
Anton Khirnov d231e84b06 h264: move the quantizers into the per-slice context 10 years ago
Anton Khirnov 92c6c2a605 h264: split weighted pred-related vars into per-slice context 10 years ago
Diego Biurrun 4600a85eaa dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer() 10 years ago
Anton Khirnov a871ef0cc9 hwaccel: Rename priv_data_size to frame_priv_data_size 11 years ago
Michael Niedermayer b2b4afe811 hwaccel: fix dxva2 & vaapi loop filter parameters 11 years ago
Hendrik Leppkes ed4b757177 dxva2_h264: add a workaround for old Intel GPUs 11 years ago
Hendrik Leppkes 2fcef90bee dxva2_h264: set the correct ref frame index in the long slice struct 11 years ago
Michael Niedermayer 678e455f1d dxva2: Directly use AVFrames 11 years ago
Michael Niedermayer 29be9b5301 avcodec/dxva2: fix pointers after H264Picture 11 years ago