Re: [FFmpeg-devel] [PATCH v3 3/5] avcodec/avs2_parser: parse more info

2022-06-21 Thread hwren
在 2022-06-21 16:28:37,"\"zhilizhao(赵志立)\"" 写道: > > >> On Jun 21, 2022, at 4:25 PM, zhilizhao(赵志立) wrote: >> >>> On Jun 21, 2022, at 10:45 AM, hwren wrote: >>> >>> At 2022-06-13 11:36:34, "Zhao Zhili&quo

Re: [FFmpeg-devel] [PATCH v3 3/5] avcodec/avs2_parser: parse more info

2022-06-20 Thread hwren
At 2022-06-13 11:36:34, "Zhao Zhili" wrote: >Including video resolution, framerate and picture type, etc. > >Signed-off-by: Zhao Zhili >--- > libavcodec/Makefile | 2 +- > libavcodec/avs2.c| 42 > libavcodec/avs2.h| 10 >

Re: [FFmpeg-devel] [PATCH] doc/general_contents.texi: add uavs3d section

2020-10-20 Thread hwren
Will apply if no more suggestions. Thanks, Huiwen Ren At 2020-10-06 15:08:21, hwr...@126.com wrote: >From: hwren > >Signed-off-by: hwren >--- > doc/general_contents.texi | 10 ++ > 1 file changed, 10 insertions(+) > >diff --git a/doc/general_contents.texi b/d

Re: [FFmpeg-devel] [PATCH v5 3/5] lavc/avs3_parser: add avs3 parser

