summaryrefslogtreecommitdiff
path: root/libavcodec/vda_h264.c
Commit message (Expand)AuthorAge
* Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch2012-12-18
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | vda_h264.c: Change header inclusion order.Carl Eugen Hoyos2012-09-16
* | vda: better frame allocation.Sebastien Zwickert2012-08-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-14
|\|
| * vda: better frame allocationSebastien Zwickert2012-08-14
| * vda: Merge implementation into one fileSebastien Zwickert2012-08-14
| * vda: support synchronous decodingSebastien Zwickert2012-08-14
| * vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert2012-08-14
* | vda: merge implementation into one file.Sebastien Zwickert2012-08-14
* | vda: support synchronous decoding.Sebastien Zwickert2012-08-14
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-29
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
| * hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* vda: get correctly the frame from h264 context.Sebastien Zwickert2011-11-14
* vda: reordering headers inclusion.Sebastien Zwickert2011-11-14
* vda: use fast reallocation.Sebastien Zwickert2011-11-11
* HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-02