shithub: openh264

RSS feed

bf921c53 – Licai Guo <licaguo@cisco.com> authored on 2014/02/21 12:08
Merge pull request #333 from volvet/remove-mgs-cgs

a783fed4 – volvet <qizh@cisco.com> authored on 2014/02/21 07:57
remove cgs/mgs related code, it is not supported

45a8e608 – Licai Guo <licaguo@cisco.com> authored on 2014/02/21 06:13
Merge pull request #332 from volvet/remove-q-layer-config

25efddd7 – volvet <qizh@cisco.com> authored on 2014/02/21 05:51
remove quality layer configuration. It is not supported

2bdf6d37 – volvet <qizh@cisco.com> authored on 2014/02/21 03:41
Merge pull request #325 from sijchen/writenal_refactor3

df6f9209 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/20 10:39
Merge pull request #330 from mstorsjo/android-build-fixes

e45e8594 – sijchen <sijchen@cisco.com> authored on 2014/02/20 09:50
Squashed merge from writenal_refactor2

a8a2c5ea – Martin Storsjö <martin@martin.st> authored on 2014/02/20 07:20
Move LDFLAGS specific to creating a shared library to SHLDFLAGS

f6126a0b – Martin Storsjö <martin@martin.st> authored on 2014/02/20 07:20
Don't add C++ specific compiler flags to CFLAGS, add them to CXXFLAGS

0fc2b6d1 – Martin Storsjö <martin@martin.st> authored on 2014/02/20 07:11
Set the CC and AR tools when building for android as well

64c2164d – Martin Storsjö <martin@martin.st> authored on 2014/02/20 07:07
Fix building the gtest library when targeting android

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.

a97789de – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/20 04:45
Merge pull request #331 from mstorsjo/ignore-ios-build-files

4412411f – Licai Guo <licaguo@cisco.com> authored on 2014/02/20 14:43
Merge pull request #328 from mstorsjo/enable-x86-asm-android

8771e08f – Martin Storsjö <martin@martin.st> authored on 2014/02/20 07:33
Ignore files produced by XCode

317eb437 – Martin Storsjö <martin@martin.st> authored on 2014/02/20 06:23
Enable x86 assembly by default if building for x86 android

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