shithub: openh264

RSS feed

e8ecee26 – volvet <[email protected]> authored on 2014/02/27 04:30
make the makefile is indepent with the pch file

3544aaaa – volvet <[email protected]> authored on 2014/02/27 04:17
remove boilerplate comments

6dc1d43a – volvet <[email protected]> authored on 2014/02/26 11:26
remove precompiled files

73ce4adc – volvet <[email protected]> authored on 2014/02/26 09:53
add encode test for iOS

be43cf88 – volvet <[email protected]> authored on 2014/02/25 10:31
Merge pull request #354 from zhilwang/arm-asm

fc056c7e – Licai Guo <[email protected]> authored on 2014/02/25 08:46
Refine structure of iOS project to fix the issue.

d6e14c14 – Ethan Hugg <[email protected]> authored on 2014/02/24 02:58
Merge pull request #352 from mstorsjo/simplify-travis-32bit

9c21760d – Martin Storsjö <[email protected]> authored on 2014/02/24 12:47
Don't install 32 bit zlib in travis builds

3940beb7 – Ethan Hugg <[email protected]> authored on 2014/02/24 02:45
Merge pull request #351 from mstorsjo/simplify-travis

3fdda878 – Martin Storsjö <[email protected]> authored on 2014/02/24 12:09
Simplify the travis configuration now that OpenSSL isn't required any longer

2966abd9 – Ethan Hugg <[email protected]> authored on 2014/02/24 02:45
Merge pull request #350 from mstorsjo/android-unittest

2f02bf96 – Martin Storsjö <[email protected]> authored on 2014/02/20 07:21
Link codec_unittest to the static android STL

72990e12 – Ethan Hugg <[email protected]> authored on 2014/02/24 02:44
Merge pull request #349 from mstorsjo/cleanup-ios-project

38dbd57d – Martin Storsjö <[email protected]> authored on 2014/02/24 07:31
Remove unnecessary precompiled headers

8c9a0bac – Martin Storsjö <[email protected]> authored on 2014/02/24 08:14
Add the necessary directories to the include path within xcode

b647a78b – huili2 <[email protected]> authored on 2014/02/24 11:21
Merge pull request #344 from licaiguo/fix-level-check

6854e067 – Licai Guo <[email protected]> authored on 2014/02/24 09:34
Merge pull request #343 from huili2/cast_get_word

c9a25e94 – Licai Guo <[email protected]> authored on 2014/02/24 08:22
Merge pull request #342 from volvet/rm-unsupported-para

26b225e3 – Licai Guo <[email protected]> authored on 2014/02/24 08:21
Merge pull request #341 from ruil2/cleanup

f4d8882d – volvet <[email protected]> authored on 2014/02/24 06:06
remove inter spatial layer prediction in parameters

470fc428 – ruil2 <[email protected]> authored on 2014/02/24 05:55
minor update

c79e78c4 – ruil2 <[email protected]> authored on 2014/02/24 05:40
cleanup encoder parameters

abc2495f – huili2 <[email protected]> authored on 2014/02/24 05:35
Merge pull request #335 from licaiguo/decoder-syntax-checks

bf017931 – volvet <[email protected]> authored on 2014/02/24 04:50
Merge pull request #340 from zhilwang/ios-support

5e956e3a – volvet <[email protected]> authored on 2014/02/24 04:49
Merge pull request #337 from mstorsjo/update-sample-configs

14acd1e6 – volvet <[email protected]> authored on 2014/02/24 04:46
Merge pull request #339 from mstorsjo/console-trace-param

d4684048 – volvet <[email protected]> authored on 2014/02/24 04:40
Merge pull request #338 from mstorsjo/use-encoder-params

58b39c97 – Ethan Hugg <[email protected]> authored on 2014/02/24 01:27
Merge pull request #156 from mstorsjo/avoid-openssl

59c8fd19 – Licai Guo <[email protected]> authored on 2014/02/24 15:43
Merge pull request #348 from mstorsjo/darwin-dylib

3c29c921 – Licai Guo <[email protected]> authored on 2014/02/24 12:03
Merge pull request #347 from huili2/active_sps_ref_size

ab693149 – huili2 <[email protected]> authored on 2014/02/24 12:02
Merge pull request #345 from licaiguo/fix-int-conversion-warning

e88348b7 – Martin Storsjö <[email protected]> authored on 2014/01/24 05:29
Allow building tests on MSVC versions where stdint.h is missing

56e5a110 – Martin Storsjö <[email protected]> authored on 2014/01/17 05:59
Wrap the library names in codec_unittest LDFLAGS, for use with MSVC

