Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-14 Thread Liu Steven
> 在 2018年8月15日,上午9:31,Ronak 写道: > > From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> > > This fixes the creation of the hls manifest in hlsenc.c by writing the entire > manifest at the end for VOD playlists. Live & Event Playlists are unaffected. > This also fixes the behavior with

[FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-14 Thread Ronak
From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> This fixes the creation of the hls manifest in hlsenc.c by writing the entire manifest at the end for VOD playlists. Live & Event Playlists are unaffected. This also fixes the behavior with HLS_TEMP_FILE to work correctly when -hlsflags

Re: [FFmpeg-devel] [PATCH 4/4] lavc/mpeg4videodec: fix can't dump AVOptions issue.

2018-08-14 Thread myp...@gmail.com
On Tue, Aug 14, 2018 at 11:39 PM Michael Niedermayer wrote: > > On Mon, Aug 13, 2018 at 09:51:47PM +0800, Jun Zhao wrote: > > fix can't dump the mpeg4videodec option with the command > > "ffmpeg -h decoder=mpeg4". > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/mpeg4videodec.c |5

Re: [FFmpeg-devel] [PATCH 6/7] libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.

2018-08-14 Thread Marton Balint
On Tue, 14 Aug 2018, Pedro Arthur wrote: 2018-08-14 15:45 GMT-03:00 Rostislav Pehlivanov : On Thu, 2 Aug 2018 at 20:00, Sergey Lavrushkin wrote: This patch removes conversions, declared inside the sr filter, and uses libswscale inside the filter to perform them for only Y channel of input.

Re: [FFmpeg-devel] [PATCH] avutil/encryption_info: Fix size calculation.

2018-08-14 Thread Michael Niedermayer
On Mon, Aug 13, 2018 at 03:35:46PM -0700, Jacob Trimble wrote: > On Mon, Aug 13, 2018 at 3:31 PM Carl Eugen Hoyos wrote: > > > > 2018-08-14 0:22 GMT+02:00, Jacob Trimble > > : > > > Fixes: 873693 > > > > This does not look helpful. > > Changed. > > > > > Carl Eugen > >

Re: [FFmpeg-devel] [GSOC][PATCH 1/3] lavc/cfhd:3d transform decoding for both progressive and interlaced

2018-08-14 Thread Michael Niedermayer
On Tue, Aug 14, 2018 at 01:12:37PM +0530, Gagandeep Singh wrote: > IP sample decoding patch attached herein. > > Gagandeep Singh > cfhd.c | 511 > - > cfhd.h | 13 + > 2 files changed, 454 insertions(+), 70 deletions(-) >

Re: [FFmpeg-devel] [PATCH] avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec

2018-08-14 Thread Thomas Daede
On 08/14/2018 11:09 AM, James Almer wrote: > This will get ISOBMFF and Matroska up to date with the revised AV1 Codec > Configuration Box spec. > For now keep propagating raw OBUs as extradata until all libavcodec modules > are adapted to handle AV1CodecConfigurationRecordv1 formatted extradata. >

Re: [FFmpeg-devel] [PATCH 3/5] Renamed reinterlace to tinterlace

2018-08-14 Thread Thomas Mundt
Hi, 2018-08-14 18:53 GMT+02:00 Vasile Toncu : > Hi Thomas, > > I added the log messages. > > Thanks for the review. > I found some more time for testing this evening. Unfortunately there are still issues. I get half green pictures with some modes at high bit depth. But the fix is easy. The

Re: [FFmpeg-devel] [PATCH 6/7] libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.

2018-08-14 Thread Pedro Arthur
2018-08-14 15:45 GMT-03:00 Rostislav Pehlivanov : > On Thu, 2 Aug 2018 at 20:00, Sergey Lavrushkin wrote: > >> This patch removes conversions, declared inside the sr filter, and uses >> libswscale inside >> the filter to perform them for only Y channel of input. The sr filter >> still has uint >>

Re: [FFmpeg-devel] [PATCH 1/2] docs/filters: add documentation to all existing OpenCL filters

2018-08-14 Thread Gyan Doshi
Danil, On 04-08-2018 12:43 AM, Gyan Doshi wrote: On 03-08-2018 08:46 PM, Danil Iashchenko wrote: +For most general-purpose filters, no conversion is required. + +In case a file contains an alpha channel supported by the format, then explicit conversion is a requirement. This is unclear.

Re: [FFmpeg-devel] [PATCH 7/7] libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.

2018-08-14 Thread Pedro Arthur
I asked the student to prepare a patch, before he was working on fixing the issues pointed in the previous patches. 2018-08-14 15:46 GMT-03:00 Rostislav Pehlivanov : > On Thu, 2 Aug 2018 at 19:54, Sergey Lavrushkin wrote: > >> --- >> libavfilter/dnn_espcn.h | 3 ++- >> libavfilter/dnn_srcnn.h |

Re: [FFmpeg-devel] [GSOC] [PATCH 1/2] lavfi/vf_colorconstancy: adding weighted_ greyedge

2018-08-14 Thread Thilo Borgmann
Am 13.08.18 um 02:01 schrieb Mina: > Hi, > >   This patch introduces a new improved color constancy algorithm based on > previously implemented greyedge algorithm. LGTM since I looked at this during GSoC. I would appreciate someone to have a second look. Should also be names Patch 2/2, so

Re: [FFmpeg-devel] [GSOC] [PATCH 1/2] lavfi/vf_colorconstancy: changing options ranges

2018-08-14 Thread Thilo Borgmann
Am 13.08.18 um 12:04 schrieb Thilo Borgmann: > > >> Am 13.08.2018 um 01:59 schrieb Mina : >> >> Hi, >> >> This patch changes the maximum value for minknorm to a more sane value and >> fixes check for sigma value when difford > 0. > >> It also itroduces some minor cosmetic edits(spaces and

Re: [FFmpeg-devel] [PATCH 6/7] libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.

2018-08-14 Thread Rostislav Pehlivanov
On Thu, 2 Aug 2018 at 20:00, Sergey Lavrushkin wrote: > This patch removes conversions, declared inside the sr filter, and uses > libswscale inside > the filter to perform them for only Y channel of input. The sr filter > still has uint > formats as input, as it does not use chroma channels in

Re: [FFmpeg-devel] [PATCH 7/7] libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.

2018-08-14 Thread Rostislav Pehlivanov
On Thu, 2 Aug 2018 at 19:54, Sergey Lavrushkin wrote: > --- > libavfilter/dnn_espcn.h | 3 ++- > libavfilter/dnn_srcnn.h | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/dnn_espcn.h b/libavfilter/dnn_espcn.h > index 9344aa90fe..e0013fe1dd 100644 > ---

Re: [FFmpeg-devel] [PATCH 7/7] libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.

2018-08-14 Thread Pedro Arthur
Patch pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 6/7] libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.

2018-08-14 Thread Pedro Arthur
Patch pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 5/7] libavfilter/dnn_backend_tf.c: Fixes ff_dnn_free_model_tf.

