shithub: openh264

RSS feed

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

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

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

7c868cab – huili2 <huili2@cisco.com> authored on 2015/05/06 09:43
Merge pull request #1931 from HaiboZhu/Bug_Fix_EncoderInterface_OptionSetTest

61b82d28 – Haibo Zhu <haibozhu@cisco.com> authored on 2015/04/29 20:14
Add framerate & spatialbitrate comparison for encoder UT

55a5272f – sijchen <sijchen@cisco.com> authored on 2015/05/05 07:53
Merge pull request #1927 from shihuade/WP8_UNICODE_API_Fixed

3aed85f7 – sijchen <sijchen@cisco.com> authored on 2015/05/05 07:44
Merge pull request #1926 from mstorsjo/remove-unnecessary-continuation

fc4e9058 – sijchen <sijchen@cisco.com> authored on 2015/05/05 07:43
Merge pull request #1925 from mstorsjo/misc-minor-whitespace

b19041c1 – sijchen <sijchen@cisco.com> authored on 2015/05/05 07:42
Merge pull request #1924 from mstorsjo/mismatched-filenames

67723a51 – huade <huashi@cisco.com> authored on 2015/05/04 13:45
fixed no-support issues due to UNICODE macro for WP8

f21aaa1c – Martin Storsjö <martin@martin.st> authored on 2015/05/04 07:03
Remove unnecessary line continuation for concatenating strings

65d68264 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 10:25
Astyle a cpp file in the android test project

ad9e65b9 – Martin Storsjö <martin@martin.st> authored on 2015/05/04 07:52
Remove trailing whitespace in the iOS codec unittest files

8d34c68a – Martin Storsjö <martin@martin.st> authored on 2015/05/04 08:24
Add a missing newline at the end of a file

613a7a0e – Martin Storsjö <martin@martin.st> authored on 2015/05/04 08:09
Convert a tab to a space in an #ifndef

2bd89983 – Martin Storsjö <martin@martin.st> authored on 2015/05/04 07:06
Fix cases where file headers refer the wrong (old?) file name

2d2c5d01 – zhilwang <zhilwang@cisco.com> authored on 2015/04/29 13:41
Merge pull request #1918 from mstorsjo/ifdef-spaces

15a8977a – zhilwang <zhilwang@cisco.com> authored on 2015/04/29 13:41
Merge pull request #1919 from mstorsjo/printf-tabs

9bda41b1 – zhilwang <zhilwang@cisco.com> authored on 2015/04/29 13:41
Merge pull request #1920 from mstorsjo/codec-ver-spacing

617f7c5d – zhilwang <zhilwang@cisco.com> authored on 2015/04/29 13:41
Merge pull request #1921 from mstorsjo/remove-brace-tabs

a9c6a9d7 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 10:37
Remove tabs from the end of lines like ") {"

02354832 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 09:58
Add spaces in the struct in codec_ver.h

ec99a3bc – Martin Storsjö <martin@martin.st> authored on 2015/04/27 12:22
Use \t or plain spaces instead of literal tabs in printf formats

f324c354 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 11:35
Remove unnecessary double spaces and tabs in ifdef directives

baf93a34 – HaiboZhu <haibozhu@cisco.com> authored on 2015/04/29 11:18
Merge pull request #1916 from huili2/bugfix_nodelay_dpbcrash

3c8e2a17 – huili2 <huili2@cisco.com> authored on 2015/04/28 12:25
Merge pull request #1915 from sijchen/winver3

ecd61026 – huili2 <huili2@cisco.com> authored on 2015/04/28 09:42
disable ECed output for nodelay decoding

5cf16344 – zhilwang <zhilwang@cisco.com> authored on 2015/04/27 13:54
Merge pull request #1914 from mstorsjo/asm-cleanup

faf1bdde – huili2 <huili2@cisco.com> authored on 2015/04/28 04:47
Merge pull request #1913 from mstorsjo/style-cleanup

