shithub: openh264

RSS feed

7313ecdb – volvet <[email protected]> authored on 2014/03/19 05:45
Merge pull request #538 from mstorsjo/use-apple-builtin-define

4bbe61a7 – Licai Guo <[email protected]> authored on 2014/03/19 04:51
Merge pull request #537 from mstorsjo/rename-x86-asm

d897d362 – Licai Guo <[email protected]> authored on 2014/03/19 04:50
Merge pull request #532 from huili2/WELS_CLIP1

9586c59b – Martin Storsjö <[email protected]> authored on 2014/02/28 20:13
Use __APPLE__ instead of APPLE_IOS in the arm assembly sources

73ed237d – Martin Storsjö <[email protected]> authored on 2014/02/28 20:48
Use __APPLE__ instead of APPLE_IOS for using the apple cpu feature detection

ed9c0340 – Martin Storsjö <[email protected]> authored on 2014/03/18 11:59
Rename the asm subdirectories to x86

197423f2 – Ethan Hugg <[email protected]> authored on 2014/03/18 09:28
Merge pull request #520 from ylatuya/master

c55429d7 – Andoni Morales Alastruey <[email protected]> authored on 2014/03/18 03:57
Replace -Werror with -Wall

8be8fe17 – Andoni Morales Alastruey <[email protected]> authored on 2014/03/18 03:57
Fix compiler warning -Werror=maybe-uninitialized

e9e332bf – Andoni Morales Alastruey <[email protected]> authored on 2014/03/18 03:47
Fix -Werror=sign-compare compiler warnings

ae60f1be – Andoni Morales Alastruey <[email protected]> authored on 2014/03/17 13:12
Fix compiler warnings and remove dead code

703c69de – Andoni Morales Alastruey <[email protected]> authored on 2014/03/18 15:14
codec: add a new macro for unused functions

baa63ea6 – Ethan Hugg <[email protected]> authored on 2014/03/18 06:58
Merge pull request #536 from mstorsjo/obj-suffix

e1b5e038 – Martin Storsjö <[email protected]> authored on 2014/03/18 07:21
Use .obj as suffix for object files on MSVC

fc6f7564 – Ethan Hugg <[email protected]> authored on 2014/03/18 05:46
Merge pull request #522 from mstorsjo/layered-encoding-test

c94acc98 – Ethan Hugg <[email protected]> authored on 2014/03/18 05:43
Merge pull request #533 from mstorsjo/remove-unused-gitignore-entry

62be92cb – volvet <[email protected]> authored on 2014/03/18 13:51
Merge pull request #534 from ruil2/encoder_ret

9cf9238c – ruil2 <[email protected]> authored on 2014/03/18 13:38
fix bug that there is no output in encoder console

a18cb49c – Licai Guo <[email protected]> authored on 2014/03/18 13:25
Merge pull request #531 from mstorsjo/add-missing-includes

7d80af9d – ruil2 <[email protected]> authored on 2014/03/18 12:37
Merge pull request #530 from licaiguo/DecoderIntraPredUT

b21411ad – volvet <[email protected]> authored on 2014/03/18 12:11
Merge pull request #511 from mstorsjo/remove-unused-define

ad8dc327 – volvet <[email protected]> authored on 2014/03/18 12:09
Merge pull request #528 from mstorsjo/fix-comment

fb1958ad – volvet <[email protected]> authored on 2014/03/18 11:04
Merge pull request #519 from mstorsjo/push-xmm-registers

b7b01faf – ruil2 <[email protected]> authored on 2014/03/18 11:04
Merge pull request #526 from licaiguo/IdctResAddPred-pr

3956a32d – Licai Guo <[email protected]> authored on 2014/03/18 08:51
Merge pull request #524 from sijchen/me_refactor33

27a79859 – Martin Storsjö <[email protected]> authored on 2014/03/18 07:18
Remove an unused gitignore entry

8f2763b6 – Martin Storsjö <[email protected]> authored on 2014/03/18 07:10
Add missing includes of time.h

4c829a12 – Martin Storsjö <[email protected]> authored on 2014/03/18 06:03
Fix the comment in welsEncoderExt.h about the EncodeFrame return value

37fa5f55 – Licai Guo <[email protected]> authored on 2014/03/18 05:51
Merge pull request #513 from ruil2/encoder_interface

7f0c7daa – sijchen <[email protected]> authored on 2014/03/18 05:47
expand structure of MD and ME

e8d5108d – Licai Guo <[email protected]> authored on 2014/03/18 05:39
Merge pull request #523 from mstorsjo/wp8-arm-asm

b5353c84 – volvet <[email protected]> authored on 2014/03/18 05:29
Merge pull request #516 from mstorsjo/fix-yasm-64bit

