2017-11-23 6:58 GMT+08:00 Colin NG :
> ---
> libavformat/dashdec.c | 38 --
> 1 file changed, 32 insertions(+), 6 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 0e3afd2..3798649 100644
> --- a/libavformat/dashdec.c
> +++ b/li
> 在 2017年11月18日,07:13,Colin NG 写道:
>
> ---
> libavformat/dashdec.c | 39 +--
> 1 file changed, 33 insertions(+), 6 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 0e3afd2..671ae9d 100644
> --- a/libavformat/dashdec.c
> +++ b
Fixed the range_val leak problem.
From: ffmpeg-devel on behalf of Michael
Niedermayer
Sent: November 17, 2017 12:15 PM
To: FFmpeg development discussions and patches
Subject: Re: [FFmpeg-devel] [PATCH] Download dash content with byte range info
On Thu, Nov 16
On Thu, Nov 16, 2017 at 08:33:35PM +, Colin NG wrote:
> ---
> libavformat/dashdec.c | 32 +---
> 1 file changed, 25 insertions(+), 7 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 0e3afd2..33255f2 100644
> --- a/libavformat/dash
On Thu, Nov 16, 2017 at 12:59:51AM +, Colin NG wrote:
> Made change suggested by Carl and add some minor fixes.
please submit git patches so they can be applied automatically
(git format-patch / send-email)
while technically this can be applied, it cant in practice as the
whole email ends in
, 2017 5:37 PM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [Patch] Download dash content with byte range info
>
> 2017-11-15 22:00 GMT+01:00 Colin NG :
>> This patch is partial fix for ticket 6658 (Dash demuxer segfault).
>
>&
Made change suggested by Carl and add some minor fixes.
From: ffmpeg-devel on behalf of Carl Eugen
Hoyos
Sent: November 15, 2017 5:37 PM
To: FFmpeg development discussions and patches
Subject: Re: [FFmpeg-devel] [Patch] Download dash content with byte range
2017-11-15 22:00 GMT+01:00 Colin NG :
> This patch is partial fix for ticket 6658 (Dash demuxer segfault).
> +static struct fragment * get_Fragment(char *range) {
> +struct fragment * seg = av_mallocz(sizeof(struct fragment));
Please make it (code-style):
... fragment *get_Fragment...
... fr
This patch is partial fix for ticket 6658 (Dash demuxer segfault).
From: ffmpeg-devel on behalf of Steven Liu
Sent: November 15, 2017 2:58 AM
To: FFmpeg development discussions and patches
Subject: Re: [FFmpeg-devel] [Patch] Download dash content with byte
2017-11-15 10:26 GMT+08:00 Colin NG :
> Please ignore the previous "patch" email.
>
>
>
>
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
diff --git a/libavformat/dashdec.c b/libavformat/das
10 matches
Mail list logo