Re: [FFmpeg-devel] [PATCH 1/1] Add Sega FILM muxer

2018-04-07 Thread Misty De Meo
On Thu, Apr 5, 2018 at 2:06 PM, Josh de Kock wrote: > Thanks, pushed. I also clarified with wm4 on IRC that while he was against > it he wasn't blocking the muxer if someone else pushes it. Thank you! ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 1/1] Add Sega FILM muxer

2018-04-05 Thread Josh de Kock
On 2018/04/02 18:53, mi...@brew.sh wrote: segafilm muxer Thanks, pushed. I also clarified with wm4 on IRC that while he was against it he wasn't blocking the muxer if someone else pushes it. -- Josh ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 1/1] Add Sega FILM muxer

2018-04-02 Thread Josh de Kock
On 2018/04/02 3:56, mi...@brew.sh wrote: From: Misty De Meo [...] --- /dev/null +++ b/libavformat/segafilmenc.c @@ -0,0 +1,397 @@ +/* + * Sega FILM Format (CPK) Muxer + * Copyright (C) 2003 The FFmpeg project I assume you copied the demuxer but shouldn't you be here as

Re: [FFmpeg-devel] [PATCH 1/1] Add Sega FILM muxer

2018-03-23 Thread Michael Niedermayer
On Wed, Mar 21, 2018 at 10:46:31PM -0700, mi...@brew.sh wrote: > From: Misty De Meo [...] > +static int film_write_header(AVFormatContext *format_context) > +{ > +int ret = 0; > +int64_t stabstart_pos, sample_table_size, stabsize, headersize; > +int8_t

Re: [FFmpeg-devel] [PATCH 1/1] Add Sega FILM muxer

2018-03-23 Thread Paul B Mahol
On 3/22/18, mi...@brew.sh wrote: > From: Misty De Meo > > --- > Changelog | 1 + > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/segafilmenc.c | 380 > ++ >