e75cd229 – volvet <[email protected]> authored on 2014/03/18 05:29
Merge pull request #517 from mstorsjo/simplify-x86-asm-func-macro

6892127a – volvet <[email protected]> authored on 2014/03/18 05:28
Merge pull request #521 from mstorsjo/neon-register-backup

3b270aa9 – huili2 <[email protected]> authored on 2014/03/17 22:15
remove unncessary cast

090e8cc1 – huili2 <[email protected]> authored on 2014/03/17 21:54
modify WELS_CLIP1 to be inline functions

2fd892d9 – Licai Guo <[email protected]> authored on 2014/03/17 21:13
update master to latest and add ut of intraprediction in decoder

00efbc2c – Martin Storsjö <[email protected]> authored on 2014/03/01 18:02
Enable the arm assembly in msvc-arm builds

95a2a401 – Licai Guo <[email protected]> authored on 2014/03/17 16:09
add IdctResAddPred unit test for decoder

02b4beb7 – Martin Storsjö <[email protected]> authored on 2014/03/14 15:01
Add a test of encoding multiple spatial layers

29a0c77a – Martin Storsjö <[email protected]> authored on 2014/03/17 13:04
Don't clobber q4-q7 in WelsIntra16x16Combined3Satd_neon

4633626d – Martin Storsjö <[email protected]> authored on 2014/03/14 18:57
Remove XMMREG_PROTECT

3cf52554 – Martin Storsjö <[email protected]> authored on 2014/03/14 06:29
Backup/restore the xmm6-xmm15 SSE registers within asm functions on win64

918b2119 – Licai Guo <[email protected]> authored on 2014/03/17 15:12
Merge pull request #515 from mstorsjo/remove-commented-x86-asm

258828f7 – Licai Guo <[email protected]> authored on 2014/03/17 12:46
Merge pull request #503 from mstorsjo/encoder-test-coverage

fc4e0cac – Licai Guo <[email protected]> authored on 2014/03/17 12:32
Merge pull request #483 from volvet/develop_b

b5a4d706 – Licai Guo <[email protected]> authored on 2014/03/17 12:31
Merge pull request #496 from mstorsjo/use-sign-extend-macro

1c0ba88b – Licai Guo <[email protected]> authored on 2014/03/17 10:05
Merge pull request #501 from mstorsjo/neon-register-backup

eec96823 – Martin Storsjö <[email protected]> authored on 2014/03/16 09:23
Fold ALIGN 16 and the function label into WELS_EXTERN

04f5bcd6 – Martin Storsjö <[email protected]> authored on 2014/03/15 09:52
Use movsxd in SIGN_EXTENSION

895c0ff6 – ruil2 <[email protected]> authored on 2014/03/17 08:09
fix typo

36abe317 – ruil2 <[email protected]> authored on 2014/03/17 07:56
modify unit test for return type modification

f9691828 – Martin Storsjö <[email protected]> authored on 2014/03/14 11:00
Remove commented out code for old, 32-bit only x86 assembly function prologues/epilogues

36d56b66 – ruil2 <[email protected]> authored on 2014/03/17 06:46
modify EncoderFrame return type.

8e57c926 – Ethan Hugg <[email protected]> authored on 2014/03/17 05:22
Merge pull request #518 from mstorsjo/remove-commented-rodata

9293f2f9 – Martin Storsjö <[email protected]> authored on 2014/03/16 09:24
Remove commented out rodata sections and tables in assembly files

469820e3 – Ethan Hugg <[email protected]> authored on 2014/03/17 05:20
Merge pull request #508 from mstorsjo/fix-yasm-osx

2c796337 – Licai Guo <[email protected]> authored on 2014/03/17 04:46
Merge pull request #510 from huili2/remove_basemb

1449c83f – volvet <[email protected]> authored on 2014/03/16 16:16
Merge pull request #509 from mstorsjo/fix-arm-asm-macro-indentation

fc260b39 – Martin Storsjö <[email protected]> authored on 2014/03/16 09:33
Remove the unused FORMAT_COFF define

eb238e65 – Martin Storsjö <[email protected]> authored on 2014/03/14 10:32
Use the SIGN_EXTENSION macro where possible

e654bf6b – volvet <[email protected]> authored on 2014/03/16 11:41
Merge pull request #490 from ruil2/encoder_slice_auto

1c3e87dd – volvet <[email protected]> authored on 2014/03/16 11:37
Merge pull request #505 from mstorsjo/x86-asm-constants

91e58386 – Martin Storsjö <[email protected]> authored on 2014/03/15 17:01
Indent all WELS_ASM_FUNC_BEGIN properly

d723ad27 – Martin Storsjö <[email protected]> authored on 2014/03/15 08:47
Use -DPREFIX instead of --prefix _ on OS X

373db5dd – volvet <[email protected]> authored on 2014/03/16 06:22
Merge pull request #506 from mstorsjo/remove-unused-define

