shithub: openh264

RSS feed

84c1f3a4 – ruil2 <ruil2@cisco.com> authored on 2014/06/11 09:25
Merge pull request #945 from mstorsjo/log-callback

7574e5c1 – huili2 <huili2@cisco.com> authored on 2014/06/11 09:14
Merge pull request #953 from ruil2/codec_fix

a79c54cd – ruil2 <ruil2@cisco.com> authored on 2014/06/11 08:04
fix a typo

587a8b20 – ruil2 <ruil2@cisco.com> authored on 2014/06/11 06:43
Merge pull request #951 from dongzha/AddArm64UnitTestEP

fa137a93 – dongzhang <dongzha@cisco.com> authored on 2014/06/11 05:56
Ignore a special case for expand chroma picture under X86_ASM

090229f8 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 11:09
Add public options for setting a log callback

dc91e095 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 10:50
Integrate the lone function from logging.cpp into welsCodecTrace.cpp

6e5f3121 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 10:47
Add a method for overriding the logging function in welsCodecTrace

ce8065fe – Martin Storsjö <martin@martin.st> authored on 2014/06/10 10:43
Don't use global variables in welsCodecTrace

cb5ee6c2 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 10:37
Remove the global log callback function

b2cf56c6 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 10:34
Set a log context in the decoder

9583ac4d – Martin Storsjö <martin@martin.st> authored on 2014/06/10 08:35
Set and use a proper log context in the encoder

8bac9315 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 10:06
Expose a SLogContext from welsCodecTrace

4e428ab0 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 08:29
Add a log context to the encoder and decoder contexts

c8b81b42 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 08:13
Only keep one single trace function pointer in welsCodecTrace

20e889fa – Martin Storsjö <martin@martin.st> authored on 2014/06/10 08:11
Change CM_WELS_TRACE to take a plain string, not a format and variadic arguments

5e22d536 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 08:07
Remove the unused level parameter to welsStderrLevelTrace

cfc93676 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 07:40
Remove WelsStderrSetTraceLevel

90be3d82 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 07:39
Don't treat log levels as a bitmask

0628c9b1 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 11:02
Set the trace level in the decoder console app via a proper option

573dad7d – Martin Storsjö <martin@martin.st> authored on 2014/06/10 10:54
Add a decoder option for setting the trace level

77c3594e – Martin Storsjö <martin@martin.st> authored on 2014/06/10 10:58
Actually set the trace level in the encoder console app

c4a59690 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 11:19
Allow setting the trace level before initializing the encoder

1bccef94 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 11:30
Read the right command line arguments in h264dec.cpp

4f1ea1c4 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 07:35
Remove some unused typedefs

e388bfc3 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/06/10 16:04
Merge pull request #939 from mstorsjo/fix-msvc-build

314f7323 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 06:41
Use the ENFORCE_STACK_ALIGN_2D instead of the compiler-specific align attribute

5cad8a60 – ruil2 <ruil2@cisco.com> authored on 2014/06/10 12:53
Merge pull request #941 from mstorsjo/test-multilayer-bitrate

f9b7746e – ruil2 <ruil2@cisco.com> authored on 2014/06/10 12:52
Merge pull request #942 from mstorsjo/log-cleanup

eb889c95 – ruil2 <ruil2@cisco.com> authored on 2014/06/10 07:12
Merge pull request #938 from dongzha/AddArm64UnitTestEP

5f65de0e – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/06/10 07:04
Merge pull request #944 from mstorsjo/ios-test

1b3dca6b – Martin Storsjö <martin@martin.st> authored on 2014/06/10 12:10
Build libgtest.a and libopenh264.a when doing "make test" for iOS

19ea4244 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 06:57
Set a sensible total bitrate when testing multilayer encoding

1d679a83 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/06/10 07:02
Merge pull request #940 from mstorsjo/minor-cleanup

65616c2c – Martin Storsjö <martin@martin.st> authored on 2014/06/10 06:25
Use a more descriptive include guard in the welsEncoder/DecoderExt.h files

e6ba730c – Martin Storsjö <martin@martin.st> authored on 2014/06/10 06:17
Remove a misleading comment

1ea50e20 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 06:55
Fix a typo, setttings -> settings

a6ebecd7 – huili2 <huili2@cisco.com> authored on 2014/06/10 06:55
Merge pull request #936 from ruil2/trace_cleanup

ee434189 – huili2 <huili2@cisco.com> authored on 2014/06/10 06:55
Merge pull request #937 from ruil2/enc_warnings_1

cc65a1d7 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 05:51
Don't include a [ENCODER]: prefix in all logging

17fc6bd6 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 05:39
Remove the unnecessary method WelsTraceModuleIsExist(), which always returned true

d9348844 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 05:35
Remove some commented out lines

968d8704 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 05:49
Remove an unnecessary local function

40af75c1 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 05:48
Remove the unnecessary WelsSet/GetLogLevel functions

5aa7cded – ruil2 <ruil2@cisco.com> authored on 2014/06/10 06:39
clean build warning related encoder

4c12f897 – ruil2 <ruil2@cisco.com> authored on 2014/06/10 06:24
cleanup trace module

eceb4e51 – ruil2 <ruil2@cisco.com> authored on 2014/06/10 06:22
Merge pull request #933 from huili2/fix_bug_UT_GetIntraPred

88e7637a – ruil2 <ruil2@cisco.com> authored on 2014/06/10 06:22
Merge pull request #935 from lyao2/pskip_commit_

cf9e21fe – dongzhang <dongzha@cisco.com> authored on 2014/06/09 12:56
add ARM32/64 Unit Test for Expand Picture

41f3e2e0 – lyao2 <lyao2@LYAO2-WS01.cisco.com> authored on 2014/06/10 05:37
remove ubuntu build warning

9f822f13 – huili2 <huili2@cisco.com> authored on 2014/06/10 05:32
Merge pull request #932 from dongzha/AddArm64UnitTestMC

ba1de16a – Martin Storsjö <martin@martin.st> authored on 2014/06/10 05:28
Make internal logging variables static

ab4fe3fd – Martin Storsjö <martin@martin.st> authored on 2014/06/10 05:27
Remove an unused variable

01322d11 – huili2 <huili2@cisco.com> authored on 2014/06/09 14:12
fix memory leak in EncUT_GetIntraPredictor

cc66c999 – ruil2 <ruil2@cisco.com> authored on 2014/06/09 12:27
Merge pull request #930 from mstorsjo/cleanup-asm

d516a1aa – ruil2 <ruil2@cisco.com> authored on 2014/06/09 12:19
Merge pull request #929 from lyao2/pskip_commit_