aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/videotoolbox.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/videotoolbox: drop HEVC cropping from start_frame rather than end_frameAnton Khirnov2024-08-191-5/+8
* avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary PicAndreas Rheinhardt2024-06-121-1/+1
* avcodec/mpegvideo: Shorten variable namesAndreas Rheinhardt2024-06-121-1/+1
* lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContextAnton Khirnov2024-06-111-3/+3
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-041-1/+1
* lavc/hevcdec: rename HEVCFrame.frame to just fAnton Khirnov2024-06-041-1/+1
* lavc/hevcdec: rename HEVCContext.ref to cur_frameAnton Khirnov2024-06-041-1/+1
* avcodec/videotoolbox: use the correct HEVCSPS field nameJames Almer2024-06-011-1/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec: remove deprecated FF_API_VT_HWACCEL_CONTEXTJames Almer2024-03-071-31/+0
* avcodec/videotoolbox: specify color range for hw frame ctxZhao Zhili2024-01-041-0/+6
* avcodec/hevc_ps: Use RefStruct API for parameter setsAndreas Rheinhardt2023-10-071-2/+2
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-35/+36
* lavc/videotoolbox: fix warningsJun Zhao2023-04-091-6/+10
* avcodec/videotoolbox: don't use av_ prefix for local functionZhao Zhili2023-01-261-5/+5
* avcodec/videotoolbox: deprecate creating AVVideotoolboxContext by userZhao Zhili2023-01-261-15/+20
* avcodec/videotoolbox: prefer hw_frames_ctx/hw_device_ctx over hwaccel_contextZhao Zhili2023-01-261-1/+2
* avcodec/videotoolbox: fix NULL pointer dereferenceZhao Zhili2023-01-261-3/+2
* lavc/videotoolbox: deprecate write-only output_callbackAnton Khirnov2022-09-191-2/+0
* lavc/videotoolbox: do not pass AVCodecContext to decoder output callbackAnton Khirnov2022-09-191-4/+6
* lavc/videotoolboxdec: insert emu-prevention bytes for HEVC as wellrcombs2022-06-011-4/+4
* lavc/videotoolboxdec: fix writing too many 1 bits for the reserved fieldsrcombs2022-06-011-2/+2
* lavc/videotoolboxdec: fix generating HEVC general_profile_compatibility_flagsrcombs2022-06-011-1/+10
* lavc/videotoolboxdec: fix escaping sequential zero sequencesrcombs2022-06-011-4/+3
* lavc/videotoolboxdec: warn on nonzero status in the callbackrcombs2022-06-011-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* avcodec/videotoolbox: add internal.h for header depenedencyLimin Wang2022-02-141-0/+1
* avcodec/videotoolbox: Fix undefined symbol with minimal configurationLimin Wang2022-01-051-0/+2
* lavc/videotoolbox: set attachments on decoded buffersrcombs2021-12-221-0/+4
* avcodec/videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang2021-12-041-2/+2
* avcodec/videotoolbox: silence some -Wimplicit-fallthrough warningsJames Almer2021-11-281-0/+2
* lavc/videotoolbox: fix build on pre-10.14 SDKsrcombs2021-11-281-19/+7
* lavc/proresdec: add videotoolbox hwaccelrcombs2021-11-281-1/+73
* videotoolbox: add alpha supportrcombs2021-11-281-0/+3
* lavc/videotoolbox: add VP9 hardware accelerationrcombs2021-11-281-2/+15
* lavc/videotoolbox: call VTRegisterSupplementalVideoDecoderIfAvailablercombs2021-11-281-0/+7
* lavc/videotoolbox: expose some functions as lavc-internalrcombs2021-11-281-78/+68
* lavc/videotoolbox: select 4:2:2 and 4:4:4 formats when applicablercombs2021-11-281-0/+26
* lavc/videotoolbox: fix format computationrcombs2021-11-281-1/+1
* lavc/videotoolbox: escape 0x00000[0-3]s in avcC PSsrcombs2021-11-281-8/+45
* 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