Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-28avcodec/videotoolbox: fix SEGV when hwaccel decoding h264 with ffmpeg.cAman Gupta
2017-11-27lavc: Mark all AVHWAccel structures as constMark Thompson
2017-11-20libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changesAman Gupta
2017-11-14avcodec/videotoolbox: fix opaque_ref handlingwm4
2017-11-14avcodec/videotoolbox: reorder functions to avoid forward declarationsAman Gupta
2017-11-14avcodec/videotoolbox: fix whitespaceAman Gupta
2017-11-14avcodec/videotoolbox: pass through hevc param changes to the decoderAman Gupta
2017-11-14avcodec/videotoolbox: remove unnecessary if statementAman Gupta
2017-11-14avcodec/videotoolbox: create avcC even when h264 extradata is missingAman Gupta
2017-11-14avcodec/videotoolbox: use decode_params to propagate H264 PPS changes and res...Aman Gupta
2017-11-14avcodec/videotoolbox: print descriptive errors on decode failuresAman Gupta
2017-11-14avcodec/videotoolbox: reset bitstream_size in end_frameAman Gupta
2017-11-14avcodec/videotoolbox: extract videotoolbox_{start,stop} helpersAman Gupta
2017-11-14avcodec/videotoolbox: use early return in videotoolbox_default_freeAman Gupta
2017-11-12videotoolbox: add frame_params supportwm4
2017-11-01lavc/videotoolbox: fix out-of-bounds memory access during hvcc creationAman Gupta
2017-10-23lavc: drop VDAClément Bœsch
2017-09-29avcodec/videotoolbox: add hevc supportAman Gupta
2017-07-11videotoolbox: fix crash when decoding interlaced video with new APIwm4
2017-05-31videotoolbox: log errorswm4
2017-05-15videotoolbox: add hwcontext supportwm4
2017-03-07avcodec/h264, videotoolbox: fix crash after VT decoder failsAman Gupta
2017-03-06avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOSwang-bin
2017-03-02avcodec/videotoolbox: set kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKeywm4
2017-03-02avcodec/videotoolbox: allow not setting the kCVPixelBufferPixelFormatTypeKeywm4
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-06-22lavc/videotoolbox: fix avcC extradata creationMatthieu Bouron
2016-06-20lavc/videotoolbox: Fix videotoolbox compile error on OS X 10.8.Dan Dennedy
2016-06-17lavc/videotoolbox: remove config_info maximum capacityClément Bœsch
2016-06-17lavc/videotoolbox: CFRelease() sessionClément Bœsch
2016-06-17lavc/videotoolbox: fix H.264 hwaccel init issueRick Kern
2016-06-12lavc/videotoolbox: fix sps/pps mistake introduced in 1534ef87Clément Bœsch
2016-06-12lavc/videotoolbox: fixes compilation after 1534ef87Clément Bœsch
2016-06-12Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch
2015-11-20avcodec/h264, videotoolbox: do not return invalid frames on failurewm4
2015-10-02avcodec/videotoolbox: fix decoding of some h264 bitstreamswm4
2015-09-30videotoolbox: require hardware accelerationStefano Pigozzi
2015-09-29avcodec/videotoolbox: fix -Wunused-but-set-variableGanesh Ajjanagadde
2015-08-03avcodec/videotoolbox: Add missing AV_ prefix to CODEC_ID in commentMichael Niedermayer
2015-08-03avcodec/videotoolbox: Fix bistream typoMichael Niedermayer
2015-08-03avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert