133 Commits (7a940a2112474b899e0617cf4e469ec06278be50)

Author SHA1 Message Date
ManojGuptaBonda ed5ee04722 avcodec/hevcdec: Add VDPAU to list of supported formats 4 years ago
Philip Langdale 4a976200d7 avcodec/vdpau: Initialise driver version variable explicitly 6 years ago
ManojGuptaBonda 4a6d5f3cad avcodec/vdpau: Enable HEVC support for working Nvidia driver versions 6 years ago
wm4 b46a77f19d lavc: external hardware frame pool initialization 7 years ago
Ivan Kalvachev 3a6ded7cfc Fix crash if av_vdpau_bind_context() is not used. 7 years ago
wm4 64ecb78b71 vdpau: do not use buggy HEVC support by default 7 years ago
wm4 7e4ba776a2 lavc: vdpau: Add support for new hw_frames_ctx and hw_device_ctx API 8 years ago
wm4 1a7ddba576 lavc: vdpau: add support for new hw_frames_ctx and hw_device_ctx API 8 years ago
Diego Biurrun 800d91d348 Drop pointless void* casts 8 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Vittorio Giovara e10b7ef2fe vdpau: Add missing deprecation guards 9 years ago
Michael Niedermayer fcc49924db vdpau: Remove a spurious CONFIG_H263_VDPAU_HWACCEL 9 years ago
Michael Niedermayer f3867b0a4a avcodec/vdpau: Remove CONFIG_H263_VDPAU_HWACCEL 9 years ago
wm4 a41e5e192e vdpau: fix constrained baseline fallback 9 years ago
James Almer 4c39892b67 avcodec/vdpau: fix compilation of mpeg1/mpeg4/vc1 decoders when h264 is disabled 9 years ago
wm4 a383f226f0 lavc: move vdpau decoders under FF_API_VDPAU. 9 years ago
Philip Langdale 9ae766d1c6 avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 10 years ago
Michael Niedermayer c263102298 avcodec/vdpau: fix assertion failure and < vs > error 10 years ago
Rémi Denis-Courmont ebd5320afd vdpau: add support for 4:2:2 and 4:4:4 chroma sampling 10 years ago
Rémi Denis-Courmont c220a60f92 vdpau: add helper for surface chroma type and size 10 years ago
Rémi Denis-Courmont 559fa0d41b vdpau: add mapping for H.264 Constrained Baseline profile and fallback 10 years ago
Rémi Denis-Courmont 8502c1e9ff vdpau: add mapping for H.264 Extended profile 10 years ago
Rémi Denis-Courmont 8b51bcfed7 vdpau: revector macro to reduce line span 10 years ago
Rémi Denis-Courmont ce91b2eae6 vdpau: return MAIN instead of BASELINE for H.264 CBP 10 years ago
Rémi Denis-Courmont d565fef1b8 vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level check 10 years ago
Rémi Denis-Courmont c1724623ce vdpau: have av_vdpau_bind_context() fail on unsupported flag 10 years ago
Michael Niedermayer 67ddf21611 avcodec/vdpau: do not dereference hwctx before checking it for NULL 10 years ago
Michael Niedermayer 0e57c05118 avcodec/vdpau: fix render2() check 10 years ago
Michael Niedermayer ec6a855b3a avcodec/vdpau: warn if the user application has not setup avctx->hwaccel_context instead of potentially crashing 10 years ago
Rémi Denis-Courmont bef067f88c vdpau: check video surface and decoder capabilities 10 years ago
Rémi Denis-Courmont e3e158e81f vdpau: add av_vdpau_bind_context() 10 years ago
Rémi Denis-Courmont 502cde409c vdpau: force reinitialization when output resolution changes 10 years ago
Rémi Denis-Courmont 89ac99ba5f vdpau: pass codec-specific parameters from hwaccel 10 years ago
Rémi Denis-Courmont ce083282f0 vdpau: common support for managing the VdpDecoder in avcodec 10 years ago
Rémi Denis-Courmont fcc1022611 vdpau: factor out common end-of-frame handling 10 years ago
Rémi Denis-Courmont 319424d25c vdpau: add helper for VDPAU to libav error codes conversion 10 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
wm4 1b1094a19d vdpau: switch ff_vdpau_get_surface_id from Picture to AVFrame 11 years ago
wm4 7948a51b5c vdpau: don't assume Picture and H264Picture are the same 11 years ago
Michael Niedermayer 3e3b0b3a40 avcodec/vdpau: update ff_vdpau_h264_set_reference_frames() to H264Picture 11 years ago
Michael Niedermayer 2a37e560dc avcodec/vdpau: fix ff_vdpau_get_surface_id() argument after H264Picture 11 years ago
Rémi Denis-Courmont eeaf4f3b87 av_vdpau_get_profile: mask out H.264 intra profile flag 11 years ago
Hendrik Leppkes 23bc1351ad vdpau: restore compatibility with deprecated fields in AVVDPAUContext 11 years ago
Anton Khirnov 728c465856 vdpau: add a constructor for AVVDPAUContext. 11 years ago
Anton Khirnov ca22d1dea2 vdpau: add a convenience function for getting a decoder profile. 11 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 11 years ago
Reimar Döffinger d404fe35b2 Make new VDPAU easier to use by adding context to callback. 11 years ago
Reimar Döffinger af05edc658 vdpau: Add an allocation function for AVVDPAUContext. 11 years ago
Rémi Denis-Courmont 2852740e23 vdpau: store picture data in picture's rather than codec's context 11 years ago