Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
lavc: drop VDA
Deprecated (aka removed) in OSX 10.11, and we have a replacement for it (VideoToolbox).
- Loading branch information
Showing
with
14 additions
and 1,117 deletions.
- +1 −0 Changelog
- +0 −1 MAINTAINERS
- +0 −14 configure
- +0 −3 doc/ffmpeg.texi
- +0 −2 fftools/ffmpeg.h
- +1 −5 fftools/ffmpeg_opt.c
- +4 −41 fftools/ffmpeg_videotoolbox.c
- +1 −6 libavcodec/Makefile
- +0 −3 libavcodec/allcodecs.c
- +0 −5 libavcodec/h264_slice.c
- +0 −84 libavcodec/vda.c
- +0 −230 libavcodec/vda.h
- +0 −425 libavcodec/vda_h264.c
- +0 −263 libavcodec/vda_h264_dec.c
- +3 −7 libavcodec/videotoolbox.c
- +4 −12 libavcodec/{vda_vt_internal.h → vt_internal.h}
- +0 −10 libavutil/pixdesc.c
- +0 −3 libavutil/pixfmt.h
- +0 −3 libavutil/utils.c
Oops, something went wrong.