RSS feed
	
	
	
		ec09d67a
		 – xiaotiansf <xiaotianshimail@gmail.com>
 authored
 on 2019/10/30 06:10
		
add support for NAL with duplicated MBs in threaded decoding mode.
		 
	
		b0f95c47
		 – xiaotiansf <xiaotianshimail@gmail.com>
 authored
 on 2019/10/28 08:35
		
Mainly update DecodeCurrentAccessUnit and associated functions to do threaded parallel frame decodings.
		 
	
		8b881445
		 – xiaotiansf <xiaotianshimail@gmail.com>
 authored
 on 2019/10/25 12:10
		
Fix issue 3186 (fuzz 18458). Reset held picture reordering list before calling DestroyPicBuff.
		 
	
		fafdd88d
		 – huili2 <huili2@cisco.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/10/22 06:43
		
Merge pull request #3182 from xiaotianshi2/thread_commit_2
		 
	
		4967d40c
		 – huili2 <huili2@cisco.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/10/21 12:23
		
Merge pull request #3184 from mstorsjo/winapp-threads
		 
	
		8a0074b3
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/10/18 05:04
		
Fix the build for Windows Phone and Windows Store
		 
	
		a5839939
		 – huili2 <huili2@cisco.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/10/21 04:43
		
Merge pull request #3183 from mstorsjo/android-includes
		 
	
		9752e21a
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/10/18 05:19
		
Fix building for android
		 
	
		c1f1619b
		 – huili2 <huili2@cisco.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/10/17 07:06
		
Merge pull request #3179 from xiaotianshi2/thread_commit_1
		 
	
		fd42f04c
		 – xiaotiansf <xiaotianshimail@gmail.com>
 authored
 on 2019/10/16 05:19
		
second commit for threaded decoding support:
		 
	
		2f5ecec9
		 – xiaotiansf <xiaotianshimail@gmail.com>
 authored
 on 2019/10/15 18:23
		
re-structure SWelsDecoderContext and others and prepare for the support of multi-threading support.
		 
	
		9ed97c73
		 – guangwei <GuangweiWang@users.noreply.github.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/09/14 11:38
		
Merge pull request #3150 from gxw-loongson/master
		 
	
		3e120501
		 – huili2 <huili2@cisco.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/07/24 10:39
		
Merge pull request #3155 from xiaotiansf/Bugzilla
		 
	
		cbe5acfb
		 – xiaotiansf <xiaotianshimail@gmail.com>
 authored
 on 2019/07/23 05:07
		
re-fix oss-buzz bug 14423.
		 
	
		b6d3f873
		 – gxw <guxiwei-hf@loongson.cn>
 authored
 on 2019/07/10 09:46
		
codec/common: [loongson] Fix unaligned access in BACKUP_REG.
		 
	
		b682a02a
		 – gxw <guxiwei-hf@loongson.cn>
 authored
 on 2019/07/04 15:09
		
codec/processing: [loongson] Add mmi optimization for m_pfSad.
		 
	
		6482d7b9
		 – huili2 <huili2@cisco.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/06/13 05:27
		
Merge pull request #3140 from aiszhang/patch-1
		 
	
		bff16056
		 – aiszhang <aiszhang@cisco.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/06/13 05:24
		
update v2.0.0 libraries download URL
		 
	
		73c53585
		 – huili2 <huili2@cisco.com>
 authored
 and GitHub <noreply@github.com>
 committed
 on 2019/05/08 11:07
		
Merge pull request #3132 from aiszhang/public-release-update-version-2.0.0
		 
	
		598db3d2
		 – wme-jenkins.gen <wme-jenkins.gen@cisco.com>
 authored
 on 2019/05/08 22:13
		
update version to 2.0.0
		 
	
		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
		 
Next