The following changes since commit ec86ba57312745fd7ad9771e3121e79c6aacba30:

  vp3: Fix double free in vp3_decode_end() (2013-01-10 20:05:42 +0100)

will be posted shortly on this mailing list up to 
12d1898bc4e21982d16be25b64c15ece8973c721:

  vdpau: add H.264 decoding using hwaccel infrastructure (2013-01-10 23:45:03 
+0200)

Changes since take 1:
 - Added H.264.
 - Cosmetic fixes.

----------------------------------------------------------------
Rémi Denis-Courmont (4):
      pixfmt: add picture format for VDPAU
      vdpau: add common helpers for hwaccel support
      vdpau: add MPEG-1/2 decoding using hwaccel infrastructure
      vdpau: add H.264 decoding using hwaccel infrastructure

 libavcodec/Makefile         |    2 +
 libavcodec/allcodecs.c      |    2 +
 libavcodec/mpegvideo.c      |    1 +
 libavcodec/vdpau.c          |   48 +++++++++++
 libavcodec/vdpau.h          |   75 ++++++++++++++--
 libavcodec/vdpau_h264.c     |  199 +++++++++++++++++++++++++++++++++++++++++++
 libavcodec/vdpau_internal.h |   12 +++
 libavcodec/vdpau_mpeg2.c    |  102 ++++++++++++++++++++++
 libavutil/pixdesc.c         |    6 ++
 libavutil/pixfmt.h          |    1 +
 10 files changed, 442 insertions(+), 6 deletions(-)
 create mode 100644 libavcodec/vdpau_h264.c
 create mode 100644 libavcodec/vdpau_mpeg2.c

-- 
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