- Same as V12 except for an empty that shouldn't have been there. Carlos Fernandez (4): Adding SCTE-35 CUI codec SCTE-35 extraction from mpegts SCTE-35 support in hlsenc Correct Indentation
libavcodec/avcodec.h | 2 + libavcodec/codec_desc.c | 6 + libavformat/Makefile | 2 +- libavformat/hlsenc.c | 116 ++++++++--- libavformat/mpegts.c | 47 ++++- libavformat/scte_35.c | 527 ++++++++++++++++++++++++++++++++++++++++++++++++ libavformat/scte_35.h | 86 ++++++++ 7 files changed, 758 insertions(+), 28 deletions(-) create mode 100644 libavformat/scte_35.c create mode 100644 libavformat/scte_35.h -- 2.7.4 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel