[FFmpeg-devel] [PATCH 0/2] v3 - SCTE 35 work

Carlos Fernandez Sanz carlos at ccextractor.org
Wed Aug 3 22:36:32 EEST 2016


- Corrected last reported issue about a sample file missing audio after these
patches were applied.
- Created new streamtype with SCTE

Carlos (1):
  SCTE extraction from mpegts

carlos (1):
  SCTE-35 support in hlsenc

 libavcodec/avcodec.h    |   1 +
 libavcodec/codec_desc.c |   6 +
 libavformat/Makefile    |   2 +-
 libavformat/hlsenc.c    | 110 ++++++++---
 libavformat/mpegts.c    |  51 ++++-
 libavformat/scte_35.c   | 482 ++++++++++++++++++++++++++++++++++++++++++++++++
 libavformat/scte_35.h   |  76 ++++++++
 7 files changed, 698 insertions(+), 30 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