b1570b17 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 09:50
Convert mixed tabs to spaces in shell scripts

a00e2e72 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 09:47
Convert tabs to spaces in sample_sc.asm

7d3bb19b – Martin Storsjö <martin@martin.st> authored on 2015/04/27 09:44
Fix up indentation in some arm assembly files

db750af8 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 09:37
Remove stray dos newlines in files that otherwise have unix newlines

8e26d9c3 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 09:53
Astyle the android unittest java file

31a9fb69 – Martin Storsjö <martin@martin.st> authored on 2015/04/27 09:34
Remove trailing whitespace

486f2daf – Sijia Chen <sijchen@cisco.com> authored on 2015/04/27 08:11
remove the unsupport option -nologo

81df4c69 – sijchen <sijchen@cisco.com> authored on 2015/04/27 06:34
Merge pull request #1910 from mstorsjo/make-simplify

f78db981 – huili2 <huili2@cisco.com> authored on 2015/04/23 10:56
Merge pull request #1912 from HaiboZhu/Bug_fix_ref_picture

c24c967c – Haibo Zhu <haibozhu@cisco.com> authored on 2015/04/22 15:58
Fix the possible infinite loop bug and Fix the judgement condition

4f527a0f – sijchen <sijchen@cisco.com> authored on 2015/04/22 05:31
Merge pull request #1909 from mstorsjo/fix-msvc-make

9ebab709 – Martin Storsjö <martin@martin.st> authored on 2015/04/22 05:23
Clean up spacing in the quiet rules in the makefile

f077d51f – Martin Storsjö <martin@martin.st> authored on 2015/04/22 05:20
Move the "all" make target before including any platform files

75251b5a – Martin Storsjö <martin@martin.st> authored on 2015/04/22 05:18
Remove stray spaces before colon in messages

33e4f14b – Martin Storsjö <martin@martin.st> authored on 2015/04/22 05:18
Remove a stray space in a makefile rule

fed2043f – Martin Storsjö <martin@martin.st> authored on 2015/04/22 05:14
Group version related makefile variables together

dac13639 – huili2 <huili2@cisco.com> authored on 2015/04/21 05:42
Merge pull request #1908 from HaiboZhu/Add_Highprofile

615b0b53 – Martin Storsjö <martin@martin.st> authored on 2015/04/21 05:12
Mention the "all" target before the extra dependencies for openh264.dll in msvc.mk

15b7bc22 – sijchen <sijchen@cisco.com> authored on 2015/04/21 05:06
Merge pull request #1907 from mstorsjo/x86-64-arch-simplify

dc59a758 – sijchen <sijchen@cisco.com> authored on 2015/04/21 04:55
Merge pull request #1906 from mstorsjo/dll-res

3b01ce3f – sijchen <sijchen@cisco.com> authored on 2015/04/21 04:51
Merge pull request #1903 from mstorsjo/fix-msvc-autobuild

9acca331 – Martin Storsjö <martin@martin.st> authored on 2015/04/20 08:21
Remove unnecessary setting of ENABLE64BIT

24f8f213 – Martin Storsjö <martin@martin.st> authored on 2015/04/20 07:47
Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64

a436676b – Martin Storsjö <martin@martin.st> authored on 2015/04/20 07:25
Update openh264.rc when updating the version number

350b69bb – Martin Storsjö <martin@martin.st> authored on 2015/04/20 07:17
Simplify the version generation script

2b33c749 – Martin Storsjö <martin@martin.st> authored on 2015/04/20 07:08
Include the version number and other info in the built DLL file

473f2e3d – sijchen <sijchen@cisco.com> authored on 2015/04/20 07:18
Merge pull request #1901 from mstorsjo/cleanup

d0eec6df – sijchen <sijchen@cisco.com> authored on 2015/04/20 07:18
Merge pull request #1902 from mstorsjo/makefile-cleanup

Next