summaryrefslogtreecommitdiffstats
path: root/libavcodec/vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* vdpau: add a constructor for AVVDPAUContext.Anton Khirnov2013-11-141-0/+5
* vdpau: add a convenience function for getting a decoder profile.Anton Khirnov2013-11-141-0/+43
* vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-051-15/+18
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-336/+0
* vdpau: wrap codec specific functions in appropiate #ifsJanne Grunau2013-03-271-0/+12
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-6/+6
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-31/+23
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-5/+5
* vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont2013-01-131-0/+49
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-241-4/+3
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-3/+4
* hwaccel: unbreak buildMans Rullgard2011-07-101-20/+20
* ffmpeg: Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos2011-07-041-1/+2
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-6/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-301-6/+16
* Fix VDPAU for H.264 streams with long reference frames.Stephen Warren2010-03-301-1/+1
* Cosmetics: Fix a comment.Carl Eugen Hoyos2010-03-141-1/+1
* Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.Carl Eugen Hoyos2010-03-031-0/+4
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-101-0/+50
* Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4Stephen Warren2009-03-061-1/+1
* Do not set h264.is_reference for pictures that are delayed, but notNVIDIA Corporation2009-02-261-1/+1
* The field rangered in VDPAU's VdpPictureInfoVC1 now also containsNVIDIA Corporation2009-02-261-1/+1
* 100l, always declare variables at the top of a block, not inside a for ()Reimar Döffinger2009-02-231-1/+2
* Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger2009-02-181-0/+2
* Fix MBAFF/PAFF samples.Stephen Warren2009-02-171-1/+1
* Place spaces consistently in pointer types in vdpau.cReimar Döffinger2009-02-151-17/+17
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-141-1/+1
* Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun2009-02-121-1/+1
* Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun2009-02-111-0/+305
OpenPOWER on IntegriCloud