[FFmpeg-devel] Question about HEIF/HEIC support

2020-09-26 Thread Tom Needham
Hello I have spent some time researching the possibility of adding demuxing and muxing support for the HEIF image format into FFmpeg when I came across this GSOC project from last year. https://summerofcode.withgoogle.com/archive/2019/projects/5632663078043648/. Although it appears the resulting w

Re: [FFmpeg-devel] [PATCH 1/2] web/download: remove Zeranoe links

2020-09-16 Thread Tom Needham
Great. I'll use that in the future. Thanks Tom On Wed, 16 Sep 2020, 14:27 James Almer, wrote: > On 9/16/2020 10:00 AM, Tom Needham wrote: > > Is there a known alternative for windows which provides the same features > > of Zeranoe? If not I would be interested in setting

Re: [FFmpeg-devel] [PATCH 1/2] web/download: remove Zeranoe links

2020-09-16 Thread Tom Needham
Is there a known alternative for windows which provides the same features of Zeranoe? If not I would be interested in setting something up but I'm having trouble building all the external libs for windows. If anyone has any tips or guidance please let me know. Thanks Tom On Wed, 16 Sep 2020 at 11

Re: [FFmpeg-devel] .NET video processing with FFMPEG

2020-09-16 Thread Tom Needham
There is a great wrapper for invoking FFmpeg in .NET available here https://github.com/tomaszzmuda/Xabe.FFmpeg/ however it does not support calling the C API directly. I am not aware of any tools or libraries that have this functionality. Thanks Tom On Wed, 16 Sep 2020 at 12:06, Timo Rothenpieler

[FFmpeg-devel] [PATCH V4] avformat: Add Dynacolor MVC Demuxer

2020-05-16 Thread Tom Needham
prove the efficiency of the demuxer and also made the probe function more useful. Thanks Tom Signed-off-by: Tom Needham <06needh...@gmail.com> --- Changelog| 1 + doc/general.texi | 1 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 +

[FFmpeg-devel] [PATCH] avformat: Add Dynacolor MVC Demuxer

2020-05-16 Thread Tom Needham
er or the file as there is only one sample but the output results in a 1 second mp4 file that is playable in VLC media player. Signed-off-by: Tom Needham <06needh...@gmail.com> --- Changelog| 1 + doc/general.texi | 1 + libavformat/Makefile | 1 +

[FFmpeg-devel] ffmpeg.org down

2020-04-26 Thread Tom Needham
This is probably off-topic for this mailing list, but I wasn't sure where to post this. ffmpeg.org seems to be down for me at the moment and all connections are timing out, is there any in progress maintenance/issues currently? Thanks Tom ___ ffmpeg-dev

Re: [FFmpeg-devel] [PATCH V2] avformat: Add Dynacolor MVC Demuxer

2020-03-28 Thread Tom Needham
Hi Michael I have fixed the build errors you mentioned by not inlining those functions so they do not get relocated. Updated patch below. From 4c17850cb2546487d789b86f511a30bdef40f817 Mon Sep 17 00:00:00 2001 From: Tom Needham <06needh...@gmail.com> Date: Sun, 21 Jul 2019 21:11:19 +0100 S

Re: [FFmpeg-devel] [PATCH] avformat: Add Dynacolor MVC Demuxer

2020-03-27 Thread Tom Needham
Please See the updated patch below which applies as expected. From 8f741899b7f6b3884d613f622a548b353af2489e Mon Sep 17 00:00:00 2001 From: Tom Needham <06needh...@gmail.com> Date: Sun, 21 Jul 2019 21:11:19 +0100 Subject: [PATCH] avformat: Add Dynacolor MVC Demuxer This demuxer adds suppo

[FFmpeg-devel] [PATCH V2] avformat: Add Dynacolor MVC Demuxer

2020-03-26 Thread Tom Needham
Thanks for your feedback. Please see the attached patch with all the style changes addressed which also applies properly. 0001-avformat-Add-Dynacolor-MVC-Demuxer.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https:

[FFmpeg-devel] [PATCH] avformat: Add Dynacolor MVC Demuxer

2020-03-22 Thread Tom Needham
er or the file as there is only one sample but the output results in a 1 second mp4 file that is playable in VLC media player. Signed-off-by: Tom Needham <06needh...@gmail.com> --- Changelog| 1 + doc/general.texi | 1 + libavformat/Makefile | 1 +

Re: [FFmpeg-devel] [PATCH] avcodec: Implement DM PAR Muxer/Demuxer

2019-07-07 Thread Tom Needham
DF2> On Sun, 7 Jul 2019 at 10:55, Paul B Mahol wrote: > On 7/5/19, Tom Needham <06needh...@gmail.com> wrote: > > Samples are Available from > > > > https://transfernow.net/131xk9g4u0jt > > > > Is there native Windows player for those files? > _