[FFmpeg-devel] [PATCH 00/10] IEC 61937 improvements (including DTS-HD)

Anssi Hannula anssi.hannula
Wed Dec 29 06:06:33 CET 2010


Hi!

Here's a patchset with some improvements and fixes to the IEC 61937
muxer.

More commentary on the individual messages as applicable.

---
 Changelog              |    2 +-
 libavformat/avformat.h |    2 +-
 libavformat/avio.h     |    1 +
 libavformat/aviobuf.c  |   14 +++
 libavformat/spdif.h    |   42 ++++----
 libavformat/spdifdec.c |   26 +++---
 libavformat/spdifenc.c |  282 +++++++++++++++++++++++++++++++++++++++---------
 7 files changed, 281 insertions(+), 88 deletions(-)

Anssi Hannula (10):
      spdifenc: Sync doxygen authors with copyright notices
      spdifenc: always encapsulate DTS in big-endian format
      spdifenc: handle prepadded DTS streams
      spdifenc: improve error return values
      spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
      spdifenc: fix byte order on big-endian systems
      spdif: fix occurrences of IEC958 where IEC 61937 is meant
      spdifenc: fix incorrect bitstream mode for AC-3
      avio: add put_nbyte for putting a single byte multiple times
      spdifenc: use put_nbyte to insert padding

-- 
Anssi Hannula




More information about the ffmpeg-devel mailing list