summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolbox.c
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/h264, videotoolbox: fix crash after VT decoder failsAman Gupta2017-03-071-2/+0
* avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOSwang-bin2017-03-061-0/+5
* avcodec/videotoolbox: set kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKeywm42017-03-021-0/+1
* avcodec/videotoolbox: allow not setting the kCVPixelBufferPixelFormatTypeKeywm42017-03-021-1/+2
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
* lavc/videotoolbox: fix avcC extradata creationMatthieu Bouron2016-06-221-60/+22
* lavc/videotoolbox: Fix videotoolbox compile error on OS X 10.8.Dan Dennedy2016-06-191-0/+5
* lavc/videotoolbox: remove config_info maximum capacityClément Bœsch2016-06-171-1/+1
* lavc/videotoolbox: CFRelease() sessionClément Bœsch2016-06-171-1/+3
* lavc/videotoolbox: fix H.264 hwaccel init issueRick Kern2016-06-161-14/+45
* lavc/videotoolbox: fix sps/pps mistake introduced in 1534ef87Clément Bœsch2016-06-121-1/+1
* lavc/videotoolbox: fixes compilation after 1534ef87Clément Bœsch2016-06-121-3/+3
* Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-121-7/+7
* avcodec/h264, videotoolbox: do not return invalid frames on failurewm42015-11-201-0/+2
* avcodec/videotoolbox: fix decoding of some h264 bitstreamswm42015-10-021-18/+30
* videotoolbox: require hardware accelerationStefano Pigozzi2015-09-291-3/+3
* avcodec/videotoolbox: fix -Wunused-but-set-variableGanesh Ajjanagadde2015-09-291-3/+0
* avcodec/videotoolbox: Add missing AV_ prefix to CODEC_ID in commentMichael Niedermayer2015-08-031-1/+1
* avcodec/videotoolbox: Fix bistream typoMichael Niedermayer2015-08-031-1/+1
* avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert2015-08-031-0/+690