[FFmpeg-devel] Adding Webvtt in hls muxer

Clément Bœsch u at pkh.me
Mon Jan 19 15:41:59 CET 2015


On Wed, Jan 14, 2015 at 04:56:26PM +0530, Anshul wrote:
> On 01/13/2015 04:19 PM, Anshul wrote:
> > Hi
> >
> > I have attached the patch.
> >
> > Thanks
> > Anshul Maheshwari
> Another patch freeing memory leakage introduced by this patch.
> 
> -Anshul

> From 6829d7013819418011dfba2b40657d3f921bcaee Mon Sep 17 00:00:00 2001
> From: Anshul Maheshwari <anshul.ffmpeg at gmail.com>
> Date: Fri, 2 Jan 2015 13:18:11 +0530
> Subject: [PATCH 1/2] Added webvtt in hls
> 
> Signed-off-by: Anshul Maheshwari <anshul.ffmpeg at gmail.com>
> ---
>  libavformat/Makefile         |   2 +-
>  libavformat/hlsenc_vaibhav.c | 600 +++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 601 insertions(+), 1 deletion(-)
>  create mode 100644 libavformat/hlsenc_vaibhav.c
> 
> diff --git a/libavformat/Makefile b/libavformat/Makefile
> index 7e4beac..431031d 100644
> --- a/libavformat/Makefile
> +++ b/libavformat/Makefile
> @@ -177,7 +177,7 @@ OBJS-$(CONFIG_HDS_MUXER)                 += hdsenc.o
>  OBJS-$(CONFIG_HEVC_DEMUXER)              += hevcdec.o rawdec.o
>  OBJS-$(CONFIG_HEVC_MUXER)                += rawenc.o
>  OBJS-$(CONFIG_HLS_DEMUXER)               += hls.o

> -OBJS-$(CONFIG_HLS_MUXER)                 += hlsenc.o
> +OBJS-$(CONFIG_HLS_MUXER)                 += hlsenc_vaibhav.o

???

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150119/ce1af9df/attachment.asc>


More information about the ffmpeg-devel mailing list