summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_vc1.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-261-2/+2
* Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer2017-11-111-0/+2
|\
| * lavc: external hardware frame pool initializationwm42017-10-191-0/+2
| * pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2016-12-191-0/+3
* | pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2017-03-211-0/+3
* | Merge commit '89ac99ba5f2dc9f69ad3bc294753930eb0b3e4a4'Michael Niedermayer2014-10-061-0/+27
|\ \ | |/
| * vdpau: pass codec-specific parameters from hwaccelRémi Denis-Courmont2014-10-051-0/+27
* | Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986'Michael Niedermayer2014-05-111-2/+2
|\ \ | |/
| * hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-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
* | Merge commit '7948a51b5c3d08e1a1173442a7ff72b220def303'Michael Niedermayer2014-03-201-2/+2
|\ \ | |/
| * vdpau: don't assume Picture and H264Picture are the samewm42014-03-201-2/+2
* | avcodec/vdpau: fix ff_vdpau_get_surface_id() argument after H264PictureMichael Niedermayer2014-03-171-2/+2
* | Merge commit 'c2f7417eeb9cc31f75e71f7be2780f90f1628d7e'Michael Niedermayer2013-11-301-1/+1
|\ \ | |/
| * vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov2013-11-291-1/+1
* | VC1 VDPAU: Mark missing reference frames as such.Reimar Döffinger2013-10-021-0/+4
* | Merge commit '2852740e23f91d6775714d7cc29b9a73e1111ce0'Michael Niedermayer2013-08-061-6/+12
|\ \ | |/
| * vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-051-6/+12
* | Merge commit '582963a8156522582e55466be4a59974a8d909a5'Michael Niedermayer2013-07-261-1/+1
|\ \ | |/
| * vdpau: Fix VC-1 interlaced modeRainer Hochecker2013-07-251-1/+1
* | fix vdpau vc1 interlace modesRainer Hochecker2013-05-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-2/+2
|\ \ | |/
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-2/+2
* | Merge commit '246da0b13551b1f80f067e4f258e5bd691f5ab33'Michael Niedermayer2013-01-141-4/+4
|/
* vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-131-0/+128