shithub: openh264

RSS feed

eb7cdf2b – Martin Storsjö <[email protected]> authored on 2014/06/29 10:20
Rename some decoder tables to match the name used in the encoder

4aa22da8 – Martin Storsjö <[email protected]> authored on 2014/06/28 21:16
Remove an unused constant

2b038fa7 – zhilwang <[email protected]> authored on 2014/06/30 06:09
Merge pull request #1037 from mstorsjo/unify-align-macros

e9b8d927 – zhilwang <[email protected]> authored on 2014/06/30 06:08
Merge pull request #1039 from mstorsjo/unify-msvc-project-files

17f3dd5a – zhilwang <[email protected]> authored on 2014/06/30 06:07
Merge pull request #1041 from mstorsjo/upgrade-ios-projects

1780a81a – zhilwang <[email protected]> authored on 2014/06/30 06:06
Merge pull request #1042 from mstorsjo/avoid-ios-build-warnings

bfd8f975 – zhilwang <[email protected]> authored on 2014/06/30 06:05
Merge pull request #1040 from mstorsjo/gitignore-msvc

eb221eb3 – zhilwang <[email protected]> authored on 2014/06/30 06:05
Merge pull request #1030 from mstorsjo/cpuid-32bit-param

58349156 – zhilwang <[email protected]> authored on 2014/06/30 06:04
Merge pull request #1035 from mstorsjo/aarch64-cpufeatures

fd132aba – zhilwang <[email protected]> authored on 2014/06/30 06:02
Merge pull request #1033 from mstorsjo/aarch64-typofix

0549fb99 – zhilwang <[email protected]> authored on 2014/06/30 06:01
Merge pull request #1034 from mstorsjo/aarch64-combined-satd-sad

704cad26 – zhilwang <[email protected]> authored on 2014/06/30 06:00
Merge pull request #1038 from mstorsjo/avoid-manual-alignment

68b4b09a – Martin Storsjö <[email protected]> authored on 2014/06/27 15:26
Don't load undefined bits into rcx before calling the cpuid instruction

f6302ea4 – Martin Storsjö <[email protected]> authored on 2014/06/29 11:39
Mark xcode projects as upgraded to/checked for the latest version

b5407915 – Martin Storsjö <[email protected]> authored on 2014/06/29 11:59
Avoid warnings when building for iOS

83d7c354 – Martin Storsjö <[email protected]> authored on 2014/06/29 09:09
Ignore files generated by MSVC

3a43c6ba – Martin Storsjö <[email protected]> authored on 2014/06/29 09:41
Remove custom, manual linker options for the encoder in the MSVC project files

157935e9 – Martin Storsjö <[email protected]> authored on 2014/06/29 09:35
Write map files to the default directory instead of a custom directory

7fba7a08 – Martin Storsjö <[email protected]> authored on 2014/06/29 09:33
Set ProgramDatabaseFile to the default used in all other project files

6e815e70 – Martin Storsjö <[email protected]> authored on 2014/06/28 20:51
Use ENFORCE_STACK_ALIGN_1D instead of manually doing stack buffer alignment

263833b3 – Martin Storsjö <[email protected]> authored on 2014/06/28 20:36
Remove the now unused macros __align16, ALIGNED_DECLARE_MATRIX_1D and ALIGNED_DECLARE_MATRIX_2D

f3004764 – Martin Storsjö <[email protected]> authored on 2014/06/28 20:36
Use the ALIGNED_DECLARE macro instead of __align16

12b62441 – Martin Storsjö <[email protected]> authored on 2014/06/28 20:29
Use the common syntax of using ALIGNED_DECLARE to declare arrays

d8e78fee – huili2 <[email protected]> authored on 2014/06/28 07:08
Merge pull request #1032 from mstorsjo/typofix

c8b4ef22 – huili2 <[email protected]> authored on 2014/06/28 07:05
Merge pull request #1029 from ruil2/update_param

66deed24 – Martin Storsjö <[email protected]> authored on 2014/06/27 16:13
Implement WelsCPUFeatureDetect for AArch64

cf6ae234 – Martin Storsjö <[email protected]> authored on 2014/06/27 19:43
Prefer modes in the same order as the reference, in the aarch64 combined intra satd/sad

b406f447 – Martin Storsjö <[email protected]> authored on 2014/06/27 19:26
Fix a typo in arm64 assembly macros, ARCH64 -> AARCH64

a474e00d – Martin Storsjö <[email protected]> authored on 2014/06/27 17:00
Fix a typo, Chorma -> Chroma

863ec74f – ruil2 <[email protected]> authored on 2014/06/27 14:09
fix update parameters

