In this version of the set I squashed a couple of patches that were too similar to keep separated. Then I added Diego's version for xvmc removal. Finally I unified the version libraries we're bumping to as discussed on ML and on IRC.
Diego Biurrun (1): Remove deprecated XvMC support hacks Vittorio Giovara (30): Bump major versions of all libraries lavfi: Drop deprecated way of passing options for a few filters lavfi: Drop deprecated functions to open a filter or a filterchain lavfi: Drop deprecated filter initialization lavfi: Drop deprecated filter registration lavfi: Drop deprecated non-const filter retrieval lavf: Drop deprecated bitexact functionality lavf: Drop deprecated AVFract type and related field lavf: Drop deprecated hint to set muxer timebase lavc: Drop deprecated chroma subsample function lavc: Drop deprecated missing sample log function lavc: Drop deprecated lowres option lavc: Drop deprecated VDPAU codec capability lavc: Drop deprecated VDPAU buffer fields lavc: Drop deprecated voxware codec entry lavc: Drop deprecated way of setting codec dimensions lavc: Drop deprecated debug mv functionality lavc: Drop deprecated workaround bugs options lavc: Drop deprecated extended aspect ratio symbol lavc: Drop deprecated architectures symbols lavc: Drop deprecated error rate option lavc: Drop deprecated public symbols lavc: Drop deprecated macroblock type symbols lavc: Drop deprecated av_fast_malloc() compatibility lavc: Drop deprecated emu edge functionality lavc: Drop deprecated unused public members lavc: Drop deprecated codec flags lavc: Drop deprecated avctx codec name lavu: Drop deprecated VDPAU pixel formats lavu: Drop deprecated option type configure | 3 - libavcodec/4xm.c | 2 +- libavcodec/Makefile | 3 - libavcodec/allcodecs.c | 3 - libavcodec/asvdec.c | 2 +- libavcodec/avcodec.h | 261 -------------------------------- libavcodec/bink.c | 2 +- libavcodec/blockdsp.c | 10 +- libavcodec/blockdsp.h | 10 +- libavcodec/cavs.c | 2 +- libavcodec/codec_desc.c | 20 +-- libavcodec/dnxhddec.c | 2 +- libavcodec/dnxhdenc.c | 2 +- libavcodec/eamad.c | 2 +- libavcodec/eatqi.c | 2 +- libavcodec/error_resilience.c | 21 --- libavcodec/g2meet.c | 2 +- libavcodec/h263.h | 2 - libavcodec/imgconvert.c | 9 -- libavcodec/intrax8.c | 2 +- libavcodec/jvdec.c | 2 +- libavcodec/libxvid.c | 6 - libavcodec/mdec.c | 2 +- libavcodec/mimic.c | 2 +- libavcodec/mjpegdec.c | 2 +- libavcodec/mpeg12dec.c | 103 ------------- libavcodec/mpegutils.h | 2 - libavcodec/mpegvideo.c | 29 +--- libavcodec/mpegvideo_enc.c | 21 --- libavcodec/mpegvideo_xvmc.c | 337 ------------------------------------------ libavcodec/options_table.h | 61 -------- libavcodec/utils.c | 43 ------ libavcodec/vc1dec.c | 2 +- libavcodec/vdpau.h | 78 ---------- libavcodec/version.h | 141 ++++-------------- libavcodec/wmv2.c | 2 +- libavcodec/x86/blockdsp.c | 16 +- libavcodec/xvmc.h | 174 ---------------------- libavcodec/xvmc_internal.h | 38 ----- libavdevice/version.h | 4 +- libavfilter/af_channelmap.c | 7 - libavfilter/af_join.c | 8 - libavfilter/avfilter.c | 107 +------------- libavfilter/avfilter.h | 68 +-------- libavfilter/avfiltergraph.c | 17 --- libavfilter/buffersrc.c | 8 - libavfilter/version.h | 20 +-- libavfilter/vf_aspect.c | 46 ------ libavformat/avformat.h | 21 --- libavformat/mux.c | 18 --- libavformat/version.h | 22 +-- libavresample/version.h | 2 +- libavutil/opt.h | 3 - libavutil/pixdesc.c | 48 ------ libavutil/pixfmt.h | 14 -- libavutil/version.h | 25 +--- libswscale/version.h | 6 +- tests/checkasm/blockdsp.c | 4 +- 58 files changed, 77 insertions(+), 1794 deletions(-) delete mode 100644 libavcodec/mpegvideo_xvmc.c delete mode 100644 libavcodec/xvmc.h delete mode 100644 libavcodec/xvmc_internal.h -- 2.10.0 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
