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

2015-07-01 Thread Vadim Belov
1. Copy stream metadata specific attribute named "streamDirection" 2. Create top-level Index Object for output file with intervals of 10sec 3. Change of Preroll time to 0 for player to start playing the file immediately --- libavformat/Makefile | 2 +- libavformat/asf.c

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: > >> --- > >> libavformat/Makefile

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

2015-07-01 Thread Hendrik Leppkes
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: >> --- >> libavformat/Makefile | 2 +- >> libavformat/asf.c| 4 + >> libavformat/asf.h| 12 ++- >> libavformat/asf_ex.h

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| 4 + > > libavformat/asf.h

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

2015-07-01 Thread Michael Niedermayer
On Wed, Jul 01, 2015 at 06:33:52PM +0300, Vadim Belov wrote: > --- > libavformat/Makefile | 2 +- > libavformat/asf.c| 4 + > libavformat/asf.h| 12 ++- > libavformat/asf_ex.h | 58 ++ > libavformat/asf_trim.c | 228 >

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, Vadim Belov wrote: > > --- > > libavformat

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

2015-07-01 Thread Vadim Belov
--- libavformat/Makefile | 2 +- libavformat/asf.c| 4 + libavformat/asf.h| 12 ++- libavformat/asf_ex.h | 58 ++ libavformat/asf_trim.c | 228 +++ libavformat/asf_trim.h |

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

2015-07-01 Thread Michael Niedermayer
On Wed, Jul 01, 2015 at 03:49:11PM +0300, Vadim Belov wrote: > --- > libavformat/Makefile | 2 +- > libavformat/asf.c| 4 + > libavformat/asf.h| 12 ++- > libavformat/asf_ex.h | 58 ++ > libavformat/asf_trim.c | 228 >

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

2015-07-01 Thread Vadim Belov
--- libavformat/Makefile | 2 +- libavformat/asf.c| 4 + libavformat/asf.h| 12 ++- libavformat/asf_ex.h | 58 ++ libavformat/asf_trim.c | 228 +++ libavformat/asf_trim.h |