Re: [FFmpeg-devel] [PATCH] lavc,lavf: add libxavs2 encoder

2018-05-28 Thread Moritz Barsnick
On Mon, May 28, 2018 at 19:16:49 +0800, hwren wrote: > >Is that really the name of the codec? Otherwise, "Chinese" seems > >awkward to me. (Same for the decoder.) > > Changed. I still see it in your newly pushlished patches. > >Proper documentation of the encoder's options would be appreciated!

Re: [FFmpeg-devel] [PATCH] lavc,lavf: add libxavs2 encoder

2018-05-28 Thread hwren
At 2018-05-27 02:20:22, "Moritz Barsnick" wrote: >On Sat, May 26, 2018 at 14:08:56 +0800, hwren wrote: >> Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library >> for AVS2 encoding. >[...] >> +.long_name = NULL_IF_CONFIG_SMALL("raw

Re: [FFmpeg-devel] [PATCH] lavc,lavf: add libxavs2 encoder

2018-05-26 Thread Moritz Barsnick
On Sat, May 26, 2018 at 14:08:56 +0800, hwren wrote: > Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library > for AVS2 encoding. [...] > +.long_name = NULL_IF_CONFIG_SMALL("raw Chinese AVS2 (2nd Audio > Video Standard)"), Is that really the name of the codec?

Re: [FFmpeg-devel] [PATCH] lavc,lavf: add libxavs2 encoder

2018-05-26 Thread Mark Thompson
On 26/05/18 07:08, hwren wrote: > Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library > for AVS2 encoding. > > Signed-off-by: hwren > --- > Changelog| 2 +- > configure| 6 + > doc/general.texi | 8 ++ >

[FFmpeg-devel] [PATCH] lavc,lavf: add libxavs2 encoder

2018-05-26 Thread hwren
Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library for AVS2 encoding. Signed-off-by: hwren --- Changelog| 2 +- configure| 6 + doc/general.texi | 8 ++ libavcodec/Makefile | 1 +