summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolbox.c
Commit message (Expand)AuthorAge
* avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary PicAndreas Rheinhardt2024-06-12
* avcodec/mpegvideo: Shorten variable namesAndreas Rheinhardt2024-06-12
* lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContextAnton Khirnov2024-06-11
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-04
* lavc/hevcdec: rename HEVCFrame.frame to just fAnton Khirnov2024-06-04
* lavc/hevcdec: rename HEVCContext.ref to cur_frameAnton Khirnov2024-06-04
* avcodec/videotoolbox: use the correct HEVCSPS field nameJames Almer2024-06-01
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avcodec: remove deprecated FF_API_VT_HWACCEL_CONTEXTJames Almer2024-03-07
* avcodec/videotoolbox: specify color range for hw frame ctxZhao Zhili2024-01-04
* avcodec/hevc_ps: Use RefStruct API for parameter setsAndreas Rheinhardt2023-10-07
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* lavc/videotoolbox: fix warningsJun Zhao2023-04-09
* avcodec/videotoolbox: don't use av_ prefix for local functionZhao Zhili2023-01-26
* avcodec/videotoolbox: deprecate creating AVVideotoolboxContext by userZhao Zhili2023-01-26
* avcodec/videotoolbox: prefer hw_frames_ctx/hw_device_ctx over hwaccel_contextZhao Zhili2023-01-26
* avcodec/videotoolbox: fix NULL pointer dereferenceZhao Zhili2023-01-26
* lavc/videotoolbox: deprecate write-only output_callbackAnton Khirnov2022-09-19
* lavc/videotoolbox: do not pass AVCodecContext to decoder output callbackAnton Khirnov2022-09-19
* lavc/videotoolboxdec: insert emu-prevention bytes for HEVC as wellrcombs2022-06-01
* lavc/videotoolboxdec: fix writing too many 1 bits for the reserved fieldsrcombs2022-06-01
* lavc/videotoolboxdec: fix generating HEVC general_profile_compatibility_flagsrcombs2022-06-01
* lavc/videotoolboxdec: fix escaping sequential zero sequencesrcombs2022-06-01
* lavc/videotoolboxdec: warn on nonzero status in the callbackrcombs2022-06-01
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/videotoolbox: add internal.h for header depenedencyLimin Wang2022-02-14
* avcodec/videotoolbox: Fix undefined symbol with minimal configurationLimin Wang2022-01-05
* lavc/videotoolbox: set attachments on decoded buffersrcombs2021-12-22
* avcodec/videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang2021-12-04
* avcodec/videotoolbox: silence some -Wimplicit-fallthrough warningsJames Almer2021-11-28
* lavc/videotoolbox: fix build on pre-10.14 SDKsrcombs2021-11-28
* lavc/proresdec: add videotoolbox hwaccelrcombs2021-11-28
* videotoolbox: add alpha supportrcombs2021-11-28
* lavc/videotoolbox: add VP9 hardware accelerationrcombs2021-11-28
* lavc/videotoolbox: call VTRegisterSupplementalVideoDecoderIfAvailablercombs2021-11-28
* lavc/videotoolbox: expose some functions as lavc-internalrcombs2021-11-28
* lavc/videotoolbox: select 4:2:2 and 4:4:4 formats when applicablercombs2021-11-28
* lavc/videotoolbox: fix format computationrcombs2021-11-28
* lavc/videotoolbox: escape 0x00000[0-3]s in avcC PSsrcombs2021-11-28
* avcodec/videotoolbox: make FFmpeg-to-VT mapping error more informativeJan Ekström2021-01-02
* avcodec/videotoolbox: add logging context to logSteven Liu2019-10-08
* lavc/videotoolboxdec: fix crop handling when multithreadedRodger Combs2019-09-15
* avcodec/videotoolbox: add support for full range pixel formatsAkemi2019-09-04
* avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctxPavel Koshevoy2019-08-23
* avcodec/videotoolbox: add support for 10bit pixel formatfumoboy0072019-04-16
* avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are nullRodger Combs2019-03-19
* lavc/videotoolbox: Fix cropping with HEVC and H264 videosAkemi2018-11-12
* avcodec/videotoolbox: fix decoding of some HEVC videosAman Gupta2018-05-18
* avcodec/videotoolbox: split h264/hevc callbacksAman Gupta2018-05-09
* avcodec/videotoolbox: cleanupsAman Gupta2018-05-09