On Mon, 23 Jan 2012, Paul B Mahol  wrote:

Module: libav
Branch: master
Commit: 27ed027bcdcb7445ab62d4870a8be3615ffc1e31

Author:    Paul B Mahol <one...@gmail.com>
Committer: Kostya Shishkov <kostya.shish...@gmail.com>
Date:      Sat Jan 21 17:45:52 2012 +0000

XWD encoder and decoder

Signed-off-by: Kostya Shishkov <kostya.shish...@gmail.com>

---

Changelog              |    1 +
doc/general.texi       |    2 +
libavcodec/Makefile    |    2 +
libavcodec/allcodecs.c |    1 +
libavcodec/avcodec.h   |    1 +
libavcodec/version.h   |    2 +-
libavcodec/xwd.h       |   41 ++++++++
libavcodec/xwddec.c    |  267 ++++++++++++++++++++++++++++++++++++++++++++++++
libavcodec/xwdenc.c    |  246 ++++++++++++++++++++++++++++++++++++++++++++
libavformat/img2.c     |    3 +-
10 files changed, 564 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index f153074..ae092b1 100644
--- a/Changelog
+++ b/Changelog
@@ -6,6 +6,7 @@ version 0.8:

- GSM audio parser
- SMJPEG muxer
+- XWD encoder and decoder


This wasn't part of the 0.8 release... I guess we need a new "version <next>:" header to add all new entries under.

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

Reply via email to