Hi, this is the third iteration of the set, with a couple of additional
API removal to fullfill our 18 months 'promise', and contains a few
patches queued for ABI changes, namely related to bistream reader and
the spherical type.

Anton Khirnov (1):
  mpeg4audio: make avpriv_copy_pce_data() inline

Carl Eugen Hoyos (1):
  spherical: Mark map pointer as const in av_spherical_tile_bounds()

Diego Biurrun (1):
  lavc: Remove deprecated XvMC support hacks

Vittorio Giovara (37):
  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
  lavc: Drop deprecated global afd field
  lavc: Drop deprecated way of setting audio delay on encode
  lavc: Drop deprecated time_base variable for decoding
  lavc: Drop deprecated options moved to private contexts
  lavc: Drop deprecated stream codec tag
  lavu: Drop deprecated VDPAU pixel formats
  lavu: Drop deprecated option type
  lavu: Drop deprecated av_dlog macro
  spherical: Change types of bounding and pad to uint32_t

 configure                     |   3 -
 libavcodec/4xm.c              |   2 +-
 libavcodec/Makefile           |   3 -
 libavcodec/allcodecs.c        |   3 -
 libavcodec/asvdec.c           |   2 +-
 libavcodec/avcodec.h          | 534 ------------------------------------------
 libavcodec/bink.c             |   2 +-
 libavcodec/blockdsp.c         |  10 +-
 libavcodec/blockdsp.h         |  10 +-
 libavcodec/cavs.c             |   2 +-
 libavcodec/codec_desc.c       |  20 +-
 libavcodec/decode.c           |   5 -
 libavcodec/dnxhddec.c         |   2 +-
 libavcodec/dnxhdenc.c         |   2 +-
 libavcodec/eamad.c            |   2 +-
 libavcodec/eatqi.c            |   2 +-
 libavcodec/encode.c           |   4 -
 libavcodec/error_resilience.c |  21 --
 libavcodec/g2meet.c           |   2 +-
 libavcodec/h263.h             |   2 -
 libavcodec/imgconvert.c       |   9 -
 libavcodec/internal.h         |   2 -
 libavcodec/intrax8.c          |   2 +-
 libavcodec/jvdec.c            |   2 +-
 libavcodec/libx264.c          |  21 +-
 libavcodec/libxavs.c          |  26 --
 libavcodec/libxvid.c          |  30 ---
 libavcodec/mdec.c             |   2 +-
 libavcodec/mimic.c            |   2 +-
 libavcodec/mjpegdec.c         |   2 +-
 libavcodec/motion_est.c       |  19 --
 libavcodec/mpeg12dec.c        | 108 ---------
 libavcodec/mpeg4audio.c       |  40 ----
 libavcodec/mpeg4audio.h       |  40 +++-
 libavcodec/mpegutils.h        |   2 -
 libavcodec/mpegvideo.c        |  29 +--
 libavcodec/mpegvideo.h        |   3 -
 libavcodec/mpegvideo_enc.c    |  36 ---
 libavcodec/mpegvideo_parser.c |   5 -
 libavcodec/mpegvideo_xvmc.c   | 337 --------------------------
 libavcodec/options_table.h    | 113 ---------
 libavcodec/pthread_frame.c    |   5 -
 libavcodec/svq1enc.c          |  13 -
 libavcodec/utils.c            |  53 -----
 libavcodec/vc1dec.c           |   2 +-
 libavcodec/vdpau.h            |  78 ------
 libavcodec/version.h          | 118 +---------
 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/dump.c            |   2 +-
 libavformat/matroskadec.c     |   6 +-
 libavformat/mov.c             |   7 +-
 libavformat/mux.c             |  18 --
 libavformat/version.h         |  22 +-
 libavresample/version.h       |   2 +-
 libavutil/log.h               |  14 --
 libavutil/opt.h               |   3 -
 libavutil/pixdesc.c           |  48 ----
 libavutil/pixfmt.h            |  14 --
 libavutil/spherical.c         |   2 +-
 libavutil/spherical.h         |  12 +-
 libavutil/version.h           |  28 +--
 libswscale/version.h          |   2 +-
 tests/checkasm/blockdsp.c     |   4 +-
 76 files changed, 104 insertions(+), 2348 deletions(-)
 delete mode 100644 libavcodec/mpegvideo_xvmc.c
 delete mode 100644 libavcodec/xvmc.h
 delete mode 100644 libavcodec/xvmc_internal.h

-- 
2.12.0

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to