f8ca91f3 – dongzha <[email protected]> authored on 2014/06/27 11:56
Merge pull request #1025 from huili2/EC_return_error

300bbfb6 – dongzha <[email protected]> authored on 2014/06/27 11:55
Merge pull request #1014 from zhilwang/arm64-intraSad

e389cf43 – zhiliang wang <[email protected]> authored on 2014/06/27 10:11
refine file name.

775b5079 – huili2 <[email protected]> authored on 2014/06/27 09:14
Merge pull request #1024 from ruil2/trace_fix

f71cf378 – huili2 <[email protected]> authored on 2014/06/27 09:14
Merge pull request #1023 from ruil2/remove_check

1ffcd36c – ruil2 <[email protected]> authored on 2014/06/27 07:34
change void* to explicit type definition

fa138e86 – ruil2 <[email protected]> authored on 2014/06/27 06:52
trace fix

0f449912 – zhilwang <[email protected]> authored on 2014/06/27 06:07
Merge pull request #1019 from mstorsjo/android-build-deps

894f073e – Ethan Hugg <[email protected]> authored on 2014/06/27 05:32
Merge pull request #1027 from mstorsjo/fix-chmod

19e59305 – zhilwang <[email protected]> authored on 2014/06/27 15:21
Merge pull request #1028 from mstorsjo/fix-arm64-asm

e16487d4 – Martin Storsjö <[email protected]> authored on 2014/06/27 08:50
Clear the executable bit from new assembly source files

40e74e43 – Martin Storsjö <[email protected]> authored on 2014/06/27 08:54
Fix building intra_pred_sad_3_opt_aarch64_neon.S with gnu binutils

2626ed21 – ruil2 <[email protected]> authored on 2014/06/27 05:25
only supports fixed LTR_NUM for screen and camera

e138ee52 – ruil2 <[email protected]> authored on 2014/06/27 05:04
Merge pull request #1020 from mstorsjo/simplify-64bit-suffix

275d7efb – ruil2 <[email protected]> authored on 2014/06/27 05:03
Merge pull request #1021 from mstorsjo/remove-unused-declarations

b3141edc – ruil2 <[email protected]> authored on 2014/06/27 05:01
Merge pull request #1022 from mstorsjo/const-tables

b55f1bdf – huili2 <[email protected]> authored on 2014/06/26 18:13
add return error if data lost

32d5c22a – huili2 <[email protected]> authored on 2014/06/26 13:40
Merge pull request #1018 from ruil2/remove_check

04d7e63a – ruil2 <[email protected]> authored on 2014/06/26 13:18
remove more checking

4f403ac0 – HaiboZhu <[email protected]> authored on 2014/06/26 12:48
Merge pull request #1017 from ruil2/remove_check

3a077720 – ruil2 <[email protected]> authored on 2014/06/26 12:17
remove temporal layer checking

f7ba0e4d – Martin Storsjö <[email protected]> authored on 2014/06/26 10:05
Make some tables const where easily possible

bfd3a1dd – Martin Storsjö <[email protected]> authored on 2014/06/26 10:44
Remove a stray function declaration

12e456cc – Martin Storsjö <[email protected]> authored on 2014/06/26 10:41
Remove an unused and undeclared global table

1f88cbf4 – Martin Storsjö <[email protected]> authored on 2014/06/26 10:16
Remove an unused global non-const table

78109f36 – Martin Storsjö <[email protected]> authored on 2014/06/26 10:33
Use the ULL prefix for 64 bit constants on MSVC as well

16a4066e – Martin Storsjö <[email protected]> authored on 2014/06/26 10:56
Generate dependencies while building for android

14f2fe21 – huili2 <[email protected]> authored on 2014/06/26 07:27
Merge pull request #1016 from syureyi/iosat

e1152f94 – ruil2 <[email protected]> authored on 2014/06/26 06:25
Merge pull request #1015 from huili2/astyle_all_UT

10126538 – huili2 <[email protected]> authored on 2014/06/26 05:20
Merge pull request #1005 from huili2/rc_overflow

8b1b0b65 – zhuling13 <[email protected]> authored on 2014/06/25 15:57
for auto testing

dc3fae44 – huili2 <[email protected]> authored on 2014/06/25 14:50
astyle all

f0ec323e – zhiliang wang <[email protected]> authored on 2014/06/25 09:43
Add arm64 neon code for intraSad&Satd

708f7939 – Ethan Hugg <[email protected]> authored on 2014/06/25 06:37
Merge pull request #1012 from mstorsjo/round-scalefactor

f066df41 – Martin Storsjö <[email protected]> authored on 2014/06/25 07:05
Use WELS_ROUND in the neon version of GeneralBilinearAccurateDownsampler

