shithub: openh264

RSS feed

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

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

606e85ed – huili2 <huili2@cisco.com> authored on 2018/09/13 11:24
enable bs test in UT

2795c6e7 – gxw <guxiwei-hf@loongson.cn> authored on 2018/08/22 06:11
codec/common: [loongson] simplified code in asmdefs_mmi.h

c532eb99 – gxw <guxiwei-hf@loongson.cn> authored on 2018/08/15 11:32
codec/decoder: [loongson] add an optimization function

14750b47 – gxw <guxiwei-hf@loongson.cn> authored on 2018/08/13 05:23
Add optimization files for loongson platform

f9b93bc3 – Martin Storsjö <martin@martin.st> authored on 2018/09/13 05:11
Replace the B-frame full file decode tests with Cisco_Men_whisper_640x320_CABAC_Bframe_9.264

906dacd3 – gxw <guxiwei-hf@loongson.cn> authored on 2018/08/10 13:46
Add optimization files in codec/encoder/core/mips

9e2abda7 – gxw <guxiwei-hf@loongson.cn> authored on 2018/08/10 07:22
Add optimization files in codec/common/mips

07cb68d0 – gxw <guxiwei-hf@loongson.cn> authored on 2018/09/12 11:25
build/mktargets.py: [loongson] fixed bug that get mipsfiles from cfiles

648ce235 – ruil2 <ruil2@cisco.com> authored and GitHub <noreply@github.com> committed on 2018/09/12 06:26
Merge pull request #3015 from chezhan3/master

56a721dc – Martin Storsjö <martin@martin.st> authored on 2018/09/03 09:30
Avoid using C++/CX code for threads for Windows Phone/Windows Store/UWP

b9d3d5ad – chezhan3 <chezhan3@cisco.com> authored on 2018/08/29 10:58
replace the improper test sets

bb25519f – ruil2 <ruil2@cisco.com> authored and GitHub <noreply@github.com> committed on 2018/08/27 05:45
Merge pull request #3002 from mstorsjo/fix-c-abi-test

e244a5eb – ruil2 <ruil2@cisco.com> authored and GitHub <noreply@github.com> committed on 2018/08/27 05:44
Merge pull request #3004 from mstorsjo/remaining

263cb539 – sijchen <sijchen@cisco.com> authored and GitHub <noreply@github.com> committed on 2018/08/24 07:32
Merge pull request #3008 from mstorsjo/targets.mk-warning

2fcee023 – sijchen <sijchen@cisco.com> authored and GitHub <noreply@github.com> committed on 2018/08/24 07:31
Merge pull request #3014 from xiaotiansf/master

759821f4 – chezhan3 <chezhan3@cisco.com> authored on 2018/08/23 05:45
add cavlc_bframe and cabac_bframe bitstreams to openh264/res

18d360b5 – xiaotiansf <xiaotianshimail@gmail.com> authored on 2018/08/21 11:01
fix one more Bug-1485134 from Bugzilla reported. Add WELS_B_MB_REC_VERIFY to verify if ref picture is lost

b1653b36 – huili2 <huili2@cisco.com> authored and GitHub <noreply@github.com> committed on 2018/08/21 10:06
Merge pull request #3011 from xiaotiansf/master

e89f8a51 – xiaotiansf <xiaotianshimail@gmail.com> authored on 2018/08/20 06:34
Another try: Fix Bug-1479831.

51a68875 – sijchen <sijchen@cisco.com> authored and GitHub <noreply@github.com> committed on 2018/08/20 03:37
Merge pull request #3012 from chezhan3/master

19b711bd – xiaotiansf <xiaotianshimail@gmail.com> authored on 2018/08/19 20:19
A better way of fixing Bug-1479831 without potential performance hit.

1e0a897c – xiaotiansf <xiaotianshimail@gmail.com> authored on 2018/08/19 18:48
Fix Bugzilla Bug-1479831. Check cabac bytes left, if there is no bytes left, it must return error.

2c6445ea – xiaotiansf <xiaotianshimail@gmail.com> authored on 2018/08/16 13:32
Fix Bugzilla issue: minor. It should always return an error when LIST_1 ref picure 0 is NULL.

b52af6b7 – chezhan3 <chezhan3@cisco.com> authored on 2018/08/16 06:18
remove the test file

1c35d8f2 – chezhan3 <chezhan3@cisco.com> authored on 2018/08/16 06:14
add 3 CAVLC+B frame bitstreams into openh264/res

c066f0e3 – chezhan3 <chezhan3@cisco.com> authored on 2018/08/15 06:39
test CAVLS

Next