Hi all,

After working some time to analyse outputs generated by
different Bluray Authoring software, I'm now in a state
that require some review and testing by others.

So I rework my patches for you to have only 3 patches for 
libraries and 2 more patches for avplay/avconv programs.

Don't forget it's work in progress. Many works are 
required to generate Bluray compliant stream and files.

I'm currently focussed on creating m2ts file with menu.

Regards,
David

David Girault (5):
  Added HDMV Interactive Graphics Stream menu decoder.
  Added HDMV Interactive Graphics Stream menu muxer/demuxer
  Added missing AVMEDIA_TYPE_OVERLAY in AVMediaType.
  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     |  103 +++++++
 libavformat/mnuenc.c     |   64 ++++
 libavformat/mpegts.c     |    1 +
 libavutil/avutil.h       |    1 +
 15 files changed, 1568 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

Reply via email to