shithub: openh264

RSS feed

1e4f367a – zhuling13 <[email protected]> authored on 2014/05/22 20:59
clear up TAP space

32545aef – zhuling13 <[email protected]> authored on 2014/05/22 20:27
update apk name

7447980e – zhuling13 <[email protected]> authored on 2014/05/19 19:31
not need

158b6945 – zhuling13 <[email protected]> authored on 2014/05/19 19:21
not need

9a335125 – zhuling13 <[email protected]> authored on 2014/05/19 19:19
Add unittest demo for android platform

3d599050 – Ethan Hugg <[email protected]> authored on 2014/05/14 04:01
Merge pull request #832 from mstorsjo/asflags

3c4d151e – ruil2 <[email protected]> authored on 2014/05/14 10:21
Merge pull request #840 from ganyangbbl/clear_code

c06fcb24 – ganyang <[email protected]> authored on 2014/05/14 10:00
clean redundant code

6a6d1d61 – Ethan Hugg <[email protected]> authored on 2014/05/13 18:10
Merge pull request #819 from mstorsjo/msvc-proj-gui-update

a6ad04cf – Martin Storsjö <[email protected]> authored on 2014/05/08 10:07
Don't pass all MSVC specific cflags to gas-preprocessor and armasm

3cc01c62 – Martin Storsjö <[email protected]> authored on 2014/05/08 10:02
Use CCASFLAGS when assembling .S sources

52069dac – sijchen <[email protected]> authored on 2014/05/13 13:21
Merge pull request #823 from mstorsjo/deblock-unittest

31a4d2aa – sijchen <[email protected]> authored on 2014/05/13 13:21
Merge pull request #829 from dongzha/FixBugforDeblocking

172d5e79 – sijchen <[email protected]> authored on 2014/05/13 13:20
Merge pull request #830 from ruil2/console_bug

a6ca8bb9 – ruil2 <[email protected]> authored on 2014/05/13 13:09
fix a commit bug for console app

cc7535ee – dongzha <[email protected]> authored on 2014/05/13 11:25
Merge pull request #826 from huili2/clear_active_ps

41ddc536 – huili2 <[email protected]> authored on 2014/05/13 08:58
Merge pull request #825 from ruil2/console_cleanup1

7ef2e955 – ruil2 <[email protected]> authored on 2014/05/13 08:39
Merge pull request #822 from mstorsjo/simplify-platform-defines

cdada926 – ruil2 <[email protected]> authored on 2014/05/13 08:32
Merge pull request #821 from mstorsjo/fix-format-string

52bc3a41 – Martin Storsjö <[email protected]> authored on 2014/05/12 18:41
Add a unit test for deblocking

5b38a94c – ruil2 <[email protected]> authored on 2014/05/13 05:50
cleanup encoder console app

eb127601 – huili2 <[email protected]> authored on 2014/05/12 18:02
clear active PS when only IDR meets

758e8920 – ruil2 <[email protected]> authored on 2014/05/12 10:47
Merge pull request #818 from sijchen/md_merge133

bff52694 – sijchen <[email protected]> authored on 2014/05/12 10:44
Merge pull request #817 from ruil2/enc_bitrate

4bd6a3a6 – sijchen <[email protected]> authored on 2014/05/12 10:21
[Encoder MD] Add Inter Psub16 MD for screen content coding

6a295d5e – ruil2 <[email protected]> authored on 2014/05/12 09:21
Merge pull request #813 from mstorsjo/msvc-proj-cleanup

eb357b51 – ruil2 <[email protected]> authored on 2014/05/12 09:09
fix bitrate setting and add bitrate validation

dae4dbf3 – huili2 <[email protected]> authored on 2014/05/12 08:39
Merge pull request #816 from ruil2/enc_scale

0c24fd66 – huili2 <[email protected]> authored on 2014/05/12 08:38
Merge pull request #815 from ruil2/enc_threadIdc

a1a22205 – huili2 <[email protected]> authored on 2014/05/12 08:38
Merge pull request #814 from ruil2/enc_nalsize

0acb7807 – Martin Storsjö <[email protected]> authored on 2014/05/12 08:06
Don't define MACOS and LINUX

6b916719 – Martin Storsjö <[email protected]> authored on 2014/05/12 08:08
Use the built-in define __linux__ instead of the manually set LINUX

a4e16395 – Martin Storsjö <[email protected]> authored on 2014/05/12 08:13
Fix the format string in a log message

4dc0f078 – unknown <[email protected]> authored on 2014/05/12 07:55
fix input source width and height setting issue

67327dfb – ruil2 <[email protected]> authored on 2014/05/12 07:05
add the maximum nal size setting in command line

