The following changes since commit 03039f4c8cdb4f8e5dc69905f3d73e2a531157e8:

  miscellaneous typo fixes (2013-07-25 19:43:32 +0200)

are available in this thread for you to apply.

  vdpau: deprecate bitstream buffers within the hardware context (2013-07-25 
22:26:59 +0300)

----------------------------------------------------------------
Rémi Denis-Courmont (5):
      vdpau: remove old-style decoders
      vdpau: deprecate old codec-specific pixel formats
      vdpau: deprecate VDPAU codec capability
      vdpau: store picture data in picture's rather than codec's context
      vdpau: deprecate bitstream buffers within the hardware context

 configure                     |  11 --
 doc/APIchanges                |  11 ++
 libavcodec/Makefile           |   2 +-
 libavcodec/allcodecs.c        |   6 -
 libavcodec/avcodec.h          |   2 +
 libavcodec/error_resilience.c |   1 -
 libavcodec/h263dec.c          |   7 -
 libavcodec/h264.c             |  48 +-----
 libavcodec/mpeg12.c           |   1 -
 libavcodec/mpeg12dec.c        |  55 +------
 libavcodec/mpeg4videodec.c    |  18 ---
 libavcodec/mpegvideo.c        |   2 -
 libavcodec/svq3.c             |   1 -
 libavcodec/vc1dec.c           |  48 +-----
 libavcodec/vdpau.c            | 369 +++---------------------------------------
 libavcodec/vdpau.h            |  11 +-
 libavcodec/vdpau_h264.c       |  31 ++--
 libavcodec/vdpau_internal.h   |  48 ++++--
 libavcodec/vdpau_mpeg12.c     |  21 ++-
 libavcodec/vdpau_mpeg4.c      |  11 +-
 libavcodec/vdpau_vc1.c        |  18 ++-
 libavcodec/version.h          |   8 +-
 libavutil/old_pix_fmts.h      |   4 +
 libavutil/pixdesc.c           |   2 +
 libavutil/pixfmt.h            |   4 +
 libavutil/version.h           |   5 +-
 26 files changed, 150 insertions(+), 595 deletions(-)

-- 
Rémi Denis-Courmont
http://www.remlab.net/

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to