[FFmpeg-devel] [PATCH] Write correct creation time of new ASF

2015-12-27 Thread Vadim Belov
--- libavformat/asfenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/asfenc.c b/libavformat/asfenc.c index 32b726b..9bb439a 100644 --- a/libavformat/asfenc.c +++ b/libavformat/asfenc.c @@ -428,7 +428,7 @@ static int asf_write_header1(AVFormatContext *s, int64_t

[FFmpeg-devel] [PATCH 1/1] Extended ASF functionality:

2015-07-01 Thread Vadim Belov
| 17 ++- libavformat/asfenc.c | 64 ++- 8 files changed, 954 insertions(+), 485 deletions(-) create mode 100644 libavformat/asf_ex.h create mode 100644 libavformat/asf_trim.c create mode 100644 libavformat/asf_trim.h 1.9.5.msysgit.1 Signed-off-by: Vadim Belov diff --git a/l

Re: [FFmpeg-devel] [PATCH 1/1] Extended ASF functionality

2015-07-01 Thread Vadim Belov
Hi, Please see the last patch with more detailed explanation. Thanks, Vadim On Wed, Jul 1, 2015 at 7:16 PM, Hendrik Leppkes wrote: > On Wed, Jul 1, 2015 at 6:11 PM, Michael Niedermayer > wrote: > > On Wed, Jul 01, 2015 at 06:33:52PM +0300, Vadim Belov wrote: > >> --- >

Re: [FFmpeg-devel] [PATCH 1/1] Extended ASF functionality

2015-07-01 Thread Vadim Belov
Sorry, please don't post, I'll send a new one, Thanks! On Jul 1, 2015 7:12 PM, "Michael Niedermayer" wrote: > On Wed, Jul 01, 2015 at 06:33:52PM +0300, Vadim Belov wrote: > > --- > > libavformat/Makefile | 2 +- > > libavformat/asf.c

Re: [FFmpeg-devel] [PATCH 1/1] Extended ASF functionality

2015-07-01 Thread Vadim Belov
Thanks Michael, I've sent a fix of this patch, Currently it doesn't change PACKET_SIZE, which was pretty specific for the product I'm dealing with. On Wed, Jul 1, 2015 at 4:21 PM, Michael Niedermayer wrote: > On Wed, Jul 01, 2015 at 03:49:11PM +0300,

[FFmpeg-devel] [PATCH 1/1] Extended ASF functionality

2015-07-01 Thread Vadim Belov
tist" }, diff --git a/libavformat/asf.h b/libavformat/asf.h index 0c9598a..1ea848d 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2000, 2001 Fabrice Bellard + * Copyright (c) 2015 Vadim Belov * * This file is part of FFmpeg. * @@ -25,6

Re: [FFmpeg-devel] [PATCH 2/5] copy stream metadata when using concat

2015-07-01 Thread Vadim Belov
Thanks! On Wed, Jul 1, 2015 at 3:56 PM, Michael Niedermayer wrote: > On Wed, Jul 01, 2015 at 01:49:06PM +0300, Vadim Belov wrote: > > --- > > libavformat/concatdec.c | 2 ++ > > 1 file changed, 2 insertions(+) > > applied > > thanks > > [..

[FFmpeg-devel] [PATCH 1/1] Extended ASF functionality

2015-07-01 Thread Vadim Belov
1.9.5.msysgit.1 Signed-off-by: Vadim Belov diff --git a/libavformat/Makefile b/libavformat/Makefile index bca9d5b..2743467 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -84,7 +84,7 @@ OBJS-$(CONFIG_APNG_MUXER)+= apngenc.o OBJS-$(CONFIG_AQTITLE_DEMUXER

[FFmpeg-devel] [PATCH 4/5] ASF write indexing object with duration

2015-07-01 Thread Vadim Belov
From: Vadim Belov --- libavformat/Makefile | 2 +- libavformat/asf.c | 4 + libavformat/asf.h | 17 ++-- libavformat/asf_ex.h | 27 ++- libavformat/asf_trim.c | 206 - libavformat/asf_trim.h | 86

[FFmpeg-devel] [PATCH 3/5] ASF write indexing object with duration

2015-07-01 Thread Vadim Belov
From: Vadim Belov --- libavformat/asf_ex.h | 66 ++ libavformat/asf_trim.c | 26 libavformat/asf_trim.h | 49 + 3 files changed, 141 insertions(+) create mode 100644 libavformat/asf_ex.h

[FFmpeg-devel] [PATCH 1/5] Metadata attribute passing in ASF

2015-07-01 Thread Vadim Belov
--- ffmpeg.c | 7 ++- libavformat/asf.h| 9 ++- libavformat/asfdec.c | 32 +- libavformat/asfenc.c | 60 --- libavformat/cache.c | 6 +- libavformat/dashenc.c| 6 +- libavform

Re: [FFmpeg-devel] [PATCH 2/5] copy stream metadata when using concat

2015-07-01 Thread Vadim Belov
Thanks Nicolas, I reconfigured Git and sent again. It was tested and the added functionality works. On Wed, Jul 1, 2015 at 1:19 PM, Nicolas George wrote: > Le tridi 13 messidor, an CCXXIII, Vadim Belov a écrit : > > From: unknown > > Not good. Please configure Git to include a

[FFmpeg-devel] [PATCH 2/5] copy stream metadata when using concat

2015-07-01 Thread Vadim Belov
--- libavformat/concatdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c index f07cfd7..c61d5c2 100644 --- a/libavformat/concatdec.c +++ b/libavformat/concatdec.c @@ -172,6 +172,8 @@ static int copy_stream_props(AVStream *st, AVStream *so

[FFmpeg-devel] [PATCH 5/5] tabs to spaces and comments

2015-07-01 Thread Vadim Belov
From: Vadim Belov --- libavformat/asf.h | 8 +- libavformat/asf_ex.h| 29 ++-- libavformat/asf_trim.c | 366 libavformat/asf_trim.h | 42 +++--- libavformat/asfdec.c| 24 ++-- libavformat/asfenc.c| 105

[FFmpeg-devel] [PATCH 2/5] copy stream metadata when using concat

2015-07-01 Thread Vadim Belov
From: unknown --- libavformat/concatdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c index f07cfd7..c61d5c2 100644 --- a/libavformat/concatdec.c +++ b/libavformat/concatdec.c @@ -172,6 +172,8 @@ static int copy_stream_props(AVStream *s

[FFmpeg-devel] [PATCH 4/5] ASF write indexing object with duration

2015-07-01 Thread Vadim Belov
From: Vadim Belov --- libavformat/Makefile | 2 +- libavformat/asf.c | 4 + libavformat/asf.h | 17 ++-- libavformat/asf_ex.h | 27 ++- libavformat/asf_trim.c | 206 - libavformat/asf_trim.h | 86

[FFmpeg-devel] [PATCH 3/5] ASF write indexing object with duration

2015-07-01 Thread Vadim Belov
From: Vadim Belov --- libavformat/asf_ex.h | 66 ++ libavformat/asf_trim.c | 26 libavformat/asf_trim.h | 49 + 3 files changed, 141 insertions(+) create mode 100644 libavformat/asf_ex.h

[FFmpeg-devel] [PATCH 1/5] Metadata attribute passing in ASF

2015-07-01 Thread Vadim Belov
From: unknown --- ffmpeg.c | 7 ++- libavformat/asf.h| 9 ++- libavformat/asfdec.c | 32 +- libavformat/asfenc.c | 60 --- libavformat/cache.c | 6 +- libavformat/dashenc.c|

[FFmpeg-devel] [PATCH 0/5] Extended ASF functionality

2015-07-01 Thread Vadim Belov
ASF streams metadata copy Vadim Belov (3): ASF write indexing object with duration ASF write indexing object with duration tabs to spaces and comments unknown (2): Metadata attribute passing in ASF copy stream metadata when using concat ffmpeg.c | 7