| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6' | Michael Niedermayer | 2015-04-29 | 1 | -5/+5 |
|\ |
|
| * | h264: use properly allocated AVFrames | Anton Khirnov | 2015-04-29 | 1 | -5/+5 |
| * | dxva2_h264: fix slice offset in long slice structs | Hendrik Leppkes | 2015-03-23 | 1 | -1/+1 |
* | | dxva2_h264: fix slice offset in long slice structs | Hendrik Leppkes | 2015-03-23 | 1 | -1/+1 |
* | | Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: use a smaller struct for the ref lists | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move mb_{x,y} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit '9951907f6fc37a8d41566dbee09f7c15ff587de6' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move redundant_pic_count into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit 'a9b201cacf85d710b102010cb4baef97f00ea39b' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move cabac_init_idc into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit 'e6c90ce94f1b07f50cea2babf7471af455cca0ff' | Michael Niedermayer | 2015-03-21 | 1 | -5/+5 |
|\| |
|
| * | h264: move loopfilter parameters into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+5 |
* | | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291' | Michael Niedermayer | 2015-03-21 | 1 | -7/+8 |
|\| |
|
| * | h264: move the ref lists variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -7/+8 |
* | | Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move direct_spatial_mv_pred into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit '56febc993b928ccc039a32158ca60b234c311875' | Michael Niedermayer | 2015-03-21 | 1 | -4/+5 |
|\| |
|
| * | h264: move the slice type variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -4/+5 |
* | | Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move the quantizers into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87' | Michael Niedermayer | 2015-03-21 | 1 | -10/+11 |
|\| |
|
| * | h264: split weighted pred-related vars into per-slice context | Anton Khirnov | 2015-03-21 | 1 | -10/+11 |
* | | Merge commit '4600a85eaa6182e5a27464f6b9cae5a9ddbf3098' | Michael Niedermayer | 2014-09-01 | 1 | -2/+5 |
|\| |
|
| * | dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer() | Diego Biurrun | 2014-09-01 | 1 | -2/+5 |
* | | Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' | Michael Niedermayer | 2014-05-11 | 1 | -1/+1 |
|\| |
|
| * | hwaccel: Rename priv_data_size to frame_priv_data_size | Anton Khirnov | 2014-05-11 | 1 | -1/+1 |
| * | hwaccel: fix dxva2 & vaapi loop filter parameters | Michael Niedermayer | 2014-04-28 | 1 | -2/+2 |
| * | dxva2_h264: add a workaround for old Intel GPUs | Hendrik Leppkes | 2014-04-28 | 1 | -1/+7 |
| * | dxva2_h264: set the correct ref frame index in the long slice struct | Hendrik Leppkes | 2014-04-28 | 1 | -4/+14 |
| * | dxva2: Directly use AVFrames | Michael Niedermayer | 2014-04-01 | 1 | -4/+4 |
* | | avcodec/dxva2: fix pointers after H264Picture | Michael Niedermayer | 2014-03-17 | 1 | -5/+5 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87' | Michael Niedermayer | 2014-03-17 | 1 | -5/+5 |
|\| |
|
| * | h264: move relevant fields from Picture to H264Picture | Vittorio Giovara | 2014-03-16 | 1 | -5/+5 |
* | | dxva2_h264: add a workaround for old intel GPUs | Hendrik Leppkes | 2014-03-07 | 1 | -1/+7 |
* | | dxva2_h264: set the correct ref frame index in the long slice struct | Hendrik Leppkes | 2014-03-07 | 1 | -4/+14 |
* | | avcodec: fix dxva2 & vaapi after removing the +52 offset from the loop filter... | Michael Niedermayer | 2014-02-21 | 1 | -2/+2 |
* | | Merge commit '6d2b6f21eb45ffbda1103c772060303648714832' | Michael Niedermayer | 2013-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -5/+5 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -5/+5 |
* | | Merge commit 'ad0c9f2d5d81e22207c6ccecc426bf7306acc327' | Michael Niedermayer | 2013-03-08 | 1 | -4/+4 |
|\| |
|
| * | lavc: move AVFrame.hwaccel_picture_private to Picture. | Anton Khirnov | 2013-03-08 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-06 | 1 | -10/+11 |
|\| |
|
| * | hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice | Diego Biurrun | 2013-03-05 | 1 | -10/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -24/+24 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -24/+24 |