summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxva2_h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce'James Almer2018-04-131-5/+1
|\
| * Drop Windows XP support remnantsDiego Biurrun2018-04-091-5/+1
| * lavc: Mark all AVHWAccel structures as constMark Thompson2017-12-191-3/+3
* | lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-261-3/+3
* | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer2017-11-111-0/+3
|\ \ | |/
| * lavc: external hardware frame pool initializationwm42017-10-191-0/+3
| * dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-081-0/+22
| * dxva: preparations for new hwaccel APIwm42017-06-081-7/+7
| * dxva2: Factorize DXVA context validity test into a single macroSteve Lhomme2017-01-081-3/+1
| * dxva2_h264: Remove an unused variableMartin Storsjö2016-06-211-1/+0
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-271-0/+22
* | dxva: preparations for new hwaccel APIwm42017-06-271-7/+7
* | dxva2: use a single macro to test if the DXVA context is validSteve Lhomme2017-01-161-3/+1
* | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer2016-08-011-0/+1
|\ \ | |/
| * h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-211-0/+1
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\ \ | |/
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * dxva2_h264: Unbreak compilation after 3176217c6Martin Storsjö2016-04-251-0/+2
* | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch2016-06-121-1/+1
|\ \ | |/
| * h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-1/+1
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-121-39/+42
|\ \ | |/
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-39/+41
* | avcodec/dxva2_h264: fix slice offset in long slice struct after ca2f19b9Hendrik Leppkes2016-05-081-1/+1
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-261-10/+10
|\ \ | |/
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-10/+10
* | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis2016-04-241-1/+1
|\ \ | |/
| * h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-1/+1
* | dxva2_h264: fix size alignment assertsHendrik Leppkes2016-03-161-6/+6
* | lavc/dxva2_h264: Fix incorrect assert statement.Matt Oliver2016-03-161-1/+6
* | dxva2_h264: fix reference field marking in long slice structHendrik Leppkes2016-01-231-1/+1
* | Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0'Hendrik Leppkes2015-10-141-1/+5
|\ \ | |/
| * dxva: Include last the internal headerLuca Barbato2015-10-141-1/+5
* | avcodec/dxva2_h264: Fix "may be used uninitialized" warningsMichael Niedermayer2015-05-261-2/+2
* | Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer2015-05-251-40/+98
|\ \ | |/
| * D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-40/+98
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-291-5/+5
|\ \ | |/
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-291-5/+5
| * dxva2_h264: fix slice offset in long slice structsHendrik Leppkes2015-03-231-1/+1
* | dxva2_h264: fix slice offset in long slice structsHendrik Leppkes2015-03-231-1/+1
* | Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-1/+1
* | 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 '9951907f6fc37a8d41566dbee09f7c15ff587de6'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move redundant_pic_count 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-5/+5
|\ \ | |/
OpenPOWER on IntegriCloud