RSS feed
01a50276
– xiaotianshi2 <xiaotianshimail2@gmail.com>
authored
on 2020/09/13 06:21
update readFrame for thread-decoding test and unit test cases.
e793bd35
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/09/10 05:09
Merge pull request #3332 from xiaotianshi2/threading-decoding-fixes
a87c1536
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/09/08 05:47
Merge pull request #3331 from xiaotianshi2/thread-decoding-framecrop-issue
2c2043aa
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/09/08 05:46
Merge pull request #3330 from xiaotianshi2/deblocking_performance_update
006d982f
– xiaotianshi2 <xiaotianshimail2@gmail.com>
authored
on 2020/09/07 11:47
1. fix readPicture in h264dec.cpp for multi-slice parser and add support for nal_deliminator.
12464197
– xiaotianshi2 <xiaotianshimail2@gmail.com>
authored
on 2020/09/07 07:22
fix thread-decoding: frame-cropping information is not transfered to other threads in time.
f02cf48c
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/09/07 06:16
Merge pull request #3321 from xiaotianshi2/oss_fuzz_issue_24459
7f7f69f5
– xiaotianshi2 <xiaotianshimail2@gmail.com>
authored
on 2020/09/07 05:45
update B-frame deblocking MACRO: using "||" instead of "|" for performance reason.
cc92c7db
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/09/07 05:38
Merge pull request #3315 from xiaotianshi2/issue_3269_b_frame_deblocking
1bb7efa1
– xiaotianshi2 <xiaotianshimail2@gmail.com>
authored
on 2020/08/01 15:09
fix oss-fuzz issue 24459: Timeout due to too many calls to ResetDecoder.
885b31f2
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/31 06:18
Merge pull request #3316 from fermay/master
62e4d27e
– mfei <mfei@cisco.com>
authored
on 2020/07/22 12:27
support build binaries for arm/aarch64 Linux
4f0b2d17
– xiaotianshi2 <xiaotianshimail2@gmail.com>
authored
on 2020/07/19 13:45
fix issue 3269: Boundary strength is incorrect for P16x16 in B-Frame.
87471b65
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/16 17:43
Merge pull request #3301 from nirbheek/support-windows-uwp-arm64
ee0efbb9
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/16 17:43
Merge pull request #3312 from xiaotianshi2/update_readPicture_for_thread_decoding_clean
96819a63
– Nirbheek Chauhan <nirbheek@centricular.com>
authored
on 2020/06/17 17:35
meson: Bump req to 0.50, support Windows ARM/ARM64, update CI
5d38e358
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/15 05:28
Merge pull request #3308 from tp-m/fix-meson-warnings
eb55237f
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/15 05:15
Merge pull request #3288 from gxw-loongson/master
b048f78e
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/15 05:13
Merge pull request #3267 from bkuhls/mips
da5f38c9
– xiaotianshi2 <xiaotianshimail2@gmail.com>
authored
on 2020/07/14 18:19
update readPicture to make it to read one complete frame at a time for the support of thread-decoding of multi-slice frame.
418b00ee
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/08 04:54
Merge pull request #3256 from ystreet/automatic-gtest-dep
cabcddda
– Tim-Philipp Müller <tim@centricular.com>
authored
on 2020/07/07 15:06
meson: fix warnings when copying headers into the builddir
19db13a5
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/06 13:21
Merge pull request #3304 from alatiera/alatiera/dangling-else
e5b72f32
– Jordan Petridis <jpetridis@gnome.org>
authored
on 2020/07/01 09:50
DecUT_ParseSyntax.cpp: avoid dangling-else warning in if statements
69db7f67
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/29 05:15
Merge pull request #3302 from xiaotianshi2/threading-decoding-update
b1ce6997
– xiaotianshi2 <xiaotianshimail2@gmail.com>
authored
on 2020/06/28 13:19
Add thread decoding support for multi-slice frame. Note: In each call to DecodeFrameNoDelay, iSrcLen must be the byte-size of one coded video frame.
e1b8cd20
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/24 09:38
Merge pull request #3247 from ystreet/meson-android-ios-macos
81037cce
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/24 05:32
Merge pull request #3293 from xiaotianshi2/issue_20491
8ee4ce5c
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2020/06/06 17:58
Fix oss-fuzz reported issue 20491.
ae2326c1
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/03 13:10
Merge pull request #3291 from tp-m/fix-non-ascii-characters-in-source-code
34b994f6
– Tim-Philipp Müller <tim@centricular.com>
authored
on 2020/05/31 08:31
Fix MSVC compiler warnings about non-ASCII characters in the source
60c7e832
– gxw <guxiwei-hf@loongson.cn>
authored
on 2020/05/18 11:30
codec/common: [MIPS] Add msa deblock and copy_mb optimization.
67e41d9f
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/05/28 05:05
Merge pull request #3175 from ffontaine/master
76dd0877
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/05/18 03:51
Merge pull request #3249 from borzun/fix-decoder-win32-linker-errors
482387bd
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/30 05:08
Merge pull request #3278 from fulinjie/pr-log_level
f8cea450
– Linjie Fu <linjie.fu@intel.com>
authored
on 2020/04/28 20:31
encoder_ext: modify the verbosity level for QP changing
f74c9201
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/24 10:14
Merge pull request #3265 from mcatanzaro/mcatanzaro/abi6
7e4a89c1
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/24 10:11
Merge pull request #3263 from mcatanzaro/patch-1
1a5d6257
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/24 11:16
Merge pull request #3275 from huili2/fix_sha_error
b3af491e
– huili2 <huili2@cisco.com>
authored
on 2020/04/23 00:58
fix sha mismatch error due to travis failure and turn of TemporalLayerSettingTest UT
656b00eb
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/22 10:25
Merge pull request #3272 from mstorsjo/fix-test-refs
d14e714d
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/22 07:11
Merge pull request #3144 from disigma/master
6eb5632f
– Martin Storsjö <martin@martin.st>
authored
on 2020/04/20 20:48
Fix test references after pull request #3266
82d5cd90
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/20 06:26
Merge pull request #3266 from fulinjie/pr-multi_refs_encode
24d4f0fe
– Bernd Kuhls <bernd.kuhls@t-online.de>
authored
on 2020/04/13 08:03
fix mips build
f797bfdd
– Linjie Fu <linjie.fu@intel.com>
authored
on 2020/04/10 13:19
codec/encoder: loose the reference check
78a34c5c
– Linjie Fu <linjie.fu@intel.com>
authored
on 2020/04/10 13:13
codec/encoder: fix multi refs encoding support for FFmpeg
975a3f88
– Michael Catanzaro <mcatanzaro@gnome.org>
authored
on 2020/04/07 11:24
Bump ABI to version 6
5cc7cd91
– Michael Catanzaro <mcatanzaro@gnome.org>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/06 15:20
Update version number in meson.build
aa3a8991
– Matthew Waters <matthew@centricular.com>
authored
on 2020/03/26 07:00
meson: disable tests automatically it gtest is not found
6ea8b264
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/03/24 07:32
Merge pull request #3252 from ycqian/v2.1.0
be9a1da2
– yanqian <yanqian@cisco.com>
authored
on 2020/03/24 06:36
add v2.1.0 binaries link in releasenote
03ef2d4c
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/03/22 05:52
Merge pull request #3246 from gxw-loongson/master
7dbe93ac
– Bohdan Kurylovych <33369297+borzun@users.noreply.github.com>
authored
on 2020/03/10 20:42
Fix linker errors in win32 WelsDecoder.sln
3bb5112c
– Matthew Waters <matthew@centricular.com>
authored
on 2020/03/10 08:06
meson: add support for android, ios, macos
ee596d6a
– gxw <guxiwei-hf@loongson.cn>
authored
on 2020/03/04 10:47
Using and operation when detecting Loongson mmi instructions
cf5a112b
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/03/04 04:31
Merge pull request #3242 from ycqian/v2.1.0
4e20544d
– yanqian <yanqian@cisco.com>
authored
on 2020/03/03 11:15
update v2.1.0 ReleasNote
a1e01544
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/26 09:51
Merge pull request #3241 from GuangweiWang/fix-android-ub-build-issue
1896ed23
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/26 09:50
Merge pull request #3240 from ycqian/public-release-update-version-2.1.0
55118743
– wme-jenkins.gen <wme-jenkins.gen@cisco.com>
authored
on 2020/02/26 13:12
update version to 2.1.0
5a9ee4e4
– guangwwa <guangwwa@cisco.com>
authored
on 2020/02/26 05:07
fix ut build issue for android
1ddfe902
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/19 04:06
Merge pull request #3236 from huili2/fix_ubsan_ut_failure
463cea97
– Wayne Liu <huili2@cisco.com>
authored
on 2020/02/19 03:56
fix ubsan failure in UT
e9d21a45
– YangChun Qian <yanqian@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/18 10:21
Merge pull request #3235 from huili2/ubsan_ut_failure_fix
55932a91
– Wayne Liu <huili2@cisco.com>
authored
on 2020/02/18 09:43
fix ubsan failure in UT
b5cf2ca4
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/17 12:56
Merge pull request #3233 from mstorsjo/pkgconf-libdir
5f1a94f0
– Martin Storsjö <martin@martin.st>
authored
on 2020/02/17 06:25
Fix libdir path in pkg-config files when built with make
aa2a9914
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/17 04:50
Merge pull request #3230 from CapOM/meson_libdir_option
df815186
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/17 03:44
Merge pull request #3213 from mstorsjo/remove-leftover-printf
d6788a6f
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/17 03:43
Merge pull request #3232 from xiaotianshi2/fix-osx-thread-testcase
6cca51ac
– xiaotianshimail2 <xiaotianshimail2@gmail.com>
authored
on 2020/02/13 05:53
fix osx thread testcase.
0c0199b9
– Julien Isorce <jisorce@oblong.com>
authored
on 2020/01/28 09:08
meson: fix libdir in openh264.pc.in
43c5d26b
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/01/28 02:21
Merge pull request #3224 from xiaotianshi2/oss_fuzz_issue_18747_18864
a93572ed
– Fabrice Fontaine <fontaine.fabrice@gmail.com>
authored
on 2019/10/08 16:18
Add USE_STACK_PROTECTOR option
e43d14d5
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/12/23 10:48
Merge pull request #3225 from gxw-loongson/master
97f795c4
– gxw <guxiwei-hf@loongson.cn>
authored
on 2019/10/22 15:20
Adjust the mmi/msa detection mode for mips platform.
6fe22993
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/12/18 03:51
Merge pull request #3162 from philn/meson-optional-tests
1a287c68
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/12/17 09:48
Merge pull request #3165 from Othko97/coldtom/bump-meson-version
55fa0e12
– Philippe Normand <philn@igalia.com>
authored
on 2019/08/24 04:33
Travis: Update To Xenial and Meson 0.47.
f5cc1c08
– Philippe Normand <philn@igalia.com>
authored
on 2019/08/13 06:03
meson: New build option to enable/disable tests
fb832871
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/12/11 10:06
fix oss-fuzz issues 18747 and 18864.
49ca1f76
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/12/11 06:45
Thread decoding deblocking update by setting pNzc array for neighboring MBs.
544797f1
– Martin Storsjö <martin@martin.st>
authored
on 2019/12/02 05:33
Remove a leftover printf from a test
3f28643f
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/12/02 04:14
Merge pull request #3212 from xiaotianshi2/thread_unit_test_good
16a9ed8b
– xiaotian.shi <xiaotianshimail@gmail.com>
authored
on 2019/11/26 10:41
add thread decoding unit test.
ffdf9127
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/11/25 08:10
Fix a few more fixes found during creating thread unit tests.
e3882540
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/22 05:27
Merge pull request #3209 from xiaotianshi2/thread_fixes
aae33c04
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/11/20 10:39
Fix a thread buffering bug: a few yuv frames at output can be dropped due to unexpected pDst reset. This is resolved by moving pDst into SBufferInfo data structure.
cae50c78
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/18 04:03
Merge pull request #3204 from xiaotianshi2/issue_3203
2f262a0c
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/18 03:57
Merge pull request #3207 from xiaotianshi2/thread_commit_additional2
ffba9644
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/11/15 10:37
Fix a few test cases in UT for thread decoding.
e7f5f6a0
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/11/11 06:18
Threaded decoding enhancement:
033c6a04
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/07 11:49
Merge pull request #3198 from xiaotianshi2/thread_commit_5_updated
9e005f4d
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/11/07 06:11
fix issue 3203 - oss-fuzz reported bug 18747 which was not fixed in by the commit for fixing the issue 3197.
d0345427
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/11/05 04:02
fix fuzz issues 18744, 18746 and 18747 by clearing info of buffered video frames when decreasing DPB buffers.
392f0bcc
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/04 18:21
Merge pull request #3192 from mstorsjo/android-includes
776954f0
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/04 18:20
Merge pull request #3191 from xiaotianshi2/thread_commit_4_upated
b523d586
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/04 09:29
Merge pull request #3194 from xiaotianshi2/issue_3193
5dabfa1e
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/11/03 14:09
replace magic number 17 with MAX_DPB_COUNT.
Next