61ab32e6 – unknown <[email protected]> authored on 2014/05/12 06:28
add some parameter settings in command line

aafa6e3e – Martin Storsjö <[email protected]> authored on 2014/04/11 07:17
Reorder sections in encConsole.vcproj

4354371b – Martin Storsjö <[email protected]> authored on 2014/04/11 07:15
Revert "Remove the literal CRLF (&#x0D;&#x0A;) within the nasm commands in msvc project files"

416bb224 – Martin Storsjö <[email protected]> authored on 2014/05/09 15:55
Don't hardcode SuppressStartupBanner=true, this is the default value

3923d11d – Martin Storsjö <[email protected]> authored on 2014/05/08 06:51
Remove unnecessary, empty, file specific FileConfiguration blocks in vcproj files

5842e1b2 – Martin Storsjö <[email protected]> authored on 2014/05/08 06:34
Unify the include directories in the WelsVP project

7676c5b6 – Martin Storsjö <[email protected]> authored on 2014/05/08 06:33
Unify the include dirs within the decConsole project

1446f8b5 – Martin Storsjö <[email protected]> authored on 2014/05/08 06:31
Don't use the encoder include dir when building the decoder

324205df – Martin Storsjö <[email protected]> authored on 2014/05/08 06:30
Remove references to nonexistent include directories

218adc7e – dongzhang <[email protected]> authored on 2014/05/09 09:50
Fix a bug in deblocking for neon 32 bit arm implementation

2f8f2880 – Ethan Hugg <[email protected]> authored on 2014/05/09 05:48
Merge pull request #812 from mstorsjo/remove-manual-win32-defines

e8e2cbcc – Martin Storsjö <[email protected]> authored on 2014/05/08 07:44
Revert "Set ASM_ARCH in all cases to fix Win64 Debug build"

4635232d – Martin Storsjö <[email protected]> authored on 2014/05/08 06:14
Don't manually define WIN32/WIN64

d63458f8 – Ethan Hugg <[email protected]> authored on 2014/05/09 05:29
Merge pull request #803 from mstorsjo/remove-unused-defines

094aa24b – Martin Storsjö <[email protected]> authored on 2014/05/08 06:21
Remove unused manual defines of _WINDOWS

0d8f7ab0 – Martin Storsjö <[email protected]> authored on 2014/05/08 06:19
Remove the unused WELSDEC/ENCPLUS_EXPORTS defines

e2ec07ae – Martin Storsjö <[email protected]> authored on 2014/05/08 06:17
Remove the unused leftover define HAVE_CACHE_LINE_ALIGN

8d23201a – sijchen <[email protected]> authored on 2014/05/09 13:22
Merge pull request #808 from mstorsjo/use-correct-param-types

c215e576 – sijchen <[email protected]> authored on 2014/05/09 13:08
Merge pull request #810 from huili2/ps_error_logic_ec

1b501bb5 – ruil2 <[email protected]> authored on 2014/05/09 07:09
Merge pull request #807 from sijchen/mmcoslcfix

5de9f41f – sijchen <[email protected]> authored on 2014/05/09 06:48
Fix the improper slice mmco setting

f6293153 – zhilwang <[email protected]> authored on 2014/05/09 04:45
Merge pull request #802 from mstorsjo/remove-unused-misspelled-define

51c918f2 – huili2 <[email protected]> authored on 2014/05/08 21:12
for PS error logic for EC

88a25713 – volvet <[email protected]> authored on 2014/05/08 17:19
Merge pull request #801 from mstorsjo/fix-manually-edited-vcproj

5713363c – volvet <[email protected]> authored on 2014/05/08 17:11
Merge pull request #804 from mstorsjo/regenerate-makefiles

322a3cca – volvet <[email protected]> authored on 2014/05/08 17:06
Merge pull request #805 from mstorsjo/remove-msvc-version-suffix

054530fd – volvet <[email protected]> authored on 2014/05/08 16:59
Merge pull request #800 from mstorsjo/matching-endif

ff33fdeb – volvet <[email protected]> authored on 2014/05/08 16:58
Merge pull request #799 from mstorsjo/use-predefined-define

3ea96df6 – volvet <[email protected]> authored on 2014/05/08 16:51
Merge pull request #798 from mstorsjo/remove-unused-header

3567a2e3 – HaiboZhu <[email protected]> authored on 2014/05/08 08:43
Merge pull request #796 from huili2/new_seq_au_reorder

26edfd1f – Martin Storsjö <[email protected]> authored on 2014/05/08 06:37
Remove the _2008 suffix from the Visual Studio solutions

