shithub: openh264

RSS feed

52cd5d99 – sijchen <sijchen@cisco.com> authored on 2015/06/10 11:58
Merge pull request #1979 from GuangweiWang/lumaMc

6ff4ef3b – sijchen <sijchen@cisco.com> authored on 2015/06/10 11:51
Merge pull request #1983 from mstorsjo/remove-tabs

78e0ec61 – Martin Storsjö <martin@martin.st> authored on 2015/05/15 07:09
Convert tabs to spaces before comments

3052b7ac – Martin Storsjö <martin@martin.st> authored on 2015/06/03 08:14
Remove tabs from vertically aligned function declarations and typedefs

764793d7 – Martin Storsjö <martin@martin.st> authored on 2015/06/03 05:56
Remove tabs in struct and class definitions

ca51ee0f – Martin Storsjö <martin@martin.st> authored on 2015/05/15 07:45
Remove tabs where a simple space is just enough

51efa57a – Martin Storsjö <martin@martin.st> authored on 2015/05/15 07:45
Convert tabs to spaces in vertically aligned code

72304483 – Martin Storsjö <martin@martin.st> authored on 2015/06/03 05:54
Convert tabs to spaces in defines

43767cdd – Martin Storsjö <martin@martin.st> authored on 2015/06/03 05:53
Remove tabs from commented out code

e1840a0e – Martin Storsjö <martin@martin.st> authored on 2015/06/03 05:56
Change indentation to use tabs instead of spaces in a few test project files

8796e40f – Martin Storsjö <martin@martin.st> authored on 2015/05/15 07:31
Run astyle on a newly added function

c2b79fa5 – Martin Storsjö <martin@martin.st> authored on 2015/06/03 06:11
Convert tabs to spaces within comments

6f64f237 – Guangwei Wang <guangwwa@cisco.com> authored on 2015/06/09 07:06
save neon register d8,d9

0237194f – Guangwei Wang <guangwwa@cisco.com> authored on 2015/06/09 06:19
bugfix:save neon register v8-v15

32d1510d – huili2 <huili2@cisco.com> authored on 2015/06/09 05:10
Merge pull request #1981 from HaiboZhu/Debug_mosaic_T30

aeed1fa6 – sijchen <sijchen@cisco.com> authored on 2015/06/08 09:25
Merge pull request #1980 from ruil2/rc_update

b2c08598 – sijchen <sijchen@cisco.com> authored on 2015/06/08 08:07
Merge pull request #1978 from sijchen/doc

70de76a2 – sijchen <sijchen@cisco.com> authored on 2015/06/08 08:06
Merge pull request #1975 from sijchen/rc_tr

682b0b73 – Haibo Zhu <haibozhu@cisco.com> authored on 2015/06/04 21:32
Bug fix about mosaic on T30 which caused by prev frame num update

f2d39198 – karina li <ruil2@cisco.com> authored on 2015/06/07 20:44
use the external setting for max_qp and min_qp

c9304246 – Guangwei Wang <guangwwa@cisco.com> authored on 2015/06/05 09:26
modify part of AArch64 LumaMc assembly functions to get improvement

8ca76ec3 – Sijia Chen <sijchen@cisco.com> authored on 2015/06/04 11:06
improve comments of the API

a3c96509 – sijchen <sijchen@cisco.com> authored on 2015/06/04 11:04
Merge pull request #1976 from mstorsjo/remove-tabs

8c60f84f – sijchen <sijchen@cisco.com> authored on 2015/06/03 12:59
Merge pull request #1974 from mstorsjo/sample-test-valgrind

ebbcb67f – Martin Storsjö <martin@martin.st> authored on 2015/05/15 08:00
Convert tabs to spaces in assignment of SIMD function pointers

26c1ce2d – Martin Storsjö <martin@martin.st> authored on 2015/06/03 08:03
Remove tabs from class constructor member initializer lists

c618b44b – Martin Storsjö <martin@martin.st> authored on 2015/06/03 09:13
Remove tabs from the end of lines like ") {"

c134aa75 – Martin Storsjö <martin@martin.st> authored on 2015/05/15 07:46
Remove unnecessary/pointless/accidental tabs from the middle of lines of code

a9d0d90e – Sijia Chen <sijchen@cisco.com> authored on 2015/06/03 10:31
correct a typo in rc log

ece17ff1 – Sijia Chen <sijchen@cisco.com> authored on 2015/06/03 10:13
add layer info in RC detail trace

b052a958 – Martin Storsjö <martin@martin.st> authored on 2015/05/15 07:08
Convert tabs to spaces in code that looks like tables

0298b3f5 – Martin Storsjö <martin@martin.st> authored on 2015/06/03 05:45
Initialize enough samples in the new 4x8 tests

f76325ed – huili2 <huili2@cisco.com> authored on 2015/06/02 10:44
Merge pull request #1973 from huili2/sub8

87f22d35 – huili2 <huili2@cisco.com> authored on 2015/06/02 10:42
Merge pull request #1972 from GuangweiWang/mc