2018-08-14 Thread Pedro Arthur
Patch pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat/mov: Allow saio/saiz in clear content.

2018-08-14 Thread Jacob Trimble
On Tue, Aug 14, 2018 at 10:39 AM Jacob Trimble wrote: > > If there is a saio/saiz in clear content, we shouldn't create the > encryption index if we don't already have one. Otherwise it will > confuse the cenc_filter. > > Found by Chromium's ClusterFuzz: https://crbug.com/873432 > >

Re: [FFmpeg-devel] [WIP][RFC][PATCH] avcodec: add IMM4 decoder

2018-08-14 Thread Paul B Mahol
On 8/13/18, Carl Eugen Hoyos wrote: > 2018-08-13 22:26 GMT+02:00, Paul B Mahol : > >> Updated patch attached. > >> Artifacts happens only because of our buggy AVI demuxer. > > Indeed. > Do you know what the issue is? Yes, our demuxer sucks. > I moved the pix_fmt initialization from

[FFmpeg-devel] [PATCH] avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec

2018-08-14 Thread James Almer
This will get ISOBMFF and Matroska up to date with the revised AV1 Codec Configuration Box spec. For now keep propagating raw OBUs as extradata until all libavcodec modules are adapted to handle AV1CodecConfigurationRecordv1 formatted extradata. Signed-off-by: James Almer --- "All libavcodec

[FFmpeg-devel] [PATCH] avformat/avidec: fix demuxing of all keyframes of sample 200707170736151.avi

