RSS feed
ce7b00ea
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 09:20
Get rid of an unnecessary cast by declaring the right pointer type
09b45e3e
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/03/07 06:02
Merge pull request #440 from licaiguo/refine-pps-sps
fb4f677f
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/03/07 04:18
Merge pull request #446 from mstorsjo/remove-unnecessary-public-param
656e4c5c
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 07:00
Move the iCountThreadsNum field to SWelsSvcCodingParam
94a0eaf1
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/07 15:40
Merge pull request #444 from mstorsjo/update-readme-neon
355bbacc
– volvet <qizh@cisco.com>
authored
on 2014/03/07 13:25
Merge pull request #443 from mstorsjo/rerun-mktargets
3382e8f8
– volvet <qizh@cisco.com>
authored
on 2014/03/07 13:24
Merge pull request #441 from mstorsjo/remove-stray-macro-parameters
ffde7b2e
– volvet <qizh@cisco.com>
authored
on 2014/03/07 13:14
Merge pull request #442 from mstorsjo/unify-thread-cleanup
a1276908
– volvet <qizh@cisco.com>
authored
on 2014/03/07 11:51
Merge pull request #430 from licaiguo/android-use-stlport-for-ut
38a3fada
– volvet <qizh@cisco.com>
authored
on 2014/03/07 11:47
Merge pull request #435 from mstorsjo/threadlib-wait-single-unix
1b9aae84
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/07 11:36
Merge pull request #439 from zhilwang/mc-arm-asm
ba02f113
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/07 11:35
Merge pull request #438 from ruil2/encoder_update
b3c45946
– ruil2 <ruil2@cisco.com>
authored
on 2014/03/07 11:29
modify typing format
e5f36822
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/07 11:22
Update targets.mk files
d986c27b
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/07 11:11
remove mc_neon.S from encoder
f0c6c2b3
– ruil2 <ruil2@cisco.com>
authored
on 2014/03/07 10:59
Merge branch 'master' of https://github.com/cisco/openh264 into encoder_update
d5268779
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 09:10
Update the readme, indicating that ARMv7 NEON optimizations are available now
71467f94
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/07 07:18
mv mc_neon.S to common,add MC arm code to encoder
64b4556d
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 06:30
Rerun mktargets.sh
a4cecd80
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/07 05:58
Merge pull request #426 from volvet/simplify-layer-process
5b8ee371
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 18:02
Merge WelsThreadDestroy into WelsThreadJoin
b4aa9be7
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 17:57
Use WelsThreadJoin on windows as well
181fe0a9
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 18:19
Enable multithreading on android
474deacd
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 17:55
Remove the now unused thread cancellation support
baaa3873
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 17:54
Use pExitEncodeEvent instead of thread cancellation on unix as well
14f5518e
– volvet <qizh@cisco.com>
authored
on 2014/03/07 05:41
Merge pull request #437 from mstorsjo/fix-arm-encoder-android
c87bb2b4
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 04:59
Remove unused/undeclared arm assembly macro parameters
594fc4fe
– ruil2 <ruil2@cisco.com>
authored
on 2014/03/07 05:23
dump file refactor
06fbf808
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/03/07 04:17
Merge pull request #451 from mstorsjo/install-static-only
a614ee1b
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 10:10
Add separate install-static and install-shared targets
76325102
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/03/07 04:17
Merge pull request #450 from mstorsjo/publish-slice-mode-enum
f6249271
– volvet <qizh@cisco.com>
authored
on 2014/03/07 19:27
Merge pull request #449 from mstorsjo/avoid-opaque-pointer
7db269f0
– volvet <qizh@cisco.com>
authored
on 2014/03/07 19:15
Merge pull request #447 from mstorsjo/remove-misleading-cast
014f4d82
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 07:13
Merge the slice mode comments with the enum
a93dd7ca
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 07:09
Use the slice mode enum in BaseEncoderTest
5f1c2078
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 07:09
Move the slice mode enum to the public header
495a4a39
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 09:16
Make ParamValidationExt use the actual type instead of a void pointer
555bf634
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/07 07:17
Remove a misleading cast
b3fa8dd3
– volvet <qizh@cisco.com>
authored
on 2014/03/07 04:15
Merge pull request #418 from mstorsjo/ios-neon-detection
8ad9e0b6
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/06 17:05
use temp buffer to store new arrived PPS/SPS
8a3518f7
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/06 16:50
set bAuReadyFlag to true when we meet a PPS
11bdebb1
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 06:47
Explicitly enable the UAL syntax when using gnu tools
c0043f70
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 06:55
Use the three-operand form of add/sub with shift
f1502c26
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 06:46
Don't use WELS_ASM_FUNC_END in the middle of a function
8ba79262
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 06:39
Rename a function to avoid conflicts between almost duplicate neon functions
4e4bfcc1
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 06:16
Regenerate makefiles to include the encoder arm assembly
45e059ec
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 06:19
Rename expand_picture.S to expand_picture_neon.S
201ab42d
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/06 11:51
Merge pull request #431 from huili2/large_to_small_sps_bug
8cc332de
– volvet <qizh@cisco.com>
authored
on 2014/03/06 11:50
Merge pull request #432 from zhilwang/arm-asm
73452e09
– volvet <qizh@cisco.com>
authored
on 2014/03/06 11:01
Merge pull request #429 from mstorsjo/simplify-ifdef-with-macro
636df2be
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 17:45
Use WelsMultipleEventsWaitSingleBlocking within the worker thread on unix as well
801da26d
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 17:45
Use WelsMultipleEventsWaitSingleBlocking with a master event for waiting on finished threads
d0a81355
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 11:33
Add support for using a separate "master event" in WelsMultipleEventsWait*Blocking
de32455d
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/03 16:33
Remove the timeout parameter from WelsMultipleEventsWaitSingleBlocking
7bfe8018
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/06 09:55
Remove trailing space
67534b0f
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/06 09:30
arm asm code refine.
28a56a67
– ruil2 <ruil2@cisco.com>
authored
on 2014/03/06 09:05
Merge pull request #415 from volvet/remove-useless-mgs-code
8313e015
– ruil2 <ruil2@cisco.com>
authored
on 2014/03/06 09:04
Merge pull request #427 from volvet/clean-encode-cfg
a59c8ea0
– ruil2 <ruil2@cisco.com>
authored
on 2014/03/06 09:04
Merge pull request #428 from sijchen/read_para3
54c63e25
– volvet <qizh@cisco.com>
authored
on 2014/03/06 08:55
Merge pull request #423 from licaiguo/refine-android-build-pr
a17dd825
– volvet <qizh@cisco.com>
authored
on 2014/03/06 08:48
clean encode cfg files
a4a8eddb
– sijchen <sijchen@cisco.com>
authored
on 2014/03/06 08:48
add new para reading to get accord with the new API design
d2921790
– volvet <qizh@cisco.com>
authored
on 2014/03/06 08:39
Merge pull request #424 from ruil2/encoder_interface
50fe120a
– volvet <qizh@cisco.com>
authored
on 2014/03/06 06:19
simplify-layer-process
f176bf56
– ruil2 <ruil2@cisco.com>
authored
on 2014/03/06 05:28
modify welsenc.cfg for parameters update
334c5765
– ruil2 <ruil2@cisco.com>
authored
on 2014/03/06 05:26
remove inter-deblock related parameters
8beb3c8c
– volvet <qizh@cisco.com>
authored
on 2014/03/06 04:13
Merge pull request #417 from mstorsjo/unify-event-init
61dae45f
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/06 04:07
Merge pull request #421 from mstorsjo/android-x86-build
fd6f8a83
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/02 18:32
Use a macro for conditionally logging based on ENABLE_TRACE_MT
2f2801dc
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/03/06 03:02
Merge pull request #434 from mstorsjo/threadlib-core-count-android
276b585f
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/04 18:52
Use the cpu-features NDK library for detecting the number of cores in WelsThreadLib
bd8b6af2
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/03/06 03:01
Merge pull request #436 from mstorsjo/fix-endif-comment
ce4fa9e2
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 09:18
Correct the endif comment
8a7a9195
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/05 18:14
remove unused function
4260a9b2
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/05 17:59
remove CS and RS syntaxs for issue 373
36ae8d9f
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/05 17:15
use stlport to replace libgnuc++, this remove GCCVERSION variable
585c526b
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/05 12:32
rebase on latest code, refine android build
e7cc8c27
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/05 11:54
Add arm asm code for processing.
506826a8
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 10:17
Fix building android on x86
7ea70491
– volvet <qizh@cisco.com>
authored
on 2014/03/05 12:40
Merge pull request #411 from mstorsjo/arm-add-func-markers
eb3dd8f0
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/05 12:12
Merge pull request #416 from huili2/move_iTotalNumMbRec_to_pCtx
e9395bbd
– volvet <qizh@cisco.com>
authored
on 2014/03/05 10:17
remove un-supported mgs code
adb27ff0
– volvet <qizh@cisco.com>
authored
on 2014/03/05 07:31
Merge pull request #405 from mstorsjo/simplify-threads
f384dde8
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/01 18:35
Add .func/.endfunc markers in the arm assembly
ced9e41b
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/05 05:45
Merge pull request #399 from volvet/refine-multi-layer-process
248f324c
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/05 05:04
Add intra predictor arm asm code.
efcee636
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/04 11:53
Remove .DS_Store file.
bb244d73
– Licai Guo <guolicai@gmail.com>
authored
on 2014/03/04 11:49
Partly add arm asm code to encoder.
ef7e05d4
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/28 20:35
Use the __ARM_NEON__ built-in compiler define for identifying neon capability on iOS
d4bdef29
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/02 18:23
Use an event name that contains the process id
4814d582
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/02 18:13
Use unnamed semaphores on linux
5480ffaf
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/02 18:09
Use the WelsEventOpen interface with an event name on windows as well
7150adc9
– volvet <qizh@cisco.com>
authored
on 2014/03/05 04:18
Merge pull request #407 from mstorsjo/do-blocking-wait
4f535e31
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/03/05 02:11
Merge pull request #420 from mstorsjo/simplify-x86-asm-flags
0df3a068
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 10:02
Don't add -DNO_DYNAMIC_VP to ASMFLAGS
4b97d2d4
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/03/05 02:08
Merge pull request #414 from mstorsjo/unix-newlines
97376c63
– volvet <qizh@cisco.com>
authored
on 2014/03/05 17:13
Merge pull request #413 from mstorsjo/remove-commented-code
420cfb0f
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/05 04:24
Convert encoder config files to unix newlines
04917cd1
– Martin Storsjö <martin@martin.st>
authored
on 2014/03/02 17:47
Remove commented out, unused code
8f981a42
– Licai Guo <licaguo@cisco.com>
authored
on 2014/03/05 01:16
Merge pull request #409 from mstorsjo/exclude-arm-header
Next