shithub: openh264

RSS feed

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

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