2020-08-26 Thread hwren
At 2020-08-26 19:51:20, "Moritz Barsnick" wrote: >On Thu, Aug 20, 2020 at 13:31:12 +0800, hwren wrote: >> At 2020-08-19 22:14:04, "Moritz Barsnick" wrote: >> >ffmpeg prefers the "cur++" style (twice in this block,

Re: [FFmpeg-devel] [PATCH 2/3] lavf/davs2.c: Rename as avs2dec.c for better understanding

2020-08-20 Thread hwren
Incomplete submission. Please refer to the new version patches. At 2020-08-20 15:05:14, hwr...@126.com wrote: >From: hwren > >Signed-off-by: hwren >--- > libavformat/{davs2.c => avs2dec.c} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > ren

Re: [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions

2020-08-20 Thread hwren
At 2020-08-19 21:15:32, "Andreas Rheinhardt" wrote: >hwr...@126.com: >> From: hwren >> >> Signed-off-by: hwren >> --- >> libavcodec/Makefile | 2 + >> libavcodec/avs3.c | 95 +

Re: [FFmpeg-devel] [PATCH v5 3/5] lavc/avs3_parser: add avs3 parser

2020-08-19 Thread hwren
At 2020-08-19 22:14:04, "Moritz Barsnick" wrote: >On Wed, Aug 19, 2020 at 14:25:54 +0800, hwr...@126.com wrote: >> +for (; cur < buf_size; ++cur) { >> +state = (state << 8) | buf[cur]; >> +if (ISPIC(buf[cur])){ >> +++cur; >

Re: [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions

2020-08-19 Thread hwren
At 2020-08-19 22:18:52, "Moritz Barsnick" wrote: >On Wed, Aug 19, 2020 at 14:25:53 +0800, hwr...@126.com wrote: >> + * AVS3 related definition > >definitions? >> +}; >> \ No newline at end of file > >Please amend a carriage return to the last line. > >> + * AVS3 related

Re: [FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions

2020-08-19 Thread hwren
At 2020-08-19 20:56:27, "Nicolas George" wrote: >hwr...@126.com (12020-08-19): >> From: hwren >> >> Signed-off-by: hwren >> --- >> libavcodec/Makefile | 2 + >> libavcodec/avs3.c | 95 +

Re: [FFmpeg-devel] [PATCH v5 5/5] lavc, doc: add libuavs3d video decoder wrapper

2020-08-19 Thread hwren
At 2020-08-19 22:23:07, "Moritz Barsnick" wrote: >On Wed, Aug 19, 2020 at 14:25:56 +0800, hwr...@126.com wrote: >> - AV1 Low overhead bitstream format demuxer >> +- AVS3 video decoder via libuavs3d > >I wonder whether the raw demuxer should have been mentioned in its

Re: [FFmpeg-devel] [PATCH v4 2/4] lavc/avs3_parser: add avs3 parser

2020-08-19 Thread hwren
At 2020-08-19 01:00:57, "Andreas Rheinhardt" wrote: >hwr...@126.com: >> From: hwren >> >> Signed-off-by: hbj >> Signed-off-by: hwren >> --- >> diff --git a/libavcodec/avs3_parser.h b/libavcodec/avs3_parser.h >&g

Re: [FFmpeg-devel] [PATCH v4 4/4] lavc, doc: add libuavs3d video decoder wrapper

2020-08-19 Thread hwren
At 2020-08-19 00:49:12, "Paul B Mahol" wrote: >On 8/18/20, hwr...@126.com wrote: >> From: hwren >> >> Signed-off-by: hbj >> Signed-off-by: hwren >> --- >> Changelog | 1 + >> configure

Re: [FFmpeg-devel] [PATCH v3 4/4] lavc, doc: add libuavs3d video decoder wrapper

2020-08-17 Thread hwren
Fix the mail format of reply message from and reset it to the correct thread. Same content. At 2020-08-12 06:18:46, "Mark Thompson" wrote: >On 05/08/2020 17:18, hwr...@126.com wrote: >> From: hwren >> >> Signed-off-by: hbj >> Signed

Re: [FFmpeg-devel] [PATCH v3 2/4] lavc/avs3_paeser: add avs3 parser

2020-08-17 Thread hwren
Fix the mail format of reply message from and reset it to the correct thread. same content. At 2020-08-12 05:43:24, "Mark Thompson" wrote: > >Typo "paeser" in the title. > >On 05/08/2020 17:18, hwr...@126.com wrote: >> From: hwren &g

Re: [FFmpeg-devel] [PATCH v3 4/4] lavc, doc: add libuavs3d video decoder wrapper

2020-08-08 Thread hwren
At 2020-08-06 05:21:43, "James Almer" wrote: >On 8/5/2020 1:18 PM, hwr...@126.com wrote: >> From: hwren >> >> Signed-off-by: hbj >> Signed-off-by: hwren >> --- >> Changelog | 1 + >> configure

Re: [FFmpeg-devel] [PATCH] lavc/libxavs2.c: mark key-frame packets

2020-07-27 Thread hwren
在 2020-07-27 15:26:24,"Steven Liu" 写道: > 于2020年7月27日周一 下午2:22写道: >> >> From: hwren >> >> Signed-off-by: hwren >> --- >> libavcodec/libxavs2.c | 6 ++ >> 1 file changed, 6 insertions(+) >> >> diff --git

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, de

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as libxavs2 maintainer

2019-12-06 Thread hwren
Ping. Thanks, Huiwen Ren At 2019-10-12 11:15:55, "Steven Liu" wrote: > > >> 在 2019年10月12日,09:28,hwren 写道: >> >> From: hwrenx >> >> Signed-off-by: hwrenx >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >>

[FFmpeg-devel] [PATCH v2 2/5] lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functions

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 32 +++- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 3896f3b..0e525ee 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -132,28

[FFmpeg-devel] [PATCH v2 5/5] lavc/libxavs2.c: optimize error descriptions

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 3dfe755..6ee2280 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -72,13 +72,13 @@ static av_cold

[FFmpeg-devel] [PATCH v2 3/5] lavc/libxavs2.c: fix code style - spaces

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 0e525ee..0aa4d31 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -59,7 +59,7 @@ typedef struct

[FFmpeg-devel] [PATCH v2 1/5] lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* functions

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 0179a1e..3896f3b 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -132,16

[FFmpeg-devel] [PATCH v2 4/5] lavc/libxavs2.c: replace deprecated parameter 'FrameRate' with new parameter 'fps'

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 0aa4d31..3dfe755 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -60,10 +60,15 @@ typedef struct

[FFmpeg-devel] [PATCH 4/5] lavc/libxavs2.c: replace deprecated parameter 'FrameRate' with new parameter 'fps'

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index cf448be..41b7a29 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -60,10 +60,15 @@ typedef struct

[FFmpeg-devel] [PATCH 5/5] lavc/libxavs2.c: optimize error descriptions

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 41b7a29..e3ba808 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -72,13 +72,13 @@ static av_cold

[FFmpeg-devel] [PATCH 2/5] lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functions

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 42 -- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 3896f3b..6ec6349 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c

[FFmpeg-devel] [PATCH 1/5] lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* functions

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 0179a1e..3896f3b 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -132,16

[FFmpeg-devel] [PATCH 3/5] lavc/libxavs2.c: fix code style - spaces

2019-12-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 6ec6349..cf448be 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -59,7 +59,7 @@ typedef struct

Re: [FFmpeg-devel] [PATCH v5 2/4] lavc/libxavs2: optimize data access

2019-11-29 Thread hwren
At 2019-11-30 02:39:07, "Michael Niedermayer" wrote: >On Mon, Oct 14, 2019 at 09:22:43PM +0800, hwren wrote: >> Optimize data access from multiplication to iteration. >> >> Signed-off-by: hwren >> --- >> libavcodec/libxavs2.c | 45

Re: [FFmpeg-devel] [PATCH v5 2/4] lavc/libxavs2: optimize data access

2019-11-28 Thread hwren
ping the remaining three patches. Thanks, Huiwen Ren At 2019-10-14 21:22:43, "hwren" wrote: >Optimize data access from multiplication to iteration. > >Signed-off-by: hwren >--- > libavcodec/libxavs2.c | 45 + > 1

[FFmpeg-devel] [PATCH v5 3/4] lavc/libxavs2: optimize using of spaces and indents

2019-10-14 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 51 +++ 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index b5c07ec..8077607 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec

[FFmpeg-devel] [PATCH v5 2/4] lavc/libxavs2: optimize data access

2019-10-14 Thread hwren
Optimize data access from multiplication to iteration. Signed-off-by: hwren --- libavcodec/libxavs2.c | 45 + 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 0179a1e..b5c07ec 100644

[FFmpeg-devel] [PATCH v5 1/4] lavc/libxavs2: fix parameter setting result determination

2019-10-14 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index d5c4557..0179a1e 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -31,7 +31,7 @@ int err

[FFmpeg-devel] [PATCH v5 4/4] lavc/libxavs2: replace 'FrameRate' with 'fps'

2019-10-14 Thread hwren
Remove deprecated parameter FrameRate (frame rate code) and use fps (frame rate) instead. Avoid encoder warnings. Signed-off-by: hwren --- libavcodec/libxavs2.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index

Re: [FFmpeg-devel] [PATCH v4 4/4] lavc/libxavs2: replace 'FrameRate' with 'fps'

2019-10-14 Thread hwren
Sorry, these patches were sent by accident, the changes will be in the new version. Huiwen Ren At 2019-10-14 21:15:33, "hwren" wrote: >Remove deprecated parameter FrameRate (frame rate code) and use fps (frame >rate) instead. >Avoid encoder warnings. >

[FFmpeg-devel] [PATCH v4 4/4] lavc/libxavs2: replace 'FrameRate' with 'fps'

2019-10-14 Thread hwren
Remove deprecated parameter FrameRate (frame rate code) and use fps (frame rate) instead. Avoid encoder warnings. Signed-off-by: hwren --- libavcodec/libxavs2.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index

[FFmpeg-devel] [PATCH v4 3/4] lavc/libxavs2: optimize using of spaces and indents

2019-10-14 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 51 +++ 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index b5c07ec..8077607 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec

[FFmpeg-devel] [PATCH v4 2/4] lavc/libxavs2: optimize data access

2019-10-14 Thread hwren
Optimize data access from multiplication to iteration. Signed-off-by: hwren --- libavcodec/libxavs2.c | 45 + 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 0179a1e..b5c07ec 100644

Re: [FFmpeg-devel] [PATCH v3 4/4] lavc/libxavs2: replace 'FrameRate' with 'fps'

2019-10-14 Thread hwren
At 2019-10-14 19:22:38, "Moritz Barsnick" wrote: >On Mon, Oct 14, 2019 at 14:52:44 +0800, hwr...@126.com wrote: >> From: hwren >> +float framerate; >[...] >> +if (avctx->framerate.den > 0 && avctx->framerate.num > 0)

[FFmpeg-devel] [PATCH v2 4/4] lavc/libxavs2: replace 'FrameRate' with 'fps'

2019-10-13 Thread hwren
Remove deprecated parameter FrameRate (frame rate code) and use fps (frame rate) instead. Avoid encoder warnings. Signed-off-by: hwren --- libavcodec/libxavs2.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index

[FFmpeg-devel] [PATCH v2 1/4] lavc/libxavs2: fix parameter setting result determination

2019-10-13 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index d5c4557..0179a1e 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -31,7 +31,7 @@ int err

[FFmpeg-devel] [PATCH v2 3/4] lavc/libxavs2: optimize using of spaces and indents

2019-10-13 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 98 --- 1 file changed, 46 insertions(+), 52 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 7a41ca2..e52f0c4 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec

[FFmpeg-devel] [PATCH v2 2/4] lavc/libxavs2: optimize data access

2019-10-13 Thread hwren
Optimize data access from multiplication to iteration. Signed-off-by: hwren --- libavcodec/libxavs2.c | 41 + 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 0179a1e..7a41ca2 100644

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: add stream type AVS2

2019-10-13 Thread hwren
At 2019-10-12 19:40:15, "myp...@gmail.com" wrote: >On Sat, Oct 12, 2019 at 10:00 AM hwren wrote: >> >> From: hwrenx >> >> Signed-off-by: hwrenx >> --- >> libavformat/mpegts.h| 1 + >> libavformat/mpegtsenc.c | 3 ++

[FFmpeg-devel] [PATCH] lavf/mpegtsenc: add stream type AVS2

2019-10-11 Thread hwren
From: hwrenx Signed-off-by: hwrenx --- libavformat/mpegts.h| 1 + libavformat/mpegtsenc.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index ecc3d33..78abe72 100644 --- a/libavformat/mpegts.h +++ b/libavformat/mpegts.h @@ -119,6 +119,7

[FFmpeg-devel] [PATCH] MAINTAINERS: add myself as libxavs2 maintainer

2019-10-11 Thread hwren
From: hwrenx Signed-off-by: hwrenx --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7f60ef0..928f4ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -198,6 +198,7 @@ Codecs: libvorbis.c David Conrad libvpx*

[FFmpeg-devel] [PATCH 1/3] lavc/libxavs2: fix parameter setting result determination

2019-10-11 Thread hwren
From: hwrenx Signed-off-by: hwrenx --- libavcodec/libxavs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index d5c4557..0179a1e 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -31,7 +31,7 @@ int err; \

[FFmpeg-devel] [PATCH 2/3] lavc/libxvas2: optimize code style and data acces

2019-10-11 Thread hwren
From: hwrenx Optimize using of spaces and indents, change data access from multiplication to iteration. Signed-off-by: hwrenx --- libavcodec/libxavs2.c | 139 ++ 1 file changed, 71 insertions(+), 68 deletions(-) diff --git

[FFmpeg-devel] [PATCH 3/3] lavc/libxavs2: replace 'FrameRate' with 'fps'

2019-10-11 Thread hwren
From: hwrenx Remove deprecated paramete FrameRate (frame rate code) and use fps (frame rate). Avoid encoder warning. Signed-off-by: hwrenx --- libavcodec/libxavs2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index

Re: [FFmpeg-devel] [PATCH v3 3/3] lavc/libdavs2.c: use decoder data directly instead of memcpy

2019-08-08 Thread hwren
I'm sorry I almost missed this email. Thanks for your review. At 2019-07-23 03:42:20, "Marton Balint" wrote: > > >On Sat, 13 Jul 2019, hwren wrote: > >> >> At 2019-07-13 01:38:55, "Marton Balint" wrote: >>> >>> >>> On Fr

Re: [FFmpeg-devel] [PATCH v3 2/3] lavc/libdavs2.c: change decoder info level

2019-07-13 Thread hwren
At 2019-07-13 21:34:30, "Li, Zhong" wrote: >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf >> Of hwrenx >> Sent: Friday, July 12, 2019 11:22 PM >> To: ffmpeg-devel@ffmpeg.org >> Subject: [FFmpeg-devel] [PATCH v3 2/3] lavc/libdavs2.c: change decoder info >> level

Re: [FFmpeg-devel] [PATCH v3 3/3] lavc/libdavs2.c: use decoder data directly instead of memcpy

2019-07-12 Thread hwren
At 2019-07-13 01:38:55, "Marton Balint" wrote: > > >On Fri, 12 Jul 2019, hwrenx wrote: > >> Can effectivly improved decoding speed when memcpy becomes a limitation >> for proccessing high resolution source. >> Tested under i7-8700k with `ffmpeg -i 7680x4320.avs2 -vsync 0 -f null -` >> got

Re: [FFmpeg-devel] [PATCH 1/2] configure: update api version of libdavs2

2018-11-17 Thread hwren
At 2018-11-18 02:45:23, "Michael Niedermayer" wrote: >On Sun, Nov 18, 2018 at 12:54:09AM +0800, hwren wrote: >> From: hwrenx >> >> api version update. >> >> detials could be found in davs2-git >> https://github.com/pkuvcl/davs2 &g

Re: [FFmpeg-devel] [PATCH 1/2] configure: update api version of libdavs2

2018-11-17 Thread hwren
At 2018-11-18 01:01:36, "Carl Eugen Hoyos" wrote: >2018-11-17 17:54 GMT+01:00, hwren : >> From: hwrenx >> >> api version update. >> >> detials could be found in davs2-git >> https://github.com/pkuvcl/davs2 >> >> Signed-of

[FFmpeg-devel] [PATCH 2/2] configure: update api version of libxavs2

2018-11-17 Thread hwren
From: hwrenx api version update. more detials could be found in xavs2-git https://github.com/pkuvcl/xavs2 Signed-off-by: hwrenx --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d2159db..fb70181 100755 --- a/configure +++

[FFmpeg-devel] [PATCH 1/2] configure: update api version of libdavs2

2018-11-17 Thread hwren
From: hwrenx api version update. detials could be found in davs2-git https://github.com/pkuvcl/davs2 Signed-off-by: hwrenx --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9bc4cf3..d2159db 100755 --- a/configure +++

Re: [FFmpeg-devel] [PATCH v5 1/4] lavc/libdavs2: fix sequence incomplete output error

2018-11-14 Thread hwren
Any comments on these patches? At 2018-11-02 21:30:08, "hwren" wrote: >Signed-off-by: hwren >--- > libavcodec/libdavs2.c | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > >diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c &g

[FFmpeg-devel] [PATCH v5 4/4] lavc/libdavs2: fix wrong return value

2018-11-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index 3e59d41..6e4bd50 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -147,15 +147,17

[FFmpeg-devel] [PATCH v5 1/4] lavc/libdavs2: fix sequence incomplete output error

2018-11-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index cadf995..e36bfed 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -129,7 +129,17 @@ static int

[FFmpeg-devel] [PATCH v5 3/4] lavc/libdavs2: correct frame type setting

2018-11-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index 6dc1173..3e59d41 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -76,6 +76,26 @@ static

[FFmpeg-devel] [PATCH v5 2/4] lavc/libdavs2: remove unused frame counter

2018-11-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index e36bfed..6dc1173 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -32,8 +32,6 @@ typedef struct DAVS2Context

[FFmpeg-devel] [PATCH v4 3/4] lavc/libdavs2: correct frame type setting

2018-11-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index a1815d2..4dbce73 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -76,6 +76,26 @@ static

[FFmpeg-devel] [PATCH v4 2/4] lavc/libdavs2: remove unused frame counter

2018-11-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index e463b2e..a1815d2 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -32,8 +32,6 @@ typedef struct DAVS2Context

[FFmpeg-devel] [PATCH v4 4/4] lavc/libdavs2: fix wrong return value

2018-11-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index 4dbce73..d912dd8 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -147,14 +147,15 @@ static

[FFmpeg-devel] [PATCH v4 1/4] lavc/libdavs2: fix sequence incomplete output error

2018-11-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index cadf995..e463b2e 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -129,7 +129,16 @@ static int

[FFmpeg-devel] [PATCH] lavc/libdavs2: use assert instead of wrong return value

2018-10-31 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index 4dbce73..acdfaca 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -93,7 +93,7 @@ static int davs2_dump_frames

[FFmpeg-devel] [PATCH v3 1/3] lavc/libdavs2: fix sequence incomplete output error

2018-10-31 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index cadf995..e463b2e 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -129,7 +129,16 @@ static int

[FFmpeg-devel] [PATCH v3 3/3] lavc/libdavs2: correct frame type setting

2018-10-31 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index a1815d2..4dbce73 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -76,6 +76,26 @@ static

[FFmpeg-devel] [PATCH v3 2/3] lavc/libdavs2: remove unused frame counter

2018-10-31 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index e463b2e..a1815d2 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -32,8 +32,6 @@ typedef struct DAVS2Context

[FFmpeg-devel] [PATCH v2 3/3] lavc/libdavs2: correct frame type setting

2018-10-31 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index a1815d2..d7bcaa3 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -94,11 +94,26 @@ static int

[FFmpeg-devel] [PATCH v2 1/3] lavc/libdavs2: fix sequence incomplete output error

2018-10-31 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index cadf995..e463b2e 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -129,7 +129,16 @@ static int

[FFmpeg-devel] [PATCH v2 2/3] lavc/libdavs2: remove unused frame counter

2018-10-31 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index e463b2e..a1815d2 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -32,8 +32,6 @@ typedef struct DAVS2Context

[FFmpeg-devel] [PATCH 3/3] lavc/libdavs2: remove unused context parameter

2018-10-30 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index b05bdef..ee52043 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -32,8 +32,6 @@ typedef struct DAVS2Context

[FFmpeg-devel] [PATCH 1/2] lavc/libdavs2: remove incorrect frame settings

2018-10-30 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index cadf995..581d568 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -96,13 +96,6 @@ static int davs2_dump_frames

[FFmpeg-devel] [PATCH 2/2] lavc/libdavs2: fix sequence incomplete output error

2018-10-30 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index 581d568..b05bdef 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -122,7 +122,16 @@ static int

[FFmpeg-devel] [PATCH v2 2/3] lavc/libxavs2: fix intra period meaning conflict

2018-10-18 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 1152c63..f07fc63 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -85,8 +85,8 @@ static av_cold int

[FFmpeg-devel] [PATCH v2 3/3] lavc/libxavs2: enable OpenGop

2018-10-18 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index f07fc63..822af3f 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -91,7 +91,7 @@ static av_cold int xavs2_init

[FFmpeg-devel] [PATCH v2 1/3] lavc/libxavs2: unified naming style

2018-10-18 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 2b47d0c..1152c63 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -78,18 +78,18

[FFmpeg-devel] [PATCH] LICENSE: add libdavs2 and libxavs2 into compatible libraries section

2018-10-10 Thread hwren
Signed-off-by: hwren --- LICENSE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index ba65b05..1340ee4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -83,11 +83,13 @@ affect the licensing of binaries resulting from the combination. The following libraries

[FFmpeg-devel] [PATCH v1 2/3] lavc/libxavs2: enable open_gop option

2018-10-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index a3cd588..cb01291 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -89,7 +89,7 @@ static av_cold int xavs2_init

[FFmpeg-devel] [PATCH v1 3/3] lavc/libxavs2: unified option descriptions format

2018-10-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index cb01291..6267b98 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -249,14 +249,14 @@ static av_cold

[FFmpeg-devel] [PATCH v1 1/3] lavc/libxavs2: keep uniform with xavs2 api

2018-10-02 Thread hwren
Signed-off-by: hwren --- libavcodec/libxavs2.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 2b47d0c..a3cd588 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -78,16 +78,14 @@ static

[FFmpeg-devel] [PATCH] lavc/libxavs2: remove invalid parameters

2018-09-12 Thread hwren
Signed-off-by: hwren --- doc/encoders.texi | 3 --- libavcodec/libxavs2.c | 4 2 files changed, 7 deletions(-) diff --git a/doc/encoders.texi b/doc/encoders.texi index 4623f38..0696a7a 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2761,9 +2761,6 @@ Set the Speed level from

[FFmpeg-devel] [PATCH 1/2] lavc/libdavs2: remove unused head files

2018-09-12 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index 70aae3e..ab9e511 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -22,13 +22,7 @@ * Foundation, Inc., 51 Franklin Street

[FFmpeg-devel] [PATCH 2/2] lavc/libdavs2: fix error type

2018-09-12 Thread hwren
Signed-off-by: hwren --- libavcodec/libdavs2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c index ab9e511..aa14782 100644 --- a/libavcodec/libdavs2.c +++ b/libavcodec/libdavs2.c @@ -50,7 +50,7 @@ static av_cold int

[FFmpeg-devel] [PATCH v8 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-09 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 49 doc/general.texi | 14 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 300

[FFmpeg-devel] [PATCH v8 2/2] lavf: add raw avs2 muxer

2018-09-09 Thread hwren
Signed-off-by: hwren --- libavformat/allformats.c | 1 + libavformat/rawenc.c | 13 + 2 files changed, 14 insertions(+) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index adcc8d9..c17cdc2 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c

[FFmpeg-devel] [PATCH v7 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-06 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 41 +++ doc/general.texi | 14 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 303

[FFmpeg-devel] [PATCH v7 2/2] lavf: add raw avs2 muxer

2018-09-06 Thread hwren
Signed-off-by: hwren --- libavformat/allformats.c | 1 + libavformat/rawenc.c | 13 + 2 files changed, 14 insertions(+) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index adcc8d9..c17cdc2 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c

[FFmpeg-devel] [PATCH v6 2/2] lavf: add raw avs2 muxer

2018-09-05 Thread hwren
Signed-off-by: hwren --- libavformat/allformats.c | 1 + libavformat/rawenc.c | 13 + 2 files changed, 14 insertions(+) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index adcc8d9..c17cdc2 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c

[FFmpeg-devel] [PATCH v6 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-05 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 34 ++ doc/general.texi | 14 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 290

[FFmpeg-devel] [PATCH v5 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-05 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 38 +++ doc/general.texi | 14 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 291

[FFmpeg-devel] [PATCH v5 2/2] lavf: add raw avs2 muxer

2018-09-05 Thread hwren
Signed-off-by: hwren --- libavformat/allformats.c | 1 + libavformat/rawenc.c | 13 + 2 files changed, 14 insertions(+) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index adcc8d9..c17cdc2 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c

[FFmpeg-devel] [PATCH v4 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-02 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 40 +++ doc/general.texi | 14 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 319

[FFmpeg-devel] [PATCH v4 2/2] lavf: add raw avs2 muxer

2018-09-02 Thread hwren
Signed-off-by: hwren --- libavformat/allformats.c | 1 + libavformat/rawenc.c | 13 + 2 files changed, 14 insertions(+) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index adcc8d9..c17cdc2 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c

[FFmpeg-devel] [PATCH v3 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-09-01 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 40 +++ doc/general.texi | 14 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 320

[FFmpeg-devel] [PATCH v3 2/2] lavf: add raw avs2 muxer

2018-09-01 Thread hwren
Signed-off-by: hwren --- libavformat/allformats.c | 1 + libavformat/rawenc.c | 13 + 2 files changed, 14 insertions(+) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index adcc8d9..c17cdc2 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c

[FFmpeg-devel] [PATCH v2 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-08-31 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 40 ++ doc/general.texi | 14 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 330

[FFmpeg-devel] [PATCH v2 2/2] lavf: add raw avs2 muxer

2018-08-31 Thread hwren
Signed-off-by: hwren --- libavformat/allformats.c | 1 + libavformat/rawenc.c | 13 + 2 files changed, 14 insertions(+) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index adcc8d9..c17cdc2 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c

[FFmpeg-devel] [PATCH v1 1/2] lavc, doc, configure: add libxavs2 video encoder wrapper

2018-08-31 Thread hwren
Signed-off-by: hwren --- Changelog | 1 + configure | 4 + doc/encoders.texi | 40 ++ doc/general.texi | 14 ++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libxavs2.c | 341

  1   2   >