ac990fdc – volvet <[email protected]> authored on 2014/03/16 06:21
Merge pull request #507 from mstorsjo/more-x86-asm-args

e606bae0 – volvet <[email protected]> authored on 2014/03/16 06:18
Merge pull request #504 from mstorsjo/fix-function-name-typo

d45e624c – Martin Storsjö <[email protected]> authored on 2014/03/14 20:38
Simplify code by using the arg11 and arg12 defines

c82f548e – Martin Storsjö <[email protected]> authored on 2014/03/14 20:38
Add defines of arg11 and arg12 in asm_inc.asm

00849100 – Martin Storsjö <[email protected]> authored on 2014/03/15 08:47
Remove the unused define NOPREFIX

ce8da272 – Martin Storsjö <[email protected]> authored on 2014/03/15 08:54
Format x86 assembly constants in a yasm compatible manner

6f2b9897 – Licai Guo <[email protected]> authored on 2014/03/15 03:16
Merge pull request #502 from mstorsjo/fix-macro-indentation

3bf5efd8 – Licai Guo <[email protected]> authored on 2014/03/15 03:16
Merge pull request #499 from ethanhugg/winbuild_time

f4fdb153 – Martin Storsjö <[email protected]> authored on 2014/03/14 19:28
Fix a typo, Smple -> Sample

868f912d – Martin Storsjö <[email protected]> authored on 2014/03/14 14:40
Add encoder tests with deblocking and/or denoising

4d120781 – Martin Storsjö <[email protected]> authored on 2014/03/14 10:30
Fix the indentation of some nasm macros

cde30c15 – Martin Storsjö <[email protected]> authored on 2014/03/14 17:39
Avoid clobbering the registers q4-q7 in DeblockingBSCalcEnc_neon

94f8c351 – unknown <[email protected]> authored on 2014/03/14 11:13
fix dump file issue

c6c16917 – Ethan Hugg <[email protected]> authored on 2014/03/14 09:30
Merge pull request #500 from mstorsjo/fix-func-ptr-check

b3d04d88 – Martin Storsjö <[email protected]> authored on 2014/03/14 17:09
Check for the right function pointer

8492aac9 – Licai Guo <[email protected]> authored on 2014/03/14 09:11
Merge pull request #486 from huili2/nzc_bug_fix

6944ace5 – Ethan Hugg <[email protected]> authored on 2014/03/14 06:59
Add time.h for Windows build.

6714b8ae – volvet <[email protected]> authored on 2014/03/14 06:28
Merge pull request #463 from mstorsjo/dont-clobber-neon-registers

fc5c4883 – volvet <[email protected]> authored on 2014/03/14 05:53
fix the condition of scene change flag and comments

62824ce3 – volvet <[email protected]> authored on 2014/03/14 04:48
Merge pull request #484 from licaiguo/add-gcov

43bc9d7c – Ethan Hugg <[email protected]> authored on 2014/03/14 04:21
Merge pull request #498 from mstorsjo/add-missing-include

dca9d628 – Martin Storsjö <[email protected]> authored on 2014/03/14 11:12
Include time.h in DataGenerator.cpp

6da9a9e5 – volvet <[email protected]> authored on 2014/03/14 13:53
Merge pull request #489 from sijchen/me_refactor22

a0dbde2e – volvet <[email protected]> authored on 2014/03/14 13:52
Merge pull request #493 from mstorsjo/fix-macro-typo

c8f2f084 – volvet <[email protected]> authored on 2014/03/14 13:12
Merge pull request #495 from sijchen/add_me_test11

2fe99d68 – sijchen <[email protected]> authored on 2014/03/14 12:40
add basic me test

e536be8d – Licai Guo <[email protected]> authored on 2014/03/14 12:08
Merge pull request #492 from mstorsjo/fix-ifdef-comment

447d7e19 – volvet <[email protected]> authored on 2014/03/14 11:07
Merge pull request #488 from licaiguo/clean-redundant-check

6c3d83a8 – sijchen <[email protected]> authored on 2014/03/14 11:04
refactor ME for easier adding other search methods

9199798f – Martin Storsjö <[email protected]> authored on 2014/03/14 06:13
Fix a typo in a macro name, EXTENTION -> EXTENSION

2bce5028 – Martin Storsjö <[email protected]> authored on 2014/03/14 06:01
Fix a mismatched ifdef comment

3a1b86e7 – Ethan Hugg <[email protected]> authored on 2014/03/14 04:20
Merge pull request #497 from mstorsjo/remove-unused-variable

d847aaca – Martin Storsjö <[email protected]> authored on 2014/03/14 11:15
Remove an unused variable

b1f596fd – huili2 <[email protected]> authored on 2014/03/13 22:03
remove BASE_MB related code

Next