summaryrefslogtreecommitdiff
path: root/libavcodec/vda_h264.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* vda: Check the correct pointer for buffer allocationLuca Barbato2015-07-03
* vda: Make output CVPixelBuffer format configurableStefano Pigozzi2015-05-13
* h264: use properly allocated AVFramesAnton Khirnov2015-04-29
* vda: error out if decoded CVPixelBuffer is emptyStefano Pigozzi2015-01-05
* lavc: Add new VDA hwaccelAnton Khirnov2014-05-11
* vda: use hwaccel private data for internal bitstream bufferAnton Khirnov2014-05-11
* vda: remove async decoder leftoversLuca Barbato2013-03-12
* lavc: remove disabled FF_API_VDA_ASYNC cruftAnton Khirnov2013-03-09
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-05
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* miscellaneous typo fixesDiego Biurrun2012-12-21
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* 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
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* 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