summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-291-3/+3
|\
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-291-3/+3
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-1/+2
|\ \ | |/
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-1/+2
* | Merge commit '737d35e33408263c04d7730f5487eed0d04938ba'Michael Niedermayer2014-12-271-0/+19
|\ \ | |/
| * vdpau: add support for the H.264 High 4:4:4 Predictive profileRémi Denis-Courmont2014-12-251-0/+19
* | Merge commit '559fa0d41b5cf8f7e1ba89d1ac70e74712eb2816'Michael Niedermayer2014-12-141-0/+4
|\ \ | |/
| * vdpau: add mapping for H.264 Constrained Baseline profile and fallbackRémi Denis-Courmont2014-12-141-0/+4
* | Merge commit '8502c1e9ff9c1dbb6e467630c048d098f4064021'Michael Niedermayer2014-12-141-0/+5
|\ \ | |/
| * vdpau: add mapping for H.264 Extended profileRémi Denis-Courmont2014-12-141-0/+5
* | Merge commit '26ab504ad8d2b23535c9a0ad43bf1fd0e6aa0893'Michael Niedermayer2014-10-281-1/+1
|\ \ | |/
| * vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBPRémi Denis-Courmont2014-10-281-1/+1
* | Merge commit '89ac99ba5f2dc9f69ad3bc294753930eb0b3e4a4'Michael Niedermayer2014-10-061-0/+30
|\ \ | |/
| * vdpau: pass codec-specific parameters from hwaccelRémi Denis-Courmont2014-10-051-0/+30
* | Merge commit 'fcc1022611f79c2f3aa2f392a5ce14c74be9c1d7'Michael Niedermayer2014-10-061-30/+6
|\ \ | |/
| * vdpau: factor out common end-of-frame handlingRémi Denis-Courmont2014-10-051-6/+4
* | Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986'Michael Niedermayer2014-05-111-1/+1
|\ \ | |/
| * hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-111-1/+1
| * vdpau: switch ff_vdpau_get_surface_id from Picture to AVFramewm42014-03-201-3/+3
* | Merge commit '7948a51b5c3d08e1a1173442a7ff72b220def303'Michael Niedermayer2014-03-201-3/+3
|\ \ | |/
| * vdpau: don't assume Picture and H264Picture are the samewm42014-03-201-3/+3
* | avcodec/vdpau: fix ff_vdpau_get_surface_id() argument after H264PictureMichael Niedermayer2014-03-171-3/+3
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87'Michael Niedermayer2014-03-171-6/+6
|\ \ | |/
| * h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-6/+6
* | vdpau: restore compatibility with deprecated fields in AVVDPAUContextHendrik Leppkes2014-01-101-0/+17
* | Make new VDPAU easier to use by adding context to callback.Reimar Döffinger2013-08-111-1/+6
* | Merge commit '2852740e23f91d6775714d7cc29b9a73e1111ce0'Michael Niedermayer2013-08-061-13/+18
|\ \ | |/
| * vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-051-13/+18
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-6/+6
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-5/+19
|\ \ | |/
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-5/+19
* | Merge commit '246da0b13551b1f80f067e4f258e5bd691f5ab33'Michael Niedermayer2013-01-141-4/+4
|/
* vdpau: Add H.264 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-131-0/+196