c3cfce52 – huili2 <huili2@cisco.com> authored on 2015/06/01 11:11
modify some functions extending to sub8x8 usage, especially in ME part

b0a822dd – sijchen <sijchen@cisco.com> authored on 2015/06/01 12:23
Merge pull request #1971 from mstorsjo/version-header-spacing

b5529241 – sijchen <sijchen@cisco.com> authored on 2015/06/01 12:20
Merge pull request #1969 from BelledonneCommunications/bc-out-of-tree-build

ed73d519 – sijchen <sijchen@cisco.com> authored on 2015/06/01 06:43
Merge pull request #1963 from llyzs/dynamic_qp

5588e82f – sijchen <sijchen@cisco.com> authored on 2015/06/01 06:42
Merge pull request #1961 from mstorsjo/fix-warnings

7150d4fe – sijchen <sijchen@cisco.com> authored on 2015/06/01 06:40
Merge pull request #1968 from sijchen/mup

9d1ff982 – Ghislain MARY <ghislain.mary@belledonne-communications.com> authored on 2015/06/01 05:54
Use -fo option instead of /fo.

87eabf27 – Martin Storsjö <martin@martin.st> authored on 2015/06/01 05:19
Regenerate codec_ver.h using generate_codec_ver.sh

93a5597c – Ghislain MARY <ghislain.mary@belledonne-communications.com> authored on 2015/05/29 10:51
More fixes for out-of-tree build:

b8592d10 – Guangwei Wang <guangwwa@cisco.com> authored on 2015/05/29 09:50
add aarch64 for mc

92237fa3 – Sijia Chen <sijchen@cisco.com> authored on 2015/05/29 06:48
improve a log for frame-skip

fc97e3a6 – sijchen <sijchen@cisco.com> authored on 2015/05/29 05:31
Merge pull request #1967 from mstorsjo/outoftree-install

9ed902a8 – Martin Storsjö <martin@martin.st> authored on 2015/05/28 20:10
Use vpath instead of explicit $(SRC_PATH) for building .pc files out of tree

3a42ae54 – sijchen <sijchen@cisco.com> authored on 2015/05/28 13:04
Merge pull request #1958 from BelledonneCommunications/master

ccaf242b – Vic Lee <llyzs.vic@gmail.com> authored on 2015/05/28 06:19
Copy QP value when changing encoder config

1239bb24 – Martin Storsjö <martin@martin.st> authored on 2015/05/27 07:46
Remove a redundant check of this!=NULL

5eb11b53 – Sijia Chen <sijchen@cisco.com> authored on 2015/05/26 11:46
Add encoding in UT for better coverage

9442a7a0 – Sijia Chen <sijchen@cisco.com> authored on 2015/05/26 11:21
add parameter checking on resolution and related UT

11c159b6 – Sijia Chen <sijchen@cisco.com> authored on 2015/05/26 11:21
add parameter checking on resolution and related UT

8b7af7cb – Sijia Chen <sijchen@cisco.com> authored on 2015/05/26 11:19
add comment for interface and better condiction for warning trace

585b6162 – Sijia Chen <sijchen@cisco.com> authored on 2015/05/26 10:49
add some warning traces in case the setting of frame rate has problem

1b97daab – Ghislain MARY <ghislain.mary@belledonne-communications.com> authored on 2015/05/25 09:02
Fix install targets for out-of-tree builds.

d15afbbe – Sijia Chen <sijchen@cisco.com> authored on 2015/05/25 06:31
improve rate control trace

7a3ef3a0 – Sijia Chen <sijchen@cisco.com> authored on 2015/05/25 06:30
update version info to get accord with release

4da93242 – huili2 <huili2@cisco.com> authored on 2015/05/22 10:37
Merge pull request #1957 from HaiboZhu/Change_trace_level_avoid_too_many_traces

a62784e4 – huili2 <huili2@cisco.com> authored on 2015/05/21 11:39
Merge pull request #1956 from HaiboZhu/Debug_EC_off_mosaic

e757dce0 – Haibo Zhu <haibozhu@cisco.com> authored on 2015/05/20 16:54
Change the trace level from INFO to DEBUG to avoid too many traces

a4846812 – Haibo Zhu <haibozhu@cisco.com> authored on 2015/05/20 14:27
Fix bug about the decoder with mosaic when EC off

7d7a5c28 – sijchen <sijchen@cisco.com> authored on 2015/05/18 12:57
Merge pull request #1954 from mstorsjo/fix-screen-enc-bigendian

a3ab13c3 – sijchen <sijchen@cisco.com> authored on 2015/05/18 12:56
Merge pull request #1955 from ruil2/rc_reset

85869921 – karina li <ruil2@cisco.com> authored on 2015/05/17 22:40
reset buffer status when force IDR

89728faf – sijchen <sijchen@cisco.com> authored on 2015/05/15 14:09
Merge pull request #1953 from mstorsjo/remove-tabs