2018-08-14 Thread Paul B Mahol
Hi, very important patch attached. 0001-avformat-avidec-fix-demuxing-of-all-keyframes-of-sam.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avformat/mov: Allow saio/saiz in clear content.

2018-08-14 Thread Jacob Trimble
If there is a saio/saiz in clear content, we shouldn't create the encryption index if we don't already have one. Otherwise it will confuse the cenc_filter. Found by Chromium's ClusterFuzz: https://crbug.com/873432 Signed-off-by: Jacob Trimble --- libavformat/mov.c | 28

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite

2018-08-14 Thread Aman Gupta
On Fri, Aug 10, 2018 at 12:38 PM Aman Gupta wrote: > LGTM, will commit in a few days. > Applied to master and release/4.0 Thanks! > > Aman > > On Thu, Aug 9, 2018 at 4:56 AM Thilo Borgmann > wrote: > >> $Subject >> >> -Thilo >> ___ >> ffmpeg-devel

Re: [FFmpeg-devel] [GSoC] FFserver libmicrohttpd interface

2018-08-14 Thread Michael Niedermayer
On Mon, Aug 13, 2018 at 11:44:07PM +0200, Stephan Holljes wrote: > On Sat, Aug 11, 2018 at 3:58 AM, Michael Niedermayer > wrote: > > On Thu, Aug 09, 2018 at 02:46:59PM +0200, Stephan Holljes wrote: > >> On Thu, Aug 2, 2018 at 1:00 AM, Stephan Holljes > >> wrote: > >> > After fighting for a bit

Re: [FFmpeg-devel] [PATCH] avformat: correct fdebug loglevel

2018-08-14 Thread Gyan Doshi
On 14-08-2018 12:58 PM, Gyan Doshi wrote: On 13-08-2018 12:52 PM, Gyan Doshi wrote: 3e4b5e68c1 intended for fdebug to be usable without -v and cmdutils sets v to DEBUG but most fdebug logs are at TRACE. Changed. Plan to push tonight. Pushed as 02741853d74d214540aca4cd456877348d4f8953

Re: [FFmpeg-devel] [PATCH 3/5] Renamed reinterlace to tinterlace