113fb8c1 – Martin Storsjö <[email protected]> authored on 2014/01/17 05:58
Set GTEST_HAS_TR1_TUPLE to 0 on msvc

af2a3542 – Martin Storsjö <[email protected]> authored on 2014/01/17 06:13
Remove the now unused -Wno-deprecated-declarations on OS X

0f3dfb33 – Martin Storsjö <[email protected]> authored on 2014/01/17 05:43
Use the local sha1 function names directly without compatibility defines

4f5fd952 – Martin Storsjö <[email protected]> authored on 2014/01/17 05:39
Use the bundled sha1 implementation instead of relying on openssl

e8a2cf6d – Martin Storsjö <[email protected]> authored on 2014/02/24 07:00
Make the SHA1Result function write the output into a byte array

7a4a0664 – Martin Storsjö <[email protected]> authored on 2014/02/17 07:11
Make the SHA1 header compatible with C++

fdd79e73 – Martin Storsjö <[email protected]> authored on 2014/01/17 05:33
Add an SHA1 implementation by Paul Jones

c6cea2cc – Martin Storsjö <[email protected]> authored on 2014/02/24 07:05
Use -dynamiclib instead of -shared for building shared libraries on OS X

2983c92e – Licai Guo <[email protected]> authored on 2014/02/23 19:52
use active SPS parameters instead of other SPS.

d78f8c7e – Licai Guo <[email protected]> authored on 2014/02/23 19:27
fix int conversion warning, using LD32/ST32

b7bee7af – Licai Guo <[email protected]> authored on 2014/02/23 19:09
refine level check

d5e0b993 – Licai Guo <[email protected]> authored on 2014/02/23 17:22
cast to uint32_t in GET_WORD to prevent possible left shift error.

265741e9 – Licai Guo <[email protected]> authored on 2014/02/23 13:26
update according to review comments

892d9017 – Martin Storsjö <[email protected]> authored on 2014/02/22 19:19
Handle a -trace parameter for setting the trace level

b31049df – Martin Storsjö <[email protected]> authored on 2014/02/22 18:55
Respect the iDLayerQp parameter in SEncParamExt

08c07db3 – Martin Storsjö <[email protected]> authored on 2014/02/22 18:31
Respect the loop filter disabling encoder parameter

8b7fb36f – Martin Storsjö <[email protected]> authored on 2014/02/22 18:23
Set missed fields in ParamBaseTranscode

a7600506 – Martin Storsjö <[email protected]> authored on 2014/02/22 19:06
Use TemporalLayerNum instead of GOPSize in other encoder config files

d93a52ce – Martin Storsjö <[email protected]> authored on 2014/02/22 18:01
Update the other example config files to work after restructuring encoder parameters

75f8b41b – volvet <[email protected]> authored on 2014/02/21 12:31
Merge pull request #334 from mstorsjo/cleanup-vp-interface

e7ed80c4 – Licai Guo <[email protected]> authored on 2014/02/21 12:09
Merge pull request #322 from volvet/PreProcessExceptionHandle

bf921c53 – Licai Guo <[email protected]> authored on 2014/02/21 12:08
Merge pull request #333 from volvet/remove-mgs-cgs

988a1925 – Licai Guo <[email protected]> authored on 2014/02/21 09:47
Modify copyright for some files

7e57d520 – Licai Guo <[email protected]> authored on 2014/02/21 09:43
Add decoder ios demo

68ebf054 – Licai Guo <[email protected]> authored on 2014/02/21 09:28
Add ios build for processing

384ce47f – Licai Guo <[email protected]> authored on 2014/02/21 09:26
Remove processing ios build

3a7305c2 – Licai Guo <[email protected]> authored on 2014/02/21 09:23
Add .gitignore to iOS folder

c66b614d – Licai Guo <[email protected]> authored on 2014/02/21 09:07
Initial Commit

97947c4d – Licai Guo <[email protected]> authored on 2014/02/21 09:04
Add ios support for common

672a9834 – Licai Guo <[email protected]> authored on 2014/02/21 08:59
Initial Commit

1f7f82ba – Licai Guo <[email protected]> authored on 2014/02/21 08:49
Add ios support for encoder.

a783fed4 – volvet <[email protected]> authored on 2014/02/21 07:57
remove cgs/mgs related code, it is not supported

5c1c1c83 – Licai Guo <[email protected]> authored on 2014/02/21 06:29
Initial Commit

21e1e7c9 – Licai Guo <[email protected]> authored on 2014/02/21 06:26
Add ios support for dec

3873b6a0 – Licai Guo <[email protected]> authored on 2014/02/21 06:15
Initial Commit

