shithub: openh264

RSS feed

d767e216 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/28 08:33
Merge pull request #374 from mstorsjo/ios-build-docs

ea40ce07 – Martin Storsjö <martin@martin.st> authored on 2014/02/28 18:16
Add instructions on building for iOS

bc8bf5c6 – Martin Storsjö <martin@martin.st> authored on 2014/02/28 18:15
Mention that building for iOS now is supported

6e9df662 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/28 03:28
Merge pull request #369 from sijchen/mt_refactor3

33017fa7 – volvet <qizh@cisco.com> authored on 2014/02/28 12:41
Merge pull request #368 from huili2/sps_buffer_modif

07bc7e07 – Licai Guo <licaguo@cisco.com> authored on 2014/02/28 11:44
Merge pull request #364 from mstorsjo/build-ios-make

3943119a – huili2 <huili2@cisco.com> authored on 2014/02/28 10:39
Merge pull request #370 from volvet/develop_b

4808eca0 – volvet <qizh@cisco.com> authored on 2014/02/28 10:27
update comments on welsEncoderEncodeExt

4c951aab – volvet <qizh@cisco.com> authored on 2014/02/28 10:13
refine welsEncoderEncodeExt

10a4fb04 – sijchen <sijchen@cisco.com> authored on 2014/02/28 09:54
remove macros to clear codes

0279cd75 – Licai Guo <licaguo@cisco.com> authored on 2014/02/28 09:18
Merge pull request #367 from volvet/refine-enc-plus

2dd41096 – huili2 <huili2@cisco.com> authored on 2014/02/28 09:08
Merge pull request #366 from licaiguo/refine-rpl-pr

d0d050d8 – volvet <qizh@cisco.com> authored on 2014/02/28 08:06
refine encode plus code

70360cb1 – Martin Storsjö <martin@martin.st> authored on 2014/02/28 05:21
Move the ASM variable declaration into the x86-common file

078681a0 – Martin Storsjö <martin@martin.st> authored on 2014/02/26 09:58
Add a platform file for building for iOS using the makefile build system

ab3609c4 – Martin Storsjö <martin@martin.st> authored on 2014/02/26 09:47
Don't add x86 assembly specific options on darwin if building for other archs

fbc7519d – Martin Storsjö <martin@martin.st> authored on 2014/02/25 19:18
Don't explicitly set/clear USE_ASM in the android makefile

7d2c7616 – Martin Storsjö <martin@martin.st> authored on 2014/02/25 18:52
Allow using the USE_ASM makefile variable for architectures other than x86

59e6ab91 – Martin Storsjö <martin@martin.st> authored on 2014/02/25 18:48
Use an intermediate platform header for including architecture specific rules

8d95d084 – Martin Storsjö <martin@martin.st> authored on 2014/02/25 18:46
Indent nested ifdefs in the android makefile

e4b6fc3f – Licai Guo <guolicai@gmail.com> authored on 2014/02/27 17:28
modify SPS, PPS buffer management and remove a build warning

e902f0fe – Licai Guo <guolicai@gmail.com> authored on 2014/02/27 16:04
refine rpl

573b0279 – Licai Guo <licaguo@cisco.com> authored on 2014/02/27 07:39
Merge pull request #363 from huili2/remove_store_base

3d47b784 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/27 05:52
Merge pull request #358 from volvet/add_ios_encDemo

e5ee4317 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/27 05:51
Merge pull request #361 from mstorsjo/get-core-count

9319f879 – ruil2 <ruil2@cisco.com> authored on 2014/02/27 12:38
Merge pull request #362 from mstorsjo/encoder-default-params

e8ecee26 – volvet <qizh@cisco.com> authored on 2014/02/27 04:30
make the makefile is indepent with the pch file

3544aaaa – volvet <qizh@cisco.com> authored on 2014/02/27 04:17
remove boilerplate comments

a5f5b37a – Martin Storsjö <martin@martin.st> authored on 2014/02/26 17:13
Renumber vtable entries in the C ABI test

c7ff8876 – Martin Storsjö <martin@martin.st> authored on 2014/02/26 17:08
Add a new public method for initializing SEncParamExt to default values

6021ff39 – Martin Storsjö <martin@martin.st> authored on 2014/02/26 17:03
Refactor initializing defaults in a SEncParamExt to a separate function

bb5b3978 – Martin Storsjö <martin@martin.st> authored on 2014/02/26 15:54
Use higher level APIs for getting the number of cores if WelsCPUFeatureDetect didn't report anything

