aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vda_h264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vda_h264: use av_buffer to manage buffersXidorn Quan2013-05-271-0/+26
* Merge commit '202c2acc40a6de8758b44ab3f5c85ab250079734'Michael Niedermayer2013-03-131-47/+3
|\
| * vda: remove async decoder leftoversLuca Barbato2013-03-121-44/+3
* | Merge commit 'adfa53d67c7a3318157ea9d95e8bdcfb77139452'Michael Niedermayer2013-03-131-102/+0
|\|
| * lavc: remove disabled FF_API_VDA_ASYNC cruftAnton Khirnov2013-03-091-104/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-061-10/+11
|\|
| * hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-051-10/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-1/+1
|\|
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-1/+1
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch2012-12-181-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | vda_h264.c: Change header inclusion order.Carl Eugen Hoyos2012-09-161-1/+1
* | 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