aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_h264.c
Commit message (Expand)AuthorAgeFilesLines
* vaapi: streamline public context structure.Gwenole Beauchesne2015-08-191-3/+7
* vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-191-1/+1
* vaapi_h264: fix RefPicList[] field flags.Gwenole Beauchesne2015-06-231-1/+2
* Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-291-3/+3
|\
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-291-3/+3
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-3/+3
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-3/+3
| * vaapi_h264: fix slice data offsetHendrik Leppkes2015-03-231-1/+1
* | vaapi_h264: fix slice data offsetHendrik Leppkes2015-03-231-1/+1
* | Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer2015-03-211-2/+2
|\|
| * h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-2/+2
* | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'Michael Niedermayer2015-03-211-1/+1
|\|
| * h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'a9b201cacf85d710b102010cb4baef97f00ea39b'Michael Niedermayer2015-03-211-1/+1
|\|
| * h264: move cabac_init_idc into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'e6c90ce94f1b07f50cea2babf7471af455cca0ff'Michael Niedermayer2015-03-211-3/+3
|\|
| * h264: move loopfilter parameters into the per-slice contextAnton Khirnov2015-03-211-3/+3
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-6/+7
|\|
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-6/+7
* | Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e'Michael Niedermayer2015-03-211-1/+1
|\|
| * h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer2015-03-211-2/+2
|\|
| * h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6'Michael Niedermayer2015-03-211-1/+1
|\|
| * h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer2015-03-211-12/+14
|\|
| * h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-12/+14
| * vaapi: set the scaling list correctly.Edgar Hucek2014-08-141-1/+2
| * hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-281-2/+2
| * vaapi: switch ff_vaapi_get_surface_id from Picture to AVFramewm42014-03-201-3/+3
* | avcodec/vaapi: fix pointer types after H264Picture changesMichael 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-5/+5
|\|
| * h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-5/+5
* | avcodec: fix dxva2 & vaapi after removing the +52 offset from the loop filter...Michael Niedermayer2014-02-211-2/+2
* | Merge commit '6d2b6f21eb45ffbda1103c772060303648714832'Michael Niedermayer2013-03-211-1/+1
|\|
| * h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-211-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-5/+5
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-061-13/+14
|\|
| * hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-051-13/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-10/+22
|\|
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-10/+22
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-291-2/+0
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-2/+0