[FFmpeg-devel] [PATCH 0/2] SCTE-35 support
Carlos Fernandez Sanz
carlos at ccextractor.org
Fri Jul 22 01:31:30 EEST 2016
These two patches add support for SCTE-35. First, parse it correct from MPEG,
then segment appropiately.
Carlos (1):
SCTE extraction from mpegts
carlos (1):
SCTE-35 support in hlsenc
libavcodec/avcodec.h | 1 +
libavcodec/codec_desc.c | 6 +
libavformat/Makefile | 1 +
libavformat/hlsenc.c | 179 +++++++++++-------
libavformat/mpegts.c | 46 ++++-
libavformat/scte_35.c | 489 ++++++++++++++++++++++++++++++++++++++++++++++++
libavformat/scte_35.h | 76 ++++++++
7 files changed, 727 insertions(+), 71 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