Re: [FFmpeg-devel] [PATCH v6 1/4] lavc,doc: add avs2 codec

2018-07-04 Thread hwren
The decoder could not work well without its parser, so I merged the parser-patch into the codec-patch. Thanks for advice, hwrenx. At 2018-07-04 04:24:39, "Carl Eugen Hoyos" wrote: >2018-07-03 6:22 GMT+02:00, hwren : >> Signed-off-by: hwren >> --- >> doc/APIchanges | 3 +++ >>

Re: [FFmpeg-devel] [PATCH v6 1/4] lavc,doc: add avs2 codec

2018-07-03 Thread Carl Eugen Hoyos
2018-07-03 6:22 GMT+02:00, hwren : > Signed-off-by: hwren > --- > doc/APIchanges | 3 +++ > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 +++ > libavcodec/version.h| 4 ++-- > 4 files changed, 13 insertions(+), 2 deletions(-) > > diff --git a/doc/APIchanges b/doc/

[FFmpeg-devel] [PATCH v6 1/4] lavc,doc: add avs2 codec

2018-07-02 Thread hwren
Signed-off-by: hwren --- doc/APIchanges | 3 +++ libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 +++ libavcodec/version.h| 4 ++-- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index efe15ba..3372118 100644 --- a/doc/A