summaryrefslogtreecommitdiff
path: root/ffmpeg_vda.c
Commit message (Collapse)AuthorAge
* Merge commit '40af330adf7fde8073271cf2b41ff9adc4c2bba9'Michael Niedermayer2015-07-09
| | | | | | | | * commit '40af330adf7fde8073271cf2b41ff9adc4c2bba9': avconv: vda: Unlock the pixel buffer once it is accessed See: c06fdacc3dc706e70d953917fea845532d3703ca Merged-by: Michael Niedermayer <michaelni@gmx.at>
* vda: unlock the pixel buffer base address.Sebastien Zwickert2015-06-23
| | | | | | | The pixel buffer base address is never unlocked this causes a bug with some pixel format types that are produced natively by the hardware decoder: the first buffer was always used. Unlock the pixel buffer base address fixes the issue.
* vda: Cast to not discard constant qualifier and silence compiler warningHimangi Saraogi2015-04-09
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '1839fafa951308237c4672ffd9a94f927b26eac7'Michael Niedermayer2014-05-12
* commit '1839fafa951308237c4672ffd9a94f927b26eac7': avconv: Support VDA hwaccel Conflicts: Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>