summaryrefslogtreecommitdiff
path: root/libavcodec/vda_h264.c
Commit message (Expand)AuthorAgeFilesLines
* vda: better frame allocation.Sebastien Zwickert2012-08-141-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-141-24/+22
|\
| * vda: better frame allocationSebastien Zwickert2012-08-141-1/+1
| * vda: Merge implementation into one fileSebastien Zwickert2012-08-141-5/+284
| * vda: support synchronous decodingSebastien Zwickert2012-08-141-3/+8
| * vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert2012-08-141-26/+11
* | vda: merge implementation into one file.Sebastien Zwickert2012-08-141-5/+291
* | vda: support synchronous decoding.Sebastien Zwickert2012-08-141-5/+11
* | 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-1/+0
|\ \ | |/
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
| * hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-141-0/+110
* vda: get correctly the frame from h264 context.Sebastien Zwickert2011-11-141-1/+1
* vda: reordering headers inclusion.Sebastien Zwickert2011-11-141-0/+1
* vda: use fast reallocation.Sebastien Zwickert2011-11-111-24/+10
* HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-021-0/+107