[FFmpeg-devel] [PATCH 0/4] v6 - SCTE-35

Carlos Fernandez Sanz carlos at ccextractor.org
Tue Aug 16 23:10:36 EEST 2016


* Patchset against current HEAD - v5 didn't build cleanly. Apologies.

Carlos Fernandez (4):
  Adding SCTE-35 CUI codec
  SCTE-35 extraction from mpegts
  SCTE-35 support in hlsenc
  Correct Indentation

 libavcodec/avcodec.h    |   1 +
 libavcodec/codec_desc.c |   6 +
 libavcodec/version.h    |   2 +-
 libavformat/Makefile    |   2 +-
 libavformat/hlsenc.c    | 115 ++++++++---
 libavformat/mpegts.c    |  43 +++-
 libavformat/scte_35.c   | 525 ++++++++++++++++++++++++++++++++++++++++++++++++
 libavformat/scte_35.h   |  86 ++++++++
 8 files changed, 752 insertions(+), 28 deletions(-)
 create mode 100644 libavformat/scte_35.c
 create mode 100644 libavformat/scte_35.h

-- 
2.7.4



More information about the ffmpeg-devel mailing list