120 Commits (54b5cc035a04aeac8206295a2e37b3877c8a7a7a)

Author SHA1 Message Date
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
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago
Rainer Hochecker 06d8fdb660 Fix vdpau vc1 interlace modes also when using decoder vc1_vdpau. 12 years ago
Janne Grunau b247253929 vdpau: wrap codec specific functions in appropiate #ifs 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 12 years ago
Rémi Denis-Courmont 44e065d56c vdpau: Add context and common helpers for hwaccel support 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 9c020810c1 Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 13 years ago