New version (v3) of HDMV Interactive Graphics Stream support patch. All comments for demuxer were addressed.
Regards, David David Girault (4): Added HDMV Interactive Graphics Stream menu decoder Added HDMV Interactive Graphics Stream menu muxer/demuxer Added support for displaying/testing overlay menu Add support for muxing/extracting HDMV IGS menu in avconv avconv.c | 26 ++ avplay.c | 600 ++++++++++++++++++++++++++++++++++---- cmdutils.h | 1 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 3 + libavcodec/avcodec.h | 53 ++++ libavcodec/igsmnudec.c | 726 ++++++++++++++++++++++++++++++++++++++++++++++ libavcodec/utils.c | 36 +++ libavformat/Makefile | 2 + libavformat/allformats.c | 1 + libavformat/avformat.h | 1 + libavformat/mnudec.c | 128 ++++++++ libavformat/mnuenc.c | 64 ++++ libavformat/mpegts.c | 1 + libavutil/avutil.h | 1 + 15 files changed, 1593 insertions(+), 51 deletions(-) create mode 100644 libavcodec/igsmnudec.c create mode 100644 libavformat/mnudec.c create mode 100644 libavformat/mnuenc.c -- 1.7.9.5 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
