Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-13 Thread Baptiste Coudurier
> On Nov 12, 2019, at 1:13 PM, Baptiste Coudurier > wrote: > >> >> On Nov 9, 2019, at 4:11 PM, Baptiste Coudurier >> wrote: >> >> --- >> libavcodec/dv.h | 1 + >> libavcodec/dvenc.c | 561 >> tests/fate/vcodec.mak |

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-12 Thread Baptiste Coudurier
> On Nov 9, 2019, at 4:11 PM, Baptiste Coudurier > wrote: > > --- > libavcodec/dv.h | 1 + > libavcodec/dvenc.c | 561 > tests/fate/vcodec.mak | 14 +- > tests/ref/vsynth/vsynth1-dv-fhd | 4 + >

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-09 Thread Baptiste Coudurier
Hi Michael, > On Nov 6, 2019, at 11:02 AM, Michael Niedermayer > wrote: > > On Wed, Nov 06, 2019 at 08:54:50AM -0800, Baptiste Coudurier wrote: >> Hey Michael, >> >>> On Nov 4, 2019, at 12:43 PM, Michael Niedermayer >>> wrote: >>> >>> On Sat, Nov 02, 2019 at 12:06:19PM -0700, Baptiste

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 08:54:50AM -0800, Baptiste Coudurier wrote: > Hey Michael, > > > On Nov 4, 2019, at 12:43 PM, Michael Niedermayer > > wrote: > > > > On Sat, Nov 02, 2019 at 12:06:19PM -0700, Baptiste Coudurier wrote: > >> --- > >> libavcodec/dv.h | 1 + > >> libavcodec/dvenc.c

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-06 Thread Baptiste Coudurier
Hey Michael, > On Nov 4, 2019, at 12:43 PM, Michael Niedermayer > wrote: > > On Sat, Nov 02, 2019 at 12:06:19PM -0700, Baptiste Coudurier wrote: >> --- >> libavcodec/dv.h | 1 + >> libavcodec/dvenc.c| 555 +- > >> tests/fate/vcodec.mak | 14

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-04 Thread Michael Niedermayer
On Sat, Nov 02, 2019 at 12:06:19PM -0700, Baptiste Coudurier wrote: > --- > libavcodec/dv.h | 1 + > libavcodec/dvenc.c| 555 +- > tests/fate/vcodec.mak | 14 +- here are the corresponding ref files i get: they are the same on x86-64/32, mingw

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-03 Thread Carl Eugen Hoyos
Am Sa., 2. Nov. 2019 um 20:06 Uhr schrieb Baptiste Coudurier : > -if (avctx->height > 576) { > -av_log(avctx, AV_LOG_ERROR, "DVCPRO HD encoding is not > supported.\n"); > -return AVERROR_PATCHWELCOME; > -} Please mention ticket #1370. Thank you for the patch, Carl Eugen

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-11-02 Thread Baptiste Coudurier
On Thu, Sep 19, 2019 at 12:34 PM Michael Niedermayer wrote: > On Wed, Sep 11, 2019 at 12:29:57PM -0700, Baptiste Coudurier wrote: > > --- > > libavcodec/dv.h| 1 + > > libavcodec/dvenc.c | 576 - > > 2 files changed, 522 insertions(+), 55

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-09-19 Thread Michael Niedermayer
On Wed, Sep 11, 2019 at 12:29:57PM -0700, Baptiste Coudurier wrote: > --- > libavcodec/dv.h| 1 + > libavcodec/dvenc.c | 576 - > 2 files changed, 522 insertions(+), 55 deletions(-) a fate test should be added for this if its not already planed

Re: [FFmpeg-devel] [PATCH] avcodec/dvenc: support encoding dvcprohd

2019-09-11 Thread Carl Eugen Hoyos
Am Mi., 11. Sept. 2019 um 21:30 Uhr schrieb Baptiste Coudurier : > > --- > libavcodec/dv.h| 1 + > libavcodec/dvenc.c | 576 - > 2 files changed, 522 insertions(+), 55 deletions(-) Please mention ticket #1370. Thank you, Carl Eugen