summaryrefslogtreecommitdiff
path: root/libavcodec/vda.c
Commit message (Expand)AuthorAge
* avcodec/vda: define av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL equ 0Steven Liu2016-10-21
* avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert2015-08-03
* Merge commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623'Michael Niedermayer2015-05-13
|\
| * vda: Make output CVPixelBuffer format configurableStefano Pigozzi2015-05-13
* | Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f'Michael Niedermayer2014-05-12
|\|
| * lavc: Add new VDA hwaccelAnton Khirnov2014-05-11
| * 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
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-29
* | vda: try to fix compileMichael Niedermayer2012-04-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-10
|\|
| * vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext...Sebastien Zwickert2012-04-10
| * hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* vda: removes useless doxygen command.Sebastien Zwickert2012-01-08
* vda: uses pthreads directly.Sebastien Zwickert2012-01-08
* vda: convert 3 byte NAL sizes to 4 byte.Sebastien Zwickert2012-01-08
* vda: use K&R style.Clément Bœsch2011-11-15
* vda: check allocation result.Sebastien Zwickert2011-11-14
* vda: removes useless casts.Sebastien Zwickert2011-11-14
* vda: cosmetic.Sebastien Zwickert2011-11-14
* vda: reordering headers inclusion.Sebastien Zwickert2011-11-14
* vda: use fast reallocation.Sebastien Zwickert2011-11-11
* vda: set destination image buffer attributes.Sebastien Zwickert2011-11-09
* HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-02