e4220b7b – ruil2 <[email protected]> authored on 2014/06/25 10:44
Merge pull request #1010 from mstorsjo/fix-log-format

1ba24912 – ruil2 <[email protected]> authored on 2014/06/25 10:38
Merge pull request #1009 from mstorsjo/remove-unused-var

f9abd70e – Ethan Hugg <[email protected]> authored on 2014/06/25 05:30
Merge pull request #1008 from mstorsjo/plugin-build

be94bf9f – huili2 <[email protected]> authored on 2014/06/25 13:29
Merge pull request #1006 from ruil2/bug_fix

7b461e10 – huili2 <[email protected]> authored on 2014/06/25 13:26
Merge pull request #1013 from ruil2/command_db

efc5bbd9 – ruil2 <[email protected]> authored on 2014/06/25 12:37
format update

f9654726 – zhilwang <[email protected]> authored on 2014/06/25 12:20
Merge pull request #1011 from mstorsjo/ignore-gmp

057e3866 – ruil2 <[email protected]> authored on 2014/06/25 12:18
add iSubSeqId calculation

542f8fc0 – huili2 <[email protected]> authored on 2014/06/25 11:57
Merge pull request #1007 from ruil2/gmp_idr

de399047 – ruil2 <[email protected]> authored on 2014/06/25 11:43
format update

56222afe – ruil2 <[email protected]> authored on 2014/06/25 11:21
remove redundant code

99cfac6a – ruil2 <[email protected]> authored on 2014/06/25 10:11
add IDR processing in gmp wrapper

0a1b6150 – ruil2 <[email protected]> authored on 2014/06/25 09:31
fix defect7654 that the encoder won't generate IDR when temporal layer setting changes

8cdf6aac – Martin Storsjö <[email protected]> authored on 2014/06/25 05:55
Add the external directory gmp-api to gitignore

70f93d88 – Martin Storsjö <[email protected]> authored on 2014/06/25 05:21
Remove an unused variable

b7671471 – Martin Storsjö <[email protected]> authored on 2014/06/25 05:19
Print an intX_t by casting to int64_t

0f1f158d – Martin Storsjö <[email protected]> authored on 2014/06/25 05:07
Don't build an unused libmodule.a file

5e9492cb – Martin Storsjö <[email protected]> authored on 2014/06/25 05:05
Use a less generic name for linking to STL when building the plugin for android

a24b781e – Martin Storsjö <[email protected]> authored on 2014/06/25 05:02
Make sure that libgmpopenh264.so is removed on "make clean"

b3f7896a – Martin Storsjö <[email protected]> authored on 2014/06/25 04:59
Inject STL_INCLUDES via MODULE_INCLUDES for the gmp plugin

606d748e – huili2 <[email protected]> authored on 2014/06/23 19:49
prevent int32 multiplication overflow

6e8fceb0 – huili2 <[email protected]> authored on 2014/06/24 09:24
Merge pull request #1001 from huili2/reflist_warning_remove

bcdb9118 – huili2 <[email protected]> authored on 2014/06/24 09:23
Merge pull request #1002 from ganyangbbl/slicectx_bugfix

3f333b01 – Ethan Hugg <[email protected]> authored on 2014/06/24 04:44
Merge pull request #1004 from emannion/android_plugin

51d86821 – sijchen <[email protected]> authored on 2014/06/24 14:00
Merge pull request #1003 from ruil2/subseq

7c0b92e3 – enda mannion <[email protected]> authored on 2014/06/24 08:32
building plugin on Android

43b56d99 – ganyang <[email protected]> authored on 2014/06/23 13:25
fix overflow issue caused by pCountMbNumInSlice

f40b9645 – ruil2 <[email protected]> authored on 2014/06/23 12:38
update unit test code to support name change

3fefb08b – ruil2 <[email protected]> authored on 2014/06/23 12:18
add iSubSeqId to make the meaning clearly.

82a4bee0 – dongzha <[email protected]> authored on 2014/06/23 10:51
Merge pull request #997 from huili2/rc_align

ac1630f4 – dongzha <[email protected]> authored on 2014/06/23 10:50
Merge pull request #999 from ruil2/format_update

f0728ed3 – dongzha <[email protected]> authored on 2014/06/23 10:49
Merge pull request #1000 from ruil2/frame_idc

b0d6cf7b – huili2 <[email protected]> authored on 2014/06/23 10:01
Merge pull request #992 from ruil2/interface_update

cd764696 – ruil2 <[email protected]> authored on 2014/06/23 09:48
remove frametype,add frameIdc paramter

d1176246 – ruil2 <[email protected]> authored on 2014/06/23 09:18
format update

Next