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
2022-09-19lavc/videotoolbox: deprecate write-only output_callbackAnton Khirnov
2022-09-19lavc/videotoolbox: do not pass AVCodecContext to decoder output callbackAnton Khirnov
2022-06-02lavc/videotoolboxdec: insert emu-prevention bytes for HEVC as wellrcombs
2022-06-02lavc/videotoolboxdec: fix writing too many 1 bits for the reserved fieldsrcombs
2022-06-02lavc/videotoolboxdec: fix generating HEVC general_profile_compatibility_flagsrcombs
2022-06-02lavc/videotoolboxdec: fix escaping sequential zero sequencesrcombs
2022-06-02lavc/videotoolboxdec: warn on nonzero status in the callbackrcombs
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-14avcodec/videotoolbox: add internal.h for header depenedencyLimin Wang
2022-01-05avcodec/videotoolbox: Fix undefined symbol with minimal configurationLimin Wang
2021-12-23lavc/videotoolbox: set attachments on decoded buffersrcombs
2021-12-04avcodec/videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang
2021-11-29avcodec/videotoolbox: silence some -Wimplicit-fallthrough warningsJames Almer
2021-11-29lavc/videotoolbox: fix build on pre-10.14 SDKsrcombs
2021-11-29lavc/proresdec: add videotoolbox hwaccelrcombs
2021-11-29videotoolbox: add alpha supportrcombs
2021-11-29lavc/videotoolbox: add VP9 hardware accelerationrcombs
2021-11-29lavc/videotoolbox: call VTRegisterSupplementalVideoDecoderIfAvailablercombs
2021-11-29lavc/videotoolbox: expose some functions as lavc-internalrcombs
2021-11-29lavc/videotoolbox: select 4:2:2 and 4:4:4 formats when applicablercombs
2021-11-29lavc/videotoolbox: fix format computationrcombs
2021-11-29lavc/videotoolbox: escape 0x00000[0-3]s in avcC PSsrcombs
2021-01-02avcodec/videotoolbox: make FFmpeg-to-VT mapping error more informativeJan Ekström
2019-10-08avcodec/videotoolbox: add logging context to logSteven Liu
2019-09-15lavc/videotoolboxdec: fix crop handling when multithreadedRodger Combs
2019-09-04avcodec/videotoolbox: add support for full range pixel formatsAkemi
2019-08-24avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctxPavel Koshevoy
2019-04-16avcodec/videotoolbox: add support for 10bit pixel formatfumoboy007
2019-03-20avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are nullRodger Combs
2018-11-12lavc/videotoolbox: Fix cropping with HEVC and H264 videosAkemi
2018-05-18avcodec/videotoolbox: fix decoding of some HEVC videosAman Gupta
2018-05-09avcodec/videotoolbox: split h264/hevc callbacksAman Gupta
2018-05-09avcodec/videotoolbox: cleanupsAman Gupta
2018-05-05avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEV...Aman Gupta
2018-05-05avcodec/videotoolbox: improve logging of decoder errorsAman Gupta
2018-04-10lavc/videotoolbox: fix failure to decode PAFFRodger Combs
2018-03-09lavc/videotoolbox: fix threaded decodingRodger Combs
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