Re: [FFmpeg-devel] ABI break in 4.3

2020-07-05 Thread Michael Niedermayer
On Sun, Jul 05, 2020 at 11:48:14PM +0200, Jan Engelhardt wrote: > > On Sunday 2020-07-05 23:17, Michael Niedermayer wrote: > > > >so its all doable in theory, but at that point the question arises, can we > >maybe generate this automatically from the APIchanges file if we decide to > >do that. > >

Re: [FFmpeg-devel] Project orientation

2020-07-05 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Michael Niedermayer > Sent: Monday, July 6, 2020 1:18 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] Project orientation > > On Sun, Jul 05, 2020 at 09:56:02PM +, Soft Work

Re: [FFmpeg-devel] [FFmpeg-cvslog] swscale: Add swscale input/output support for X2RGB10LE

2020-07-05 Thread Michael Niedermayer
On Fri, Jun 12, 2020 at 04:57:30PM +, Fei Wang wrote: > ffmpeg | branch: master | Fei Wang | Wed Apr 22 > 13:23:02 2020 +0800| [c721b450141d6bbe1e977212a0bcb70118965c34] | committer: > Lynne > > swscale: Add swscale input/output support for X2RGB10LE > > Signed-off-by: Fei Wang > > > htt

Re: [FFmpeg-devel] Project orientation

2020-07-05 Thread Andriy Gelman
On Sun, 05. Jul 23:42, Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Michael Niedermayer > > Sent: Monday, July 6, 2020 1:18 AM > > To: FFmpeg development discussions and patches > de...@ffmpeg.org> > > Subject: Re: [FFmpeg-devel] Project orientati

Re: [FFmpeg-devel] Project orientation

2020-07-05 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Andriy Gelman > Sent: Monday, July 6, 2020 2:31 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] Project orientation > > On Sun, 05. Jul 23:42, Soft Works wrote: > > > > > > > --

[FFmpeg-devel] [PATCH 2/2] avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writing

2020-07-05 Thread Andreas Rheinhardt
Currently, both bsfs used the same CodedBitstreamContext for reading and writing; as a consequence, the state of the writer's context at the beginning of writing a fragment is exactly the state of the reader after having read the fragment; in particular, the writer might not have encountered one of

[FFmpeg-devel] [PATCH 1/2] avcodec/cbs: Remove unused function parameters

2020-07-05 Thread Andreas Rheinhardt
Several cbs-functions had an unused CodedBitstreamContext parameter. This commit removes these. Signed-off-by: Andreas Rheinhardt --- As one sees, removing the ctx parameter from some of these functions depends on removing it from others. But ff_cbs_alloc_unit_content is separate from all the oth

[FFmpeg-devel] Wow! SMPTE specs and journal articles, free (pandemic special)

2020-07-05 Thread Jim DeLaHunt
The Society of Motion Picture & Television Engineers (SMPTE) is making available 16 standards documents and 12 journal articles for free download at https://www.smpte.org/free-standards-and-publications [1], until 21. July 2020. I think this is fantastic news, and might be of interest to many

Re: [FFmpeg-devel] [FFmpeg-cvslog] swscale: Add swscale input/output support for X2RGB10LE

2020-07-05 Thread Wang, Fei W
> -Original Message- > From: ffmpeg-devel On Behalf Of > Michael Niedermayer > Sent: Monday, July 6, 2020 7:47 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] swscale: Add swscale > input/output support for X2RGB10LE > > On Fri, Jun 12, 2020 at 04:57:30PM

Re: [FFmpeg-devel] [PATCH v06 2/5] fbtile helperRoutines cpu based framebuffer detiling

2020-07-05 Thread Lynne
Jul 5, 2020, 23:47 by s...@jkqxz.net: > On 04/07/2020 14:17, hanishkvc wrote: > >> Add helper routines which can be used to detile tiled framebuffer >> layouts into a linear layout, using the cpu. >> >> Currently it supports Legacy Intel Tile-X, Legacy Intel Tile-Y and >> Newer Intel Tile-Yf tiled

Re: [FFmpeg-devel] [PATCH v2 0/4] Supplement AVS3-P2/IEEE1857.10 video decoding via libuavs3d

2020-07-05 Thread hwren
Ping. Looking forward to more suggestions :-) At 2020-06-22 21:57:48, hwr...@126.com wrote: >From: hwren > >=== Version1 === >These patches are to supplement the third generation of Audio Video Coding >Standard, >part 2: video (AVS3-P2), aka IEEE1857.10, decoding support via libu

Re: [FFmpeg-devel] [PATCH] libavformat/hlsenc: Remove duplicate close of the output stream.

2020-07-05 Thread Steven Liu
Andrey Semashev 于2020年7月5日周日 下午8:25写道: > > Ping? > > On 2020-07-01 17:59, Andrey Semashev wrote: > > The result of the first close attempt is ignored and may be lost. By > > removing > > it we ensure the close result code is properly analyzed. > > --- > > libavformat/hlsenc.c | 1 - > > 1 file

Re: [FFmpeg-devel] Project orientation

2020-07-05 Thread Jim DeLaHunt
On 2020-07-04 07:43, Nicolas George wrote: [In the FFmpeg project,] [t]here is work in making highly-optimized decoders, this work is impressive and creative…. But as far as I can see, that is mostly all there is going on. The rest seems to be rather basic: fixing bugs…, implementing support for

Re: [FFmpeg-devel] Project orientation

2020-07-05 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Jim > DeLaHunt > Sent: Monday, July 6, 2020 6:54 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] Project orientation > > On 2020-07-04 07:43, Nicolas George wrote: > > Hi. > > > > When I first started progressively to

Re: [FFmpeg-devel] [PATCH V2 12/12] dnn-layer-math-unary-test: add unit test for atanh

2020-07-05 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel On Behalf Of Ting Fu > Sent: 2020年6月29日 22:54 > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH V2 12/12] dnn-layer-math-unary-test: add unit > test for atanh > > Signed-off-by: Ting Fu > --- > tests/dnn/dnn-layer-mathunary-test.c

<    1   2