45a8e608 – Licai Guo <[email protected]> authored on 2014/02/21 06:13
Merge pull request #332 from volvet/remove-q-layer-config

25efddd7 – volvet <[email protected]> authored on 2014/02/21 05:51
remove quality layer configuration. It is not supported

21e9c837 – Martin Storsjö <[email protected]> authored on 2014/02/19 10:06
Remove the local declarations of the VP interface functions

19efc59f – Martin Storsjö <[email protected]> authored on 2014/02/19 10:05
Remove the WELSAPI definition

2bdf6d37 – volvet <[email protected]> authored on 2014/02/21 03:41
Merge pull request #325 from sijchen/writenal_refactor3

fee0f147 – Licai Guo <[email protected]> authored on 2014/02/20 19:16
finish syntax checks in ParseSps

4e0b8d4c – Licai Guo <[email protected]> authored on 2014/02/20 14:25
refine checks in ParseSps

df6f9209 – Ethan Hugg <[email protected]> authored on 2014/02/20 10:39
Merge pull request #330 from mstorsjo/android-build-fixes

e45e8594 – sijchen <[email protected]> authored on 2014/02/20 09:50
Squashed merge from writenal_refactor2

d6c5c138 – volvet <[email protected]> authored on 2014/02/20 07:50
init the spatial last spatial picture if excption

a8a2c5ea – Martin Storsjö <[email protected]> authored on 2014/02/20 07:20
Move LDFLAGS specific to creating a shared library to SHLDFLAGS

f6126a0b – Martin Storsjö <[email protected]> authored on 2014/02/20 07:20
Don't add C++ specific compiler flags to CFLAGS, add them to CXXFLAGS

0fc2b6d1 – Martin Storsjö <[email protected]> authored on 2014/02/20 07:11
Set the CC and AR tools when building for android as well

64c2164d – Martin Storsjö <[email protected]> authored on 2014/02/20 07:07
Fix building the gtest library when targeting android

fc06d878 – Martin Storsjö <[email protected]> authored on 2014/02/20 07:00
Pass the right -mfpu flags for the armeabi-v7a target without NEON

b5a9a83c – Martin Storsjö <[email protected]> authored on 2014/02/20 06:42
Run ndk-build from the android project top level directory

42e80cec – Martin Storsjö <[email protected]> authored on 2014/02/20 06:54
Don't use LOCAL_PATH in LOCAL_SRC_FILES

6ac6b941 – Martin Storsjö <[email protected]> authored on 2014/02/20 06:41
Don't quote the android building commands in sh -c ''

4d31f668 – Martin Storsjö <[email protected]> authored on 2014/02/20 06:38
Chain build commands using && instead of ;

34782a84 – Licai Guo <[email protected]> authored on 2014/02/20 11:32
Merge pull request #327 from mstorsjo/ignore-android-files

110bd418 – huili2 <[email protected]> authored on 2014/02/20 10:24
Merge pull request #326 from licaiguo/fix-allocate-large-memory

42cc7163 – Licai Guo <[email protected]> authored on 2014/02/20 09:46
Merge pull request #324 from volvet/add-missed-namespace-for-encoder

ab2e5fe2 – volvet <[email protected]> authored on 2014/02/20 09:40
Merge pull request #321 from licaiguo/add-android-target-option

e565e50d – volvet <[email protected]> authored on 2014/02/20 09:33
add missed namespace for encoder, remove un-used file

46b9d5d0 – Licai Guo <[email protected]> authored on 2014/02/20 09:17
Merge pull request #323 from huili2/check_bit_read

a921bc65 – Licai Guo <[email protected]> authored on 2014/02/20 06:19
Merge pull request #320 from huili2/mb_residual_size_check

205e48c7 – Licai Guo <[email protected]> authored on 2014/02/20 06:11
Merge pull request #319 from ruil2/encoder_update

3ba6a5f4 – ruil2 <[email protected]> authored on 2014/02/20 05:33
Simplify encoder interface--remove EncoderFrame2 from interface

f2d5f05b – volvet <[email protected]> authored on 2014/02/20 05:25
Merge pull request #318 from zhilwang/add-ios-decoder

65c7168d – Licai Guo <[email protected]> authored on 2014/02/20 05:08
Add iOS support for decoder.

a97789de – Ethan Hugg <[email protected]> authored on 2014/02/20 04:45
Merge pull request #331 from mstorsjo/ignore-ios-build-files

4412411f – Licai Guo <[email protected]> authored on 2014/02/20 14:43
Merge pull request #328 from mstorsjo/enable-x86-asm-android

Next