2018-08-14 Thread Vasile Toncu
Hi Thomas, I added the log messages. Thanks for the review. On Tue, Aug 14, 2018 at 3:23 PM, Thomas Mundt wrote: > Hi, > > 2018-08-13 0:02 GMT+02:00 Vasile Toncu : > > > Hello, > > > > I have updated patch 3 according to review, removed all code related to > the > > new flags (MERGE_TFF,

Re: [FFmpeg-devel] [PATCH 4/7] Adds gray floating-point pixel formats.

2018-08-14 Thread Michael Niedermayer
On Mon, Aug 13, 2018 at 04:58:42PM +0300, Sergey Lavrushkin wrote: > > > > Just use av_clipf instead of FFMIN/FFMAX. > > > Changed FFMIN/FFMAX to av_clip_uint16 and av_clip_uint8. will apply thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "I am not

Re: [FFmpeg-devel] [PATCH 4/4] lavc/mpeg4videodec: fix can't dump AVOptions issue.

2018-08-14 Thread Michael Niedermayer
On Mon, Aug 13, 2018 at 09:51:47PM +0800, Jun Zhao wrote: > fix can't dump the mpeg4videodec option with the command > "ffmpeg -h decoder=mpeg4". > > Signed-off-by: Jun Zhao > --- > libavcodec/mpeg4videodec.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH 3/5] Renamed reinterlace to tinterlace

2018-08-14 Thread Thomas Mundt
Hi, 2018-08-13 0:02 GMT+02:00 Vasile Toncu : > Hello, > > I have updated patch 3 according to review, removed all code related to the > new flags (MERGE_TFF, MERGE_BFF) and threading functionality. > > Thanks, your patch looks fine to me now. There is just one thing, I forgot to mention last

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-14 Thread Bodecs Bela
2018.08.06. 16:20 keltezéssel, Steven Liu írta: On Aug 6, 2018, at 19:29, Ronak Patel wrote: On Aug 6, 2018, at 7:19 AM, Liu Steven wrote: 在 2018年8月6日,下午7:12,Ronak Patel 写道: On Aug 5, 2018, at 10:54 PM, Liu Steven wrote: 在 2018年8月4日,上午2:17,Ronak 写道: I have read this patch

Re: [FFmpeg-devel] [PATCH] lavfi/vf_libvmaf: update to use libvmaf v1.3.9

2018-08-14 Thread Gyan Doshi
On 14-08-2018 01:20 PM, Paul B Mahol wrote: On 8/14/18, Gyan Doshi wrote: On 14-08-2018 03:24 AM, Carl Eugen Hoyos wrote: Why does this not use -filter_threads? Didn't know it was an option. I can certainly change the code to use it. Please do it if it works. filter_threads

Re: [FFmpeg-devel] [PATCH] lavfi/vf_libvmaf: update to use libvmaf v1.3.9

2018-08-14 Thread Paul B Mahol
On 8/14/18, Gyan Doshi wrote: > > > On 14-08-2018 03:24 AM, Carl Eugen Hoyos wrote: > Why does this not use -filter_threads? >>> >>> >>> Didn't know it was an option. >> >>> I can certainly change the code to use it. >> >> Please do it if it works. > > filter_threads applies to all

Re: [FFmpeg-devel] [GSOC][PATCH 2/3] lavc/cfhd:corrected decompanding for table 9 used in cfhd

2018-08-14 Thread Gagandeep Singh
On Tue, Aug 14, 2018 at 12:58 PM Gagandeep Singh wrote: > --- > libavcodec/cfhd.c | 25 - > 1 file changed, 24 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index 3906d7a86d..2c538f0bbd 100644 > --- a/libavcodec/cfhd.c > +++

Re: [FFmpeg-devel] [GSOC][PATCH 3/3] lavc/cfhd:frame threading support for 3d transform progressive and interlaced samples

2018-08-14 Thread Gagandeep Singh
On Tue, Aug 14, 2018 at 12:58 PM Gagandeep Singh wrote: > --- > libavcodec/cfhd.c | 378 -- > libavcodec/cfhd.h | 8 +- > 2 files changed, 242 insertions(+), 144 deletions(-) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index

Re: [FFmpeg-devel] [PATCH 2/2] lavf/vf_scale_amf: AMF scaler/format converter filter implementation

2018-08-14 Thread Alexander Kravchenko
Hi Mark, did you have a chance to review the patches? I did send them 10 July, and no feedback from you Could you please review it and send feedback to continue process? Thanks, Alexander ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [GSOC][PATCH 3/3] lavc/cfhd:frame threading support for 3d transform progressive and interlaced samples

2018-08-14 Thread Gagandeep Singh
Last patch adding frame thread support for ip samples in both progressive and interlaced versions. Gagandeep Singh From fa23549c61a6d8413cdc79c570376c53795a6ff1 Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Tue, 14 Aug 2018 12:43:20 +0530 Subject: [GSOC][FFmpeg-devel][PATCH 3/3]

[FFmpeg-devel] [GSOC][PATCH 2/3] lavc/cfhd:corrected decompanding for table 9 used in cfhd

2018-08-14 Thread Gagandeep Singh
Second patch for fixing decompanding in table 9. Gagandeep Singh From d6ac8a4ee2f08a6d3cab7e7500d740c661062c9f Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Tue, 14 Aug 2018 00:20:06 +0530 Subject: [GSOC][FFmpeg-devel][PATCH 2/3] lavc/cfhd:corrected decompanding for table 9 used in cfhd

[FFmpeg-devel] [GSOC][PATCH 1/3] lavc/cfhd:3d transform decoding for both progressive and interlaced

2018-08-14 Thread Gagandeep Singh
IP sample decoding patch attached herein. Gagandeep Singh From 6cc5636c48bca4e802ccca5f53560e31360760cb Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Tue, 14 Aug 2018 00:07:45 +0530 Subject: [GSOC][FFmpeg-devel][PATCH 1/3] lavc/cfhd:3d transform decoding for both progressive and

Re: [FFmpeg-devel] [GSOC][PATCH] lavc/cfhd:3d transform decoding for both progressive and interlaced

2018-08-14 Thread Gagandeep Singh
On Tue, Aug 14, 2018 at 12:58 AM Gagandeep Singh wrote: > --- > libavcodec/cfhd.c | 511 -- > libavcodec/cfhd.h | 13 +- > 2 files changed, 454 insertions(+), 70 deletions(-) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index

Re: [FFmpeg-devel] [PATCH] avformat: correct fdebug loglevel

2018-08-14 Thread Gyan Doshi
On 13-08-2018 12:52 PM, Gyan Doshi wrote: 3e4b5e68c1 intended for fdebug to be usable without -v and cmdutils sets v to DEBUG but most fdebug logs are at TRACE. Changed. Plan to push tonight. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [GSOC][PATCH 1/3] lavc/cfhd:3d transform decoding for both progressive and interlaced

2018-08-14 Thread Gagandeep Singh
--- libavcodec/cfhd.c | 511 -- libavcodec/cfhd.h | 13 +- 2 files changed, 454 insertions(+), 70 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 76838f0869..3906d7a86d 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@

Re: [FFmpeg-devel] [GSOC][PATCH 1/3] lavc/cfhd:3d transform decoding for both progressive and interlaced

2018-08-14 Thread Gagandeep Singh
On Tue, Aug 14, 2018 at 1:03 PM Gagandeep Singh wrote: > --- > libavcodec/cfhd.c | 511 -- > libavcodec/cfhd.h | 13 +- > 2 files changed, 454 insertions(+), 70 deletions(-) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index

[FFmpeg-devel] [GSOC][PATCH 1/3] lavc/cfhd:3d transform decoding for both progressive and interlaced

2018-08-14 Thread Gagandeep Singh
--- libavcodec/cfhd.c | 511 -- libavcodec/cfhd.h | 13 +- 2 files changed, 454 insertions(+), 70 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 76838f0869..3906d7a86d 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@

Re: [FFmpeg-devel] [PATCH 1/2] lavc/amfenc: moving amf common code (library and context) to lavu/hwcontext_amf from amfenc to be reused in other amf components

2018-08-14 Thread Alexander Kravchenko
Hello. It is reminder. Could you please review the patch? if it is ok, could you please apply it? It was published 1 month ago (10 July) and it is required for further updates Thanks, Alexander ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [GSOC][PATCH 3/3] lavc/cfhd:frame threading support for 3d transform progressive and interlaced samples

2018-08-14 Thread Gagandeep Singh
--- libavcodec/cfhd.c | 378 -- libavcodec/cfhd.h | 8 +- 2 files changed, 242 insertions(+), 144 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 2c538f0bbd..7c298056ca 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@

[FFmpeg-devel] [GSOC][PATCH 2/3] lavc/cfhd:corrected decompanding for table 9 used in cfhd

2018-08-14 Thread Gagandeep Singh
--- libavcodec/cfhd.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 3906d7a86d..2c538f0bbd 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -114,7 +114,30 @@ static inline int

Re: [FFmpeg-devel] [GSOC][PATCH] lavc/cfhd:corrected decompanding for table 9 used in cfhd

2018-08-14 Thread Gagandeep Singh
On Tue, Aug 14, 2018 at 12:58 AM Gagandeep Singh wrote: > --- > libavcodec/cfhd.c | 25 - > 1 file changed, 24 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index 3906d7a86d..2c538f0bbd 100644 > --- a/libavcodec/cfhd.c > +++

Re: [FFmpeg-devel] [GSOC][PATCH] lavc/cfhd:frame threading support added for temporal transform decoding

2018-08-14 Thread Gagandeep Singh
On Tue, Aug 14, 2018 at 12:46 PM Gagandeep Singh wrote: > > > On Tue, Aug 14, 2018 at 1:17 AM James Almer wrote: > >> On 8/13/2018 4:29 PM, Gagandeep Singh wrote: >> > --- >> > libavcodec/cfhd.c | 370 -- >> > libavcodec/cfhd.h | 8 +- >> > 2 files

Re: [FFmpeg-devel] [GSOC][PATCH] lavc/cfhd:frame threading support added for temporal transform decoding

2018-08-14 Thread Gagandeep Singh
On Tue, Aug 14, 2018 at 1:17 AM James Almer wrote: > On 8/13/2018 4:29 PM, Gagandeep Singh wrote: > > --- > > libavcodec/cfhd.c | 370 -- > > libavcodec/cfhd.h | 8 +- > > 2 files changed, 235 insertions(+), 143 deletions(-) > > > > diff --git