On 11/9/11 12:33 PM, Ronald S. Bultje wrote:
Hi,

On Wed, Nov 9, 2011 at 12:17 PM, Luca Barbato<[email protected]>  wrote:
From: Sebastien Zwickert<[email protected]>

Signed-off-by: Luca Barbato<[email protected]>
---
  Changelog                 |    1 +
  configure                 |   11 ++
  libavcodec/Makefile       |    5 +-
  libavcodec/allcodecs.c    |    1 +
  libavcodec/h264.c         |    1 +
  libavcodec/mpegvideo.c    |    1 +
  libavcodec/vda.c          |  266 +++++++++++++++++++++++++++++++++++++++++++++
  libavcodec/vda.h          |  131 ++++++++++++++++++++++
  libavcodec/vda_h264.c     |  110 +++++++++++++++++++
  libavcodec/vda_internal.h |   42 +++++++
  libavcodec/version.h      |    2 +-
  libavutil/avutil.h        |    2 +-
  libavutil/pixdesc.c       |    6 +
  libavutil/pixfmt.h        |    1 +
  14 files changed, 577 insertions(+), 3 deletions(-)
  create mode 100644 libavcodec/vda.c
  create mode 100644 libavcodec/vda.h
  create mode 100644 libavcodec/vda_h264.c
  create mode 100644 libavcodec/vda_internal.h

Go for it.


Still something missing, I didn't compile-tested it with gcc-4.2.1 (I had gcc-4.6.1 as default currently)

lu

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

Reply via email to