59940753 – sijchen <sijchen@cisco.com> authored on 2015/05/15 14:05
Merge pull request #1952 from mstorsjo/deblock-fix-test-bigendian

853423b5 – sijchen <sijchen@cisco.com> authored on 2015/05/15 10:08
Merge pull request #1944 from mstorsjo/deblock-bigendian

1d1b4f1d – sijchen <sijchen@cisco.com> authored on 2015/05/15 10:07
Merge pull request #1950 from mstorsjo/remove-tabs

b90eca78 – Martin Storsjö <martin@martin.st> authored on 2015/05/15 09:03
Avoid endian assumptions in FillQpelLocationByFeatureValue_c

df994fa3 – Martin Storsjö <martin@martin.st> authored on 2015/05/04 08:03
Convert tabs to spaces in enums and tables of defines

61027613 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 10:21
Convert tabs to spaces in the public headers

b05468b5 – Martin Storsjö <martin@martin.st> authored on 2015/05/15 06:34
Convert tabs to spaces in multiline comments

31453e30 – Martin Storsjö <martin@martin.st> authored on 2015/05/15 06:04
Revert broken big-endian fix for DeblockingBsMarginalMBAvcbase

f5b7513d – sijchen <sijchen@cisco.com> authored on 2015/05/15 04:44
Merge pull request #1949 from shihuade/NewSHATableV1.2

8c66a7c2 – huade <huashi@cisco.com> authored on 2015/05/14 14:09
update SHA1 table as long time cost on travis

0ca7ff49 – Martin Storsjö <martin@martin.st> authored on 2015/05/04 08:17
Convert tabs to spaces in assignment of SIMD function pointers

95ac7275 – Martin Storsjö <martin@martin.st> authored on 2014/06/10 07:23
Convert tabs to spaces in .def files

5c7fe312 – Martin Storsjö <martin@martin.st> authored on 2015/05/04 08:32
Convert tabs to spaces in the public header code examples

d152c254 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 11:29
Remove tabs from the copyright/license section in file headers

569e7d12 – sijchen <sijchen@cisco.com> authored on 2015/05/14 08:37
Merge pull request #1945 from mstorsjo/remove-tabs

8c5f36ba – sijchen <sijchen@cisco.com> authored on 2015/05/14 05:57
Merge pull request #1941 from mstorsjo/c++-warnings

0185a07e – sijchen <sijchen@cisco.com> authored on 2015/05/14 05:56
Merge pull request #1942 from mstorsjo/fix-longlong-consts

7a80c215 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 11:45
Reformat tables without tabs

dd913ef8 – Martin Storsjö <martin@martin.st> authored on 2015/05/04 06:52
Don't use tabs for indentation in multi-line macros

239e22d0 – Martin Storsjö <martin@martin.st> authored on 2015/05/13 10:43
Remove endianness assumptions from DeblockingBsMarginalMBAvcbase

2453042b – sijchen <sijchen@cisco.com> authored on 2015/05/13 10:58
Merge pull request #1938 from mstorsjo/format-string-spacing

6e3e42b6 – sijchen <sijchen@cisco.com> authored on 2015/05/13 10:57
Merge pull request #1939 from mstorsjo/msvc-app

652ee84e – Martin Storsjö <martin@martin.st> authored on 2015/05/13 06:44
Enable -Wc++11-compat-reserved-user-defined-literal when building with clang on linux

2af19fa6 – Martin Storsjö <martin@martin.st> authored on 2015/05/13 06:36
Add a LL suffix to 64 bit integer literals

cf33d703 – zhilwang <zhilwang@cisco.com> authored on 2015/05/12 20:37
Merge pull request #1937 from brly/feature-detect-avx2

9ac4c820 – Martin Storsjö <martin@martin.st> authored on 2015/05/04 08:20
Add spaces around PRId64 macros in format strings

b2f1cbaa – Martin Storsjö <martin@martin.st> authored on 2015/05/05 06:33
Add a separate platform makefile for "msvc-app"

b7fb9414 – brly <info@brly.net> authored on 2015/05/10 16:03
Add detection of AVX2

6d5ef0ba – Martin Storsjö <martin@martin.st> authored on 2015/05/08 10:32
Use separate string literals instead of line continuation for multiline log messages

f1d1af0d – huili2 <huili2@cisco.com> authored on 2015/05/08 12:24
Merge pull request #1934 from sijchen/fix_stat

84a5f883 – huili2 <huili2@cisco.com> authored on 2015/05/08 12:24
Merge pull request #1935 from sijchen/fix_rc3

b3342fa1 – Martin Storsjö <martin@martin.st> authored on 2015/05/05 06:31
Add spaces around an assignment to match the surrounding style

38ffbf7d – Sijia Chen <sijchen@cisco.com> authored on 2015/05/08 07:10
fix an improper mb-size assignment

00168404 – Sijia Chen <sijchen@cisco.com> authored on 2015/05/07 10:50
remove un-calculated value setting, and add one more item in log to supervise

Next