summaryrefslogtreecommitdiff
path: root/libavcodec/vda.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f'Michael Niedermayer2014-05-121-0/+72
|\
| * lavc: Add new VDA hwaccelAnton Khirnov2014-05-111-0/+72
| * vda: Merge implementation into one fileSebastien Zwickert2012-08-141-303/+0
| * vda: support synchronous decodingSebastien Zwickert2012-08-141-41/+64
| * vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert2012-08-141-0/+2
* | vda: merge implementation into one file.Sebastien Zwickert2012-08-141-311/+0
* | vda: support synchronous decoding.Sebastien Zwickert2012-08-141-50/+72
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | vda: try to fix compileMichael Niedermayer2012-04-101-21/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-101-0/+35
|\ \ | |/
| * vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext...Sebastien Zwickert2012-04-101-1/+20
| * hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-141-0/+259
* vda: removes useless doxygen command.Sebastien Zwickert2012-01-081-8/+0
* vda: uses pthreads directly.Sebastien Zwickert2012-01-081-34/+9
* vda: convert 3 byte NAL sizes to 4 byte.Sebastien Zwickert2012-01-081-0/+5
* vda: use K&R style.Clément Bœsch2011-11-151-39/+31
* vda: check allocation result.Sebastien Zwickert2011-11-141-0/+3
* vda: removes useless casts.Sebastien Zwickert2011-11-141-2/+2
* vda: cosmetic.Sebastien Zwickert2011-11-141-17/+17
* vda: reordering headers inclusion.Sebastien Zwickert2011-11-141-0/+7
* vda: use fast reallocation.Sebastien Zwickert2011-11-111-0/+6
* vda: set destination image buffer attributes.Sebastien Zwickert2011-11-091-2/+26
* HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-021-0/+271