RSS feed
fc06d878
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/20 07:00
Pass the right -mfpu flags for the armeabi-v7a target without NEON
b5a9a83c
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/20 06:42
Run ndk-build from the android project top level directory
42e80cec
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/20 06:54
Don't use LOCAL_PATH in LOCAL_SRC_FILES
6ac6b941
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/20 06:41
Don't quote the android building commands in sh -c ''
4d31f668
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/20 06:38
Chain build commands using && instead of ;
34782a84
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/20 11:32
Merge pull request #327 from mstorsjo/ignore-android-files
110bd418
– huili2 <huili2@cisco.com>
authored
on 2014/02/20 10:24
Merge pull request #326 from licaiguo/fix-allocate-large-memory
42cc7163
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/20 09:46
Merge pull request #324 from volvet/add-missed-namespace-for-encoder
ab2e5fe2
– volvet <qizh@cisco.com>
authored
on 2014/02/20 09:40
Merge pull request #321 from licaiguo/add-android-target-option
e565e50d
– volvet <qizh@cisco.com>
authored
on 2014/02/20 09:33
add missed namespace for encoder, remove un-used file
46b9d5d0
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/20 09:17
Merge pull request #323 from huili2/check_bit_read
a921bc65
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/20 06:19
Merge pull request #320 from huili2/mb_residual_size_check
205e48c7
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/20 06:11
Merge pull request #319 from ruil2/encoder_update
3ba6a5f4
– ruil2 <ruil2@cisco.com>
authored
on 2014/02/20 05:33
Simplify encoder interface--remove EncoderFrame2 from interface
f2d5f05b
– volvet <qizh@cisco.com>
authored
on 2014/02/20 05:25
Merge pull request #318 from zhilwang/add-ios-decoder
65c7168d
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/20 05:08
Add iOS support for decoder.
d9441dc7
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/20 04:42
Ignore project.properties
d69b2faa
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/19 18:06
fix the crash issues by changing the type iMbWidth & iMbHeight.
23ea23e7
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/19 15:57
update README
538d2256
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/19 15:49
refine android build, add TARGET option to specify target in sdk
53068810
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/19 13:16
Merge pull request #317 from licaiguo/enable-x86asm-android
f6e4ed65
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/19 12:31
enable x86 asm for android
b20728cc
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/19 12:01
Merge pull request #316 from licaiguo/fix-readme
15fbae9b
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/19 11:54
fix typo
aedb0ebd
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/19 11:51
minor fix readme
89cd3cb5
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/19 10:58
Merge pull request #315 from mstorsjo/android-cleanup
fe17cd5a
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 17:07
Remove unnecessary commented out code in the android makefiles
0b74eee6
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 16:44
Ignore files generated while building the android projects
72fb054c
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 16:43
Remove unused proguard config files
810db4e3
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 17:15
Add a missing include directory in the android makefiles
6ad8f517
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/19 06:25
Merge pull request #314 from mstorsjo/fix-osx-32-bit
e3fce509
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 16:14
Explicitly allow read-only relocations when building on OS X in 32 bit mode
d8e318e0
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/19 06:12
Merge pull request #313 from mstorsjo/fix-msvc-build
561027eb
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 08:12
Install the import library as well, in MSVC builds
b1d8671b
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 06:51
Support building DLLs with MSVC
42fb4f56
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 06:50
Make the -shared flag an overrideable variable
44522094
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 06:48
Use CXX_LINK_O when building the shared library
c6aaf7d1
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 08:10
Install the shared library as well
03c00dc2
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 07:15
Include the x86 common header for x86 MSVC as well
f2be4844
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 06:47
Fix silent builds of the shared library
0a73155b
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/19 04:59
Merge pull request #306 from licaiguo/add-android-pull-clean
f7758a30
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/19 04:55
Merge pull request #312 from mstorsjo/cleanup-vp-interface
7acb6cd4
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 09:27
Remove the duplicated IWelsVP.h file
3e4e74a4
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 09:55
Remove unused include directories
09959569
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 09:39
Add the common processing include directories to the include path
79838d4a
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 09:22
Remove unused include directories
9d244abb
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/19 12:02
Merge pull request #308 from mstorsjo/mc-const-pointers
e441ae2f
– volvet <qizh@cisco.com>
authored
on 2014/02/19 11:04
Merge pull request #307 from mstorsjo/cleanup-static-func-declarations
35327815
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/08 21:05
Mark source parameters to MC functions as const
dd93aa90
– ruil2 <ruil2@cisco.com>
authored
on 2014/02/19 05:18
Merge pull request #290 from volvet/develop_b
bb58c5c7
– volvet <qizh@cisco.com>
authored
on 2014/02/19 05:04
correct style
ebb890e0
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:36
Declare static functions within the file they are used/defined in
50e49f37
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/19 04:26
Merge pull request #310 from mstorsjo/remove-unused-variables
f6a46960
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/19 05:41
Check a string length before doing a strncpy
fd100598
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:46
Avoid declaring unused variables
1a1b78e9
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:39
Remove unnecessary declarations of static functions
e79769fb
– ruil2 <ruil2@cisco.com>
authored
on 2014/02/19 04:12
Merge pull request #305 from mstorsjo/fix-encoder-param-interface
0fcd066c
– huili2 <huili2@cisco.com>
authored
on 2014/02/19 03:57
Merge pull request #298 from licaiguo/decoder-syntax-element-step1
a3c38b56
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/18 17:55
add safety check for bit-reading for headers
7d638f8a
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:33
Remove the now unused INIT_TYPE data type
49f4dad1
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:29
Split the encoder Initialize method into two
62269493
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:29
Use SEncParamExt in ProcessEncodingSvcWithParam
a899f05f
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:12
Don't have SEncParamExt inherit SEncParamBase
80f5aa21
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:08
Don't copy out the SEncParamBase, manually read the individual fields instead
b6502a54
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:03
Respect the bEnableRc field in SEncParamExt
f432ddee
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:58
Remove a field from SWelsSvcCodingParam that already exists in SEncParamExt
6d6a63a7
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:53
Mark the Initialize pointer parameter as const
2438b313
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:52
Don't needlessly copy the input parameter struct
bcd57f41
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:47
Make Param*Transcode take a const reference
a1f6e158
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:31
Move REC_FRAME_COUNT logging into the Initialize2 method
fc970418
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:30
Fix building with REC_FRAME_COUNT defined
525ad9e7
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:27
Remove unnecessary checks/initialization from the Initialize method
1a32ae71
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:04
Simplify the CWelsH264SVCEncoder::Initialize2 method
5cb85183
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:01
Remove the Initialize2 function from the external API
bcf29e5b
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/18 13:05
fix typo in README
fbcf01cb
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/18 13:01
add missing icon files
d058176c
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/18 12:54
add android support, single commit
592665a2
– volvet <qizh@cisco.com>
authored
on 2014/02/18 10:34
Merge branch 'master' of https://github.com/cisco/openh264 into develop_b
fe766fec
– volvet <qizh@cisco.com>
authored
on 2014/02/18 10:33
Merge pull request #296 from ruil2/build_osx
8e8972b6
– ruil2 <ruil2@cisco.com>
authored
on 2014/02/18 10:16
fix build fail on osx
278597be
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/18 09:22
Merge pull request #292 from huili2/level_prefix
06d3ed8d
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/18 09:21
Merge pull request #294 from huili2/neg_left_shift
5fe3b6e3
– volvet <qizh@cisco.com>
authored
on 2014/02/18 09:00
update to the last commit: interface change
413b301e
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/18 06:27
Merge pull request #303 from mstorsjo/simplify-decoder-api
1075338b
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:59
Use the actual struct type instead of a void pointer to the decoder Initialize method
658d1e36
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:32
Remove the unused iInitType parameter to the decoder Initialize method
8435dd33
– volvet <qizh@cisco.com>
authored
on 2014/02/18 13:56
Merge pull request #297 from licaiguo/refine-mc.cpp
e495debc
– volvet <qizh@cisco.com>
authored
on 2014/02/18 13:54
Merge pull request #302 from mstorsjo/remove-useless-ifdef
bbb6ffd9
– volvet <qizh@cisco.com>
authored
on 2014/02/18 11:54
Merge pull request #299 from mstorsjo/fix-renamed-struct
218ade30
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/18 11:45
Merge pull request #300 from mstorsjo/silent-make
2243467c
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/18 06:26
Merge pull request #304 from mstorsjo/remove-unused-variables
24359dcd
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/18 16:04
Merge pull request #301 from ruil2/temporal_num
f5cd56ea
– ruil2 <ruil2@cisco.com>
authored
on 2014/02/18 11:57
use temporal layer num and remove gop size in external configure
3b297ec8
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 07:37
Remove completely unused variables and private fields
647fff6e
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 06:08
Remove useless ifdefs
937ec467
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 05:33
Silence building libwels.a building with V=0
61067d48
– Martin Storsjö <martin@martin.st>
authored
on 2014/02/18 05:19
Fix building with MT_DEBUG enabled after the encoder interface update
61b64190
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/17 18:57
add decoder syntax checks
d0a7f9b6
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/17 17:36
add refine mc.cpp on decoder
f5d086eb
– Licai Guo <guolicai@gmail.com>
authored
on 2014/02/17 17:16
merge the calculate
Next