[FFmpeg-devel] [PATCH 1/3] Add muxing/demuxing of RMHD

Thilo Borgmann thilo.borgmann at mail.de
Fri Jan 19 14:39:31 EET 2018


Am 19.01.18 um 01:02 schrieb Michael Niedermayer:
> On Thu, Jan 18, 2018 at 07:39:07PM +0100, Thilo Borgmann wrote:
>> This time including the patch...
> 
>>  fftools/ffmpeg.c         |   28 +++
>>  fftools/ffmpeg_opt.c     |    2 
>>  libavformat/Makefile     |    2 
>>  libavformat/allformats.c |    1 
>>  libavformat/rm.c         |    1 
>>  libavformat/rm.h         |    7 
>>  libavformat/rmdec.c      |   96 +++++++++--
>>  libavformat/rmenc.c      |  395 ++++++++++++++++++++++++++++++++++++++---------
>>  libavformat/utils.c      |    5 
>>  9 files changed, 438 insertions(+), 99 deletions(-)
>> b65cfa6fc05b6199324118ef1b40d9737cd70272  0001-Add-muxing-demuxing-of-RMHD.patch
>> From aaeaf7721ba5e9afd79ee13dbb9cc7c3226027b3 Mon Sep 17 00:00:00 2001
>> From: Thilo Borgmann <thilo.borgmann at mail.de>
>> Date: Wed, 17 Jan 2018 23:09:03 +0100
>> Subject: [PATCH 1/3] Add muxing/demuxing of RMHD
> 
> This is missing AV_CODEC_ID_RV60

Patches are not made to be applyable on their own. If that is the only thing
missing I might move it to 1/3.

Thanks for all the feedback by now, I'll update the patches as soon as I can!

-Thilo



More information about the ffmpeg-devel mailing list