[FFmpeg-devel] [PATCH] avcodec: remove old vdpau decoder implementation
wm4
nfxjfg at googlemail.com
Sat Oct 3 22:05:29 CEST 2015
On Fri, 2 Oct 2015 20:56:10 +0200
wm4 <nfxjfg at googlemail.com> wrote:
> This is all duplicated functionality with the vdpau hwaccel API, which
> was introduced almost 3 years ago.
>
> API users had time enough to switch to the new API. But note that the
> API stubs are kept, and old programs will still compile against modern
> libavcodec.
> ---
> configure | 11 --
> libavcodec/allcodecs.c | 16 --
> libavcodec/error_resilience.c | 3 -
> libavcodec/h263dec.c | 8 -
> libavcodec/h264.c | 43 +-----
> libavcodec/h264_picture.c | 13 --
> libavcodec/h264_slice.c | 23 +--
> libavcodec/mpeg12dec.c | 64 +-------
> libavcodec/mpeg4videodec.c | 26 ----
> libavcodec/mpegpicture.c | 6 +-
> libavcodec/mpegvideo.c | 13 +-
> libavcodec/utils.c | 4 -
> libavcodec/vc1dec.c | 71 +--------
> libavcodec/vdpau.c | 340 ------------------------------------------
> libavcodec/vdpau_compat.h | 48 ------
> 15 files changed, 10 insertions(+), 679 deletions(-)
> delete mode 100644 libavcodec/vdpau_compat.h
>
Ping. Will push in 24 hours or so if nobody complains.
More information about the ffmpeg-devel
mailing list