5303eaae – Licai Guo <guolicai@gmail.com> authored on 2014/02/26 15:00
remove store_ref_base_pic_flag related codes in reference picture management

6dc1d43a – volvet <qizh@cisco.com> authored on 2014/02/26 11:26
remove precompiled files

73ce4adc – volvet <qizh@cisco.com> authored on 2014/02/26 09:53
add encode test for iOS

a31f2b32 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/26 06:31
Merge pull request #360 from mstorsjo/typofix

e239d9fd – Martin Storsjö <martin@martin.st> authored on 2014/02/26 11:10
Fix a typo in a function pointer name

eb9c7c9f – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/26 04:37
Merge pull request #359 from licaiguo/add-unit-test-cases

ed499b9f – volvet <qizh@cisco.com> authored on 2014/02/26 15:49
Merge pull request #356 from ruil2/cleanup

cb4bc5ee – ruil2 <ruil2@cisco.com> authored on 2014/02/26 11:58
add command line example

1edefc4d – ruil2 <ruil2@cisco.com> authored on 2014/02/26 04:21
modify output help info and commands line input

2cc9f515 – Licai Guo <guolicai@gmail.com> authored on 2014/02/25 19:26
add the bitstreams

e7629515 – Licai Guo <guolicai@gmail.com> authored on 2014/02/25 17:51
add more unit test on decoder

c89a6911 – huili2 <huili2@cisco.com> authored on 2014/02/25 11:56
Merge pull request #355 from licaiguo/check-sliceheader

be43cf88 – volvet <qizh@cisco.com> authored on 2014/02/25 10:31
Merge pull request #354 from zhilwang/arm-asm

fc056c7e – Licai Guo <guolicai@gmail.com> authored on 2014/02/25 08:46
Refine structure of iOS project to fix the issue.

a9fd78f1 – Licai Guo <guolicai@gmail.com> authored on 2014/02/24 19:47
add a check to parseSliceHeaderSyntaxes

3c29c921 – Licai Guo <licaguo@cisco.com> authored on 2014/02/24 12:03
Merge pull request #347 from huili2/active_sps_ref_size

ab693149 – huili2 <huili2@cisco.com> authored on 2014/02/24 12:02
Merge pull request #345 from licaiguo/fix-int-conversion-warning

b647a78b – huili2 <huili2@cisco.com> authored on 2014/02/24 11:21
Merge pull request #344 from licaiguo/fix-level-check

6854e067 – Licai Guo <licaguo@cisco.com> authored on 2014/02/24 09:34
Merge pull request #343 from huili2/cast_get_word

c9a25e94 – Licai Guo <licaguo@cisco.com> authored on 2014/02/24 08:22
Merge pull request #342 from volvet/rm-unsupported-para

26b225e3 – Licai Guo <licaguo@cisco.com> authored on 2014/02/24 08:21
Merge pull request #341 from ruil2/cleanup

f4d8882d – volvet <qizh@cisco.com> authored on 2014/02/24 06:06
remove inter spatial layer prediction in parameters

470fc428 – ruil2 <ruil2@cisco.com> authored on 2014/02/24 05:55
minor update

c79e78c4 – ruil2 <ruil2@cisco.com> authored on 2014/02/24 05:40
cleanup encoder parameters

abc2495f – huili2 <huili2@cisco.com> authored on 2014/02/24 05:35
Merge pull request #335 from licaiguo/decoder-syntax-checks

bf017931 – volvet <qizh@cisco.com> authored on 2014/02/24 04:50
Merge pull request #340 from zhilwang/ios-support

5e956e3a – volvet <qizh@cisco.com> authored on 2014/02/24 04:49
Merge pull request #337 from mstorsjo/update-sample-configs

14acd1e6 – volvet <qizh@cisco.com> authored on 2014/02/24 04:46
Merge pull request #339 from mstorsjo/console-trace-param

d4684048 – volvet <qizh@cisco.com> authored on 2014/02/24 04:40
Merge pull request #338 from mstorsjo/use-encoder-params

d6e14c14 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/24 02:58
Merge pull request #352 from mstorsjo/simplify-travis-32bit

9c21760d – Martin Storsjö <martin@martin.st> authored on 2014/02/24 12:47
Don't install 32 bit zlib in travis builds

3940beb7 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/24 02:45
Merge pull request #351 from mstorsjo/simplify-travis

3fdda878 – Martin Storsjö <martin@martin.st> authored on 2014/02/24 12:09
Simplify the travis configuration now that OpenSSL isn't required any longer

