summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_mpeg4.c
Commit message (Expand)AuthorAgeFilesLines
* vdpau: remove dysfunctional H.263 supportRémi Denis-Courmont2015-10-301-24/+0
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* vdpau: pass codec-specific parameters from hwaccelRémi Denis-Courmont2014-10-051-0/+30
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-111-2/+2
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-2/+2
* vdpau: switch ff_vdpau_get_surface_id from Picture to AVFramewm42014-03-201-2/+2
* vdpau: don't assume Picture and H264Picture are the samewm42014-03-201-2/+2
* mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.Anton Khirnov2013-11-291-2/+4
* vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-051-4/+7
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-2/+2
* vdpau: Add MPEG-4 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-131-0/+110