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

Carlos Fernandez Sanz carlos at ccextractor.org
Wed Aug 31 20:39:35 EEST 2016


* Used PCR for PTS and DTS of SCTE packet

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

 libavcodec/avcodec.h    |   3 +-
 libavcodec/codec_desc.c |   6 +
 libavformat/Makefile    |   2 +-
 libavformat/hlsenc.c    | 118 ++++++++---
 libavformat/mpegts.c    |  50 ++++-
 libavformat/scte_35.c   | 527 ++++++++++++++++++++++++++++++++++++++++++++++++
 libavformat/scte_35.h   |  86 ++++++++
 7 files changed, 763 insertions(+), 29 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