summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolbox.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/videotoolbox: make FFmpeg-to-VT mapping error more informativeJan Ekström2021-01-021-1/+7
* avcodec/videotoolbox: add logging context to logSteven Liu2019-10-081-1/+1
* lavc/videotoolboxdec: fix crop handling when multithreadedRodger Combs2019-09-151-5/+5
* avcodec/videotoolbox: add support for full range pixel formatsAkemi2019-09-041-5/+9
* avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctxPavel Koshevoy2019-08-231-1/+1
* avcodec/videotoolbox: add support for 10bit pixel formatfumoboy0072019-04-161-5/+29
* avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are nullRodger Combs2019-03-191-46/+40
* lavc/videotoolbox: Fix cropping with HEVC and H264 videosAkemi2018-11-121-0/+11
* avcodec/videotoolbox: fix decoding of some HEVC videosAman Gupta2018-05-181-32/+35
* avcodec/videotoolbox: split h264/hevc callbacksAman Gupta2018-05-091-10/+33
* avcodec/videotoolbox: cleanupsAman Gupta2018-05-091-4/+2
* avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEV...Aman Gupta2018-05-041-1/+6
* avcodec/videotoolbox: improve logging of decoder errorsAman Gupta2018-05-041-1/+4
* lavc/videotoolbox: fix failure to decode PAFFRodger Combs2018-04-101-5/+2
* lavc/videotoolbox: fix threaded decodingRodger Combs2018-03-081-17/+51
* avcodec/videotoolbox: fix SEGV when hwaccel decoding h264 with ffmpeg.cAman Gupta2017-11-281-1/+7
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-261-6/+6
* libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changesAman Gupta2017-11-201-7/+8
* avcodec/videotoolbox: fix opaque_ref handlingwm42017-11-131-0/+5
* avcodec/videotoolbox: reorder functions to avoid forward declarationsAman Gupta2017-11-131-152/+149
* avcodec/videotoolbox: fix whitespaceAman Gupta2017-11-131-2/+2
* avcodec/videotoolbox: pass through hevc param changes to the decoderAman Gupta2017-11-131-0/+9
* avcodec/videotoolbox: remove unnecessary if statementAman Gupta2017-11-131-35/+33
* avcodec/videotoolbox: create avcC even when h264 extradata is missingAman Gupta2017-11-131-2/+3
* avcodec/videotoolbox: use decode_params to propagate H264 PPS changes and res...Aman Gupta2017-11-131-2/+41
* avcodec/videotoolbox: print descriptive errors on decode failuresAman Gupta2017-11-131-4/+16
* avcodec/videotoolbox: reset bitstream_size in end_frameAman Gupta2017-11-131-4/+4
* avcodec/videotoolbox: extract videotoolbox_{start,stop} helpersAman Gupta2017-11-131-7/+15
* avcodec/videotoolbox: use early return in videotoolbox_default_freeAman Gupta2017-11-131-7/+7
* videotoolbox: add frame_params supportwm42017-11-121-0/+19
* lavc/videotoolbox: fix out-of-bounds memory access during hvcc creationAman Gupta2017-10-311-2/+2
* lavc: drop VDAClément Bœsch2017-10-231-7/+3
* avcodec/videotoolbox: add hevc supportAman Gupta2017-09-281-0/+197
* videotoolbox: fix crash when decoding interlaced video with new APIwm42017-07-111-1/+1
* videotoolbox: log errorswm42017-05-311-0/+6
* videotoolbox: add hwcontext supportwm42017-05-151-10/+170
* 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