66f0f6cc – Martin Storsjö <[email protected]> authored on 2014/05/08 06:36
Rename the WelsVP vcproj file to match the others

e61a6017 – dongzha <[email protected]> authored on 2014/05/08 07:24
Merge pull request #795 from huili2/new_seq_au_reorder

820cfb40 – Martin Storsjö <[email protected]> authored on 2014/05/08 07:20
Regenerate test/decoder/targets.mk using mktargets.sh

f8ae7fcc – Martin Storsjö <[email protected]> authored on 2014/05/08 06:20
Remove an unused, misspelled define set on only one source file

60f1ea80 – Martin Storsjö <[email protected]> authored on 2014/05/08 06:08
Make manually edited vcproj files match what visual studio actually generates

6e715ddc – Martin Storsjö <[email protected]> authored on 2014/05/08 06:02
Make an endif comment match the actual condition

d69d9c46 – Martin Storsjö <[email protected]> authored on 2014/05/08 06:01
Use the predefined _WIN32 instead of the manually defined WIN32 for windows specific code

b5cc7c2f – Martin Storsjö <[email protected]> authored on 2014/05/08 05:59
Remove a completely unused header

5e73cc42 – volvet <[email protected]> authored on 2014/05/08 04:56
Merge pull request #794 from ethanhugg/win64_fix

1839910b – huili2 <[email protected]> authored on 2014/05/07 13:56
fix order of new AU and new Seq

f9547636 – Martin Storsjö <[email protected]> authored on 2014/05/07 05:26
Use the actual parameter types in PSearchMethodFunc instead of void pointers

09025dc8 – Ethan Hugg <[email protected]> authored on 2014/05/07 01:40
Set ASM_ARCH in all cases to fix Win64 Debug build

7746e3f4 – zhilwang <[email protected]> authored on 2014/05/06 12:52
Merge pull request #793 from mstorsjo/fix-msvc-gtest

69fe242d – sijchen <[email protected]> authored on 2014/05/06 11:29
Merge pull request #790 from huili2/astyle_all

9a74427a – volvet <[email protected]> authored on 2014/05/06 11:00
Merge pull request #788 from mstorsjo/factorize-duplicated-test

f8970290 – huili2 <[email protected]> authored on 2014/05/06 10:00
Merge pull request #791 from zhilwang/intraSad

d4145ee7 – huili2 <[email protected]> authored on 2014/05/06 09:59
Merge pull request #792 from zhilwang/msvc-gtest

1e607d71 – zhiliang wang <[email protected]> authored on 2014/05/06 09:06
Fix gtest build error when OS=msvc.

82b875c3 – zhiliang wang <[email protected]> authored on 2014/05/06 07:16
Add func init on UT source code

853e71eb – Martin Storsjö <[email protected]> authored on 2014/05/06 07:14
Fix building gtest on MSVC

2d265877 – zhiliang wang <[email protected]> authored on 2014/05/06 06:45
Add func init for welsfillingPred

0c246861 – volvet <[email protected]> authored on 2014/05/05 18:13
Merge pull request #789 from mstorsjo/remove-unused-static-func

5ed24f21 – huili2 <[email protected]> authored on 2014/05/05 15:30
astyle all files

92e5489d – Martin Storsjö <[email protected]> authored on 2014/05/05 12:11
Avoid duplicating code in the MotionEstimate test

15432d4f – huili2 <[email protected]> authored on 2014/05/05 11:56
Merge pull request #787 from sijchen/fme_merge97

44640712 – sijchen <[email protected]> authored on 2014/05/05 11:41
Add FME unit test

c0f24876 – Martin Storsjö <[email protected]> authored on 2014/05/05 11:13
Remove an unused static method

cf5edec5 – sijchen <[email protected]> authored on 2014/05/05 06:29
Merge pull request #785 from mstorsjo/fix-me-test

81467fd9 – sijchen <[email protected]> authored on 2014/05/05 06:27
Merge pull request #786 from mstorsjo/use-proper-types

f797785a – zhilwang <[email protected]> authored on 2014/05/05 05:26
Merge pull request #782 from mstorsjo/fix-msvc-warning

fd446a1f – zhilwang <[email protected]> authored on 2014/05/05 04:45
Merge pull request #783 from mstorsjo/win64-clobber

26624bbf – Martin Storsjö <[email protected]> authored on 2014/05/04 14:00
Use the proper type in function parameters instead of void pointers

1711b497 – Martin Storsjö <[email protected]> authored on 2014/05/04 13:48
Take the test of TestHorizontalSearch_SSE41 into use

b1c13f49 – Martin Storsjö <[email protected]> authored on 2014/05/04 13:40
Properly limit the range for the random target motion vectors

Next