]> git.sesse.net Git - ffmpeg/history - libavcodec/vda_h264.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / vda_h264.c
2015-07-02 Luca Barbatovda: Check the correct pointer for buffer allocation
2015-05-13 Stefano Pigozzivda: Make output CVPixelBuffer format configurable
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-01-05 Stefano Pigozzivda: error out if decoded CVPixelBuffer is empty
2014-05-11 Anton Khirnovlavc: Add new VDA hwaccel
2014-05-11 Anton Khirnovvda: use hwaccel private data for internal bitstream...
2013-03-12 Luca Barbatovda: remove async decoder leftovers
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_VDA_ASYNC cruft
2013-03-05 Diego Biurrunhwaccel: consistent name prefixes for start_frame/end_f...
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-14 Sebastien Zwickertvda: better frame allocation
2012-08-14 Sebastien Zwickertvda: Merge implementation into one file
2012-08-14 Sebastien Zwickertvda: support synchronous decoding
2012-08-14 Sebastien Zwickertvda: Reuse the bitstream buffer and reallocate it only...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-11-14 Sebastien Zwickerthwaccel: OS X Video Decoder Acceleration (VDA) support.