summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau.c
Commit message (Expand)AuthorAge
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* vdpau: Add missing deprecation guardsVittorio Giovara2016-03-05
* vdpau: Remove a spurious CONFIG_H263_VDPAU_HWACCELMichael Niedermayer2015-11-06
* vdpau: fix constrained baseline fallbackwm42015-09-28
* vdpau: add support for 4:2:2 and 4:4:4 chroma samplingRémi Denis-Courmont2014-12-25
* vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont2014-12-25
* vdpau: add mapping for H.264 Constrained Baseline profile and fallbackRémi Denis-Courmont2014-12-14
* vdpau: add mapping for H.264 Extended profileRémi Denis-Courmont2014-12-14
* vdpau: revector macro to reduce line spanRémi Denis-Courmont2014-12-14
* vdpau: return MAIN instead of BASELINE for H.264 CBPRémi Denis-Courmont2014-10-28
* vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont2014-10-15
* vdpau: have av_vdpau_bind_context() fail on unsupported flagRémi Denis-Courmont2014-10-15
* vdpau: check video surface and decoder capabilitiesRémi Denis-Courmont2014-10-06
* vdpau: add av_vdpau_bind_context()Rémi Denis-Courmont2014-10-06
* vdpau: force reinitialization when output resolution changesRémi Denis-Courmont2014-10-06
* vdpau: pass codec-specific parameters from hwaccelRémi Denis-Courmont2014-10-05
* vdpau: common support for managing the VdpDecoder in avcodecRémi Denis-Courmont2014-10-05
* vdpau: factor out common end-of-frame handlingRémi Denis-Courmont2014-10-05
* vdpau: add helper for VDPAU to libav error codes conversionRémi Denis-Courmont2014-10-05
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* vdpau: switch ff_vdpau_get_surface_id from Picture to AVFramewm42014-03-20
* vdpau: don't assume Picture and H264Picture are the samewm42014-03-20
* av_vdpau_get_profile: mask out H.264 intra profile flagRémi Denis-Courmont2014-03-04
* vdpau: add a constructor for AVVDPAUContext.Anton Khirnov2013-11-14
* vdpau: add a convenience function for getting a decoder profile.Anton Khirnov2013-11-14
* vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-05
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* vdpau: wrap codec specific functions in appropiate #ifsJanne Grunau2013-03-27
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont2013-01-13
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-24
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
* hwaccel: unbreak buildMans Rullgard2011-07-10
* ffmpeg: Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos2011-07-04
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-30
* Fix VDPAU for H.264 streams with long reference frames.Stephen Warren2010-03-30
* Cosmetics: Fix a comment.Carl Eugen Hoyos2010-03-14
* Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.Carl Eugen Hoyos2010-03-03
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-10
* Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4Stephen Warren2009-03-06
* Do not set h264.is_reference for pictures that are delayed, but notNVIDIA Corporation2009-02-26
* The field rangered in VDPAU's VdpPictureInfoVC1 now also containsNVIDIA Corporation2009-02-26
* 100l, always declare variables at the top of a block, not inside a for ()Reimar Döffinger2009-02-23
* Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger2009-02-18