RSS feed
b73c43e8
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/05/07 13:04
Merge pull request #3131 from aiszhang/patch-2
baf102a7
– aiszhang <aiszhang@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/05/07 11:14
Update RELEASES
ed7526a2
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/04/24 11:58
Merge pull request #3125 from xiaotiansf/LastFixes
a78d18a4
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/04/23 17:24
Fix oss-fuzz reported bug 14423 which is caused by the fix of 14267 in DecreasePicBuff.
b4612e76
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/04/23 05:08
Merge pull request #3123 from xiaotiansf/LastFixes
ccb105af
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/04/21 10:13
Better way to fix oss-fuzz reported bug 14267 by re-assigning reference's references after memory reallocations in DecreasePicBuff instead of just reset.
6aaa51dc
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/04/20 20:07
Additional fix for oss-fuzz 14267. moving up the removing reference's references
45056417
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/04/19 18:00
Fix oss-fuzz newly reported bug 14267. reset reference's references after call DecreasePicBuff when new sequence arrives
dedc305a
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/04/05 06:33
Merge pull request #3119 from xiaotiansf/LastFixes
7a1edbaf
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/04/04 07:30
fix oss-fuzzer reported bug 14060 by resetting decoder in time based on the error conditions.
2ddeb703
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/04/03 09:55
Merge pull request #3118 from xiaotiansf/LastFixes
c210ef7f
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/04/03 09:10
removed the usage of magic number in the fix of issue 14035.
48a90c47
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/04/03 06:53
Fix oss-fuzzer 14035. Reset all B-frame's reference's references when IDR is lost to prevent temporal prediction from trying to access lost references.
2f9ed225
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/04/02 05:11
Merge pull request #3117 from xiaotiansf/LastFixes
fbb525f8
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/03/28 17:55
Fix oss-fuzz reported bug 13941 Heap-use-after-free in WelsDec::MapColToList0.
72780ebd
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/19 10:12
Merge pull request #3111 from mstorsjo/stack-protector-msvc
1b0576f9
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/19 10:12
Merge pull request #3112 from centricular/misc-fixes
a2158aca
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/19 10:07
Merge pull request #3115 from xiaotiansf/LastFixes
eb254197
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/18 05:42
Merge pull request #3113 from centricular/disambiguate-ref-pics
398da807
– Jan Schmidt <jan@centricular.com>
authored
on 2019/02/26 21:06
deblocking: Disambiguate reference pictures
59f91beb
– Jan Schmidt <jan@centricular.com>
authored
on 2019/03/13 11:43
Revert "enable bs test in UT"
96991e2c
– Jan Schmidt <jan@centricular.com>
authored
on 2019/02/26 21:17
parse_mb_syn_cavlc: Commenting updates
fe5a2ac3
– Jan Schmidt <jan@centricular.com>
authored
on 2019/02/26 21:14
deblocking: make some functions static
8e447344
– Jan Schmidt <jan@centricular.com>
authored
on 2019/02/26 21:11
decode_slice: Fix some typos in debug messages
8c006e24
– Jan Schmidt <jan@centricular.com>
authored
on 2019/02/26 21:09
decode_slice: Rename ComputeColocated
1bf04b1f
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/03/15 11:12
Prevent decoded pictures of Scalable Baseline Profile (83) (no b-frame) stream from being buffered for reordering. fix "dec crash for spec bitstream (gop2.h264) cisco#3110".
3bf69ad5
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/03/15 11:09
try to use decoder error conditions to determine how to continue instead of trying to loacate deleted references.
a6787120
– Martin Storsjö <martin@martin.st>
authored
on 2019/03/15 06:36
Move -fstack-protector-all to platform specific makefiles
579a5bc6
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/14 09:50
Merge pull request #3104 from GuangweiWang/stack-protection
8034863e
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/14 09:38
Merge pull request #3109 from xiaotiansf/NewBugzilla2
fa4bb220
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/03/13 13:08
fix ossz-buzz 13692. validate source yuv pointers before recontructing MBs
80a06fcd
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/03/12 17:58
Fix AddressSanitizer: heap-use-after-free at decoder.cpp:178. New GOP start can be missed if GOP does not start with picture POC = 0 or the picture POC failed to decoder. The fix is to detect GOP change more accurately so that previous pictures can be flushed out immediately.
94f0a175
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/04 05:46
Merge pull request #3095 from dminor/remove-android-compiler-check
569aa5c9
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/04 04:27
Merge pull request #3105 from xiaotiansf/NewBugzilla2
cfb22048
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/03/03 07:04
additional fix for ossz-buzz bug 13457.
4227bead
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/03/01 11:47
Fix ossz-buzz reported bug 13457. (Don't try to dereference never existing P referemece->reference.
f17aa791
– Guangwei <guangwwa@cisco.com>
authored
on 2019/01/23 10:46
enable stack protector
2e5f1b21
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/02/27 09:04
Merge pull request #3100 from xiaotiansf/NewBugzilla2
0fc55022
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/18 09:07
Fix ossz-buzz reported bug 13185: make the code to be more readable.
cbc0adb5
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/18 07:56
Fix ossz-buzz reported bug 13185 by resetting the references of previously deleted references.
19a94866
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/13 07:16
Fix ossz-fuzz reported bug-13001. the fix has added one error code in codec_app_def.h which handles null ptrs in ref pic lists within refCount.
71d619c9
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/12 12:09
Fix Issues 13030 and 13039 in oss-fuzz.
3efc32a1
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/02/09 09:51
Merge pull request #3098 from xiaotiansf/NewBugzilla2
5ae7dc93
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/08 16:11
Fix Bugzilla reported bug 1526107.
c9f6395c
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/08 15:52
Fix Bugzilla reported bug 1526408.
b9f93782
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/02/08 08:47
Merge pull request #3097 from xiaotiansf/NewBugzilla2
27994153
– Dan Minor <daniel.minor@gmail.com>
authored
on 2019/02/08 03:55
Only check for working compiler in NDK if $(CXX) contains slashes
0ffc5ea4
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/08 03:40
Refix Bugzilla reported bug-1525097.
c8767297
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/02/07 03:30
Merge pull request #3093 from xiaotiansf/NewBugzilla
be9c4679
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/02/06 13:07
Merge pull request #3094 from nirbheek/fix-dll-windows
18c3c096
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/06 11:40
coding style consistent by adding {}.
ea99af88
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/06 11:02
Fix Bugzilla reported bug 1522172_2 (second test case) and 1535089.
a1406d55
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/06 09:19
Refix Bugzilla reported bug 1525361 per huili's comment https://github.com/cisco/openh264/pull/3093
96e43f67
– Nirbheek Chauhan <nirbheek@centricular.com>
authored
on 2019/02/05 17:28
meson: Fix generation of import library on Windows
122d6a9f
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/05 12:49
fix newly Bugzilla reported (Feb. 5) bug 1525361.
b49d21c1
– Dan Minor <daniel.minor@gmail.com>
authored
on 2019/02/05 10:37
Remove check for working compiler in NDK
8859924d
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/02/04 16:39
Fix Bugzilla reported bug-1525097.
4eb2db4b
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/02/01 04:49
Merge pull request #3091 from xiaotiansf/NewBugzilla
0fefca2d
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/29 16:17
Additional fix for Bugzilla reported bug-1522172. Do not try tocontinue B-frame temporal direct prediction when previously encountered a concealed errors.
1cf8b7ad
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/29 05:09
Merge pull request #3090 from xiaotiansf/NewBugzilla
cdcb538c
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/26 11:40
Fix new Bugzilla reported bug-1522172
da8dd9d9
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/25 09:10
Merge pull request #3089 from xiaotiansf/NewBugzilla
f7429700
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/23 10:51
Fix new Bugzilla reported bug 1522183
c511746e
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/23 10:25
Fix new Bugzillia reported bug 1522179.
bd8e2995
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/22 16:11
Fix Bugzilla Bug 152676
fd36d2ae
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/22 13:26
Fix Bugzilla Bug 1521684 OpenH264: heap-buffer-overflow in [@ WelsDec::CWelsDecoder::FlushFrame]
316a3ba3
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/15 11:51
Merge pull request #3080 from xiaotiansf/GeneralFix
73647654
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/10 09:17
Merge pull request #3085 from xiaotiansf/Bugzilla
1d357ef6
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/10 05:04
Merge pull request #3084 from huili2/UT_low_memory_fix
9461ae83
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/08 07:32
Bugzilla 1479656, 1485229 and 1486223 fixes without mixing with other update.
26d33465
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/07 13:04
Add 3-cabac and 3-cavlc b-frame temporal direct prediction mode decoding test cases.
fed9213d
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/07 12:04
Fix Ref Picture count check for CAVLC B motion prediction.
d58148cb
– wayne <huili2@cisco.com>
authored
on 2018/12/26 10:10
fix low memory crash issue
c2b00043
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/04 11:20
Implemented a generic way to prevent the queued decoded B-frame buffers from being overwritten.
63a546ee
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/04 09:32
Merge pull request #3081 from cisco/psnr
83a9bf0a
– volvet <volvet2002@gmail.com>
authored
on 2019/01/04 04:41
refine the macro for PSNR calculate
4b8913f3
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/03 09:34
Update and fix temporal direct prediction and fix multi-reference picure re-ordering.
94ffa1f5
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/02 09:58
Merge pull request #3076 from xiaotiansf/GeneralFix
e762f96a
– xiaotiansf <xiaotianshimail@gmail.com>
authored
on 2019/01/02 07:19
Fix modified Colocated MB type for B frame decoding direct prediction mode.
456a6cf3
– sijchen <sijchen@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/02 05:46
Merge pull request #3049 from elesos/master
f1c49808
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/12/28 04:39
Merge pull request #3064 from xiaotianshicomcast/master
d8682891
– xiaotianshicomcast <xiaotian_shi@comcast.net>
authored
on 2018/12/19 10:04
Add clean CAVLC B-Frame decoder support without whitespace change and general fix.
9a81539c
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/11/29 04:16
Merge pull request #3029 from tanderson-google/remove-si
2dbbd45d
– www.elesos.com <895377235@qq.com>
authored
on 2018/11/27 10:50
spell error
3b21a962
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/11/27 05:33
Merge pull request #3047 from elesos/master
6a81f876
– www.elesos.com <895377235@qq.com>
authored
on 2018/11/26 11:04
spell error
e5c80113
– YangChun Qian <yanqian@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/11/05 04:03
Merge pull request #3033 from GuangweiWang/android-ndk-update
d88e0899
– Guangwei <guangwwa@cisco.com>
authored
on 2018/10/16 08:11
add clang support for arm/arm64/x86/x86_64 when NDK version is greater then 17
82e7c88e
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/10/31 06:20
Merge pull request #3018 from mstorsjo/no-threadpool
a3833a39
– huili2 <huili2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/10/15 08:18
Merge pull request #3026 from ycqian/denoisefix
e1fe75dc
– yc qian <yanqian@cisco.com>
authored
on 2018/10/11 13:07
fix denoise loop bug
b722f3ea
– YangChun Qian <yanqian@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/10/12 10:25
Merge pull request #3028 from GuangweiWang/fix-issue-external
5433c8dc
– Guangwei <guangwwa@cisco.com>
authored
on 2018/10/12 06:40
replace gtest master branch with a stable branch
628b0818
– Tom Anderson <thomasanderson@chromium.org>
authored
on 2018/10/12 07:05
Remove exit-time destructor
dd44eea2
– Tom Anderson <thomasanderson@chromium.org>
authored
on 2018/10/12 06:34
Remove static initializer in WelsThreadPool
241e9b77
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/09/30 13:17
Merge pull request #3005 from gxw-loongson/master
c7dbf53b
– guangwei <GuangweiWang@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/09/30 13:17
Merge pull request #3024 from huili2/add_cavlc_b_UT
5364be45
– huili2 <huili2@cisco.com>
authored
on 2018/09/29 11:03
add UT for cavlc_b not support case
4c1642a6
– ruil2 <ruil2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/09/14 05:10
Merge pull request #3020 from mstorsjo/smaller-tests
c1b5edc0
– ruil2 <ruil2@cisco.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/09/14 05:09
Merge pull request #3021 from huili2/enable_bs_for_check
Next