2966abd9 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/24 02:45
Merge pull request #350 from mstorsjo/android-unittest

2f02bf96 – Martin Storsjö <martin@martin.st> authored on 2014/02/20 07:21
Link codec_unittest to the static android STL

72990e12 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/24 02:44
Merge pull request #349 from mstorsjo/cleanup-ios-project

38dbd57d – Martin Storsjö <martin@martin.st> authored on 2014/02/24 07:31
Remove unnecessary precompiled headers

8c9a0bac – Martin Storsjö <martin@martin.st> authored on 2014/02/24 08:14
Add the necessary directories to the include path within xcode

58b39c97 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/24 01:27
Merge pull request #156 from mstorsjo/avoid-openssl

59c8fd19 – Licai Guo <licaguo@cisco.com> authored on 2014/02/24 15:43
Merge pull request #348 from mstorsjo/darwin-dylib

e88348b7 – Martin Storsjö <martin@martin.st> authored on 2014/01/24 05:29
Allow building tests on MSVC versions where stdint.h is missing

56e5a110 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 05:59
Wrap the library names in codec_unittest LDFLAGS, for use with MSVC

113fb8c1 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 05:58
Set GTEST_HAS_TR1_TUPLE to 0 on msvc

af2a3542 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 06:13
Remove the now unused -Wno-deprecated-declarations on OS X

0f3dfb33 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 05:43
Use the local sha1 function names directly without compatibility defines

4f5fd952 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 05:39
Use the bundled sha1 implementation instead of relying on openssl

e8a2cf6d – Martin Storsjö <martin@martin.st> authored on 2014/02/24 07:00
Make the SHA1Result function write the output into a byte array

7a4a0664 – Martin Storsjö <martin@martin.st> authored on 2014/02/17 07:11
Make the SHA1 header compatible with C++

fdd79e73 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 05:33
Add an SHA1 implementation by Paul Jones

c6cea2cc – Martin Storsjö <martin@martin.st> authored on 2014/02/24 07:05
Use -dynamiclib instead of -shared for building shared libraries on OS X

2983c92e – Licai Guo <guolicai@gmail.com> authored on 2014/02/23 19:52
use active SPS parameters instead of other SPS.

d78f8c7e – Licai Guo <guolicai@gmail.com> authored on 2014/02/23 19:27
fix int conversion warning, using LD32/ST32

b7bee7af – Licai Guo <guolicai@gmail.com> authored on 2014/02/23 19:09
refine level check

d5e0b993 – Licai Guo <guolicai@gmail.com> authored on 2014/02/23 17:22
cast to uint32_t in GET_WORD to prevent possible left shift error.

265741e9 – Licai Guo <guolicai@gmail.com> authored on 2014/02/23 13:26
update according to review comments

892d9017 – Martin Storsjö <martin@martin.st> authored on 2014/02/22 19:19
Handle a -trace parameter for setting the trace level

b31049df – Martin Storsjö <martin@martin.st> authored on 2014/02/22 18:55
Respect the iDLayerQp parameter in SEncParamExt

08c07db3 – Martin Storsjö <martin@martin.st> authored on 2014/02/22 18:31
Respect the loop filter disabling encoder parameter

8b7fb36f – Martin Storsjö <martin@martin.st> authored on 2014/02/22 18:23
Set missed fields in ParamBaseTranscode

a7600506 – Martin Storsjö <martin@martin.st> authored on 2014/02/22 19:06
Use TemporalLayerNum instead of GOPSize in other encoder config files

d93a52ce – Martin Storsjö <martin@martin.st> authored on 2014/02/22 18:01
Update the other example config files to work after restructuring encoder parameters

75f8b41b – volvet <qizh@cisco.com> authored on 2014/02/21 12:31
Merge pull request #334 from mstorsjo/cleanup-vp-interface

e7ed80c4 – Licai Guo <licaguo@cisco.com> authored on 2014/02/21 12:09
Merge pull request #322 from volvet/PreProcessExceptionHandle

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

988a1925 – Licai Guo <guolicai@gmail.com> authored on 2014/02/21 09:47
Modify copyright for some files

7e57d520 – Licai Guo <guolicai@gmail.com> authored on 2014/02/21 09:43
Add decoder ios demo

68ebf054 – Licai Guo <guolicai@gmail.com> authored on 2014/02/21 09:28
Add ios build for processing

384ce47f – Licai Guo <guolicai@gmail.com> authored on 2014/02/21 09:26
Remove processing ios build

Next