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
ffmpeg-devel@ffmpeg.or
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
ffmpeg-devel@ffmpeg
From: Misty De Meo
---
Changelog | 1 +
doc/general.texi | 2 +-
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/segafilmenc.c | 398 ++
libavformat/version.h | 2 +-
6 files changed,
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 well?
+ *
+ * This fil
From: Misty De Meo
---
Changelog | 1 +
doc/general.texi | 2 +-
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/segafilmenc.c | 397 ++
libavformat/version.h | 2 +-
6 files changed,
From: Misty De Meo
---
Changelog | 1 +
doc/general.texi | 2 +-
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/segafilmenc.c | 377 ++
libavformat/version.h | 2 +-
6 files changed,
From: Misty De Meo
---
Changelog | 1 +
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/segafilmenc.c | 377 ++
4 files changed, 380 insertions(+)
create mode 100644 libavformat/segafilmenc.c
diff -
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 audio_codec;
> +AVIOContext
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
> ++
> 4 files changed, 383 insertions(+)
>
From: Misty De Meo
---
Changelog | 1 +
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/segafilmenc.c | 380 ++
4 files changed, 383 insertions(+)
create mode 100644 libavformat/segafilmenc.c
diff -
10 matches
Mail list logo