shithub: openh264

RSS feed

ac6828f4 – Licai Guo <guolicai@gmail.com> authored on 2013/12/14 15:37
Enable 64-bit build on Linux & Mac

f2aa3c75 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/14 03:42
Merge pull request #45 from mstorsjo/no-libdl

aa78f205 – Martin Storsjö <martin@martin.st> authored on 2013/12/14 08:15
Avoid all calls to libdl (or equivalent) if NO_DYNAMIC_VP is defined

a8d125f5 – adamroach <adam@nostrum.com> authored on 2013/12/13 10:41
Merge pull request #44 from ethanhugg/travis1

47227de1 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/13 10:33
Exempt gh-pages from Travis.

616dc87f – Andreas Gal <andreas.gal@gmail.com> authored on 2013/12/13 09:55
Merge pull request #41 from fluffy/cj1

90327962 – adamroach <adam@nostrum.com> authored on 2013/12/13 08:36
Merge pull request #43 from ethanhugg/travis1

3550319a – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/13 08:09
Add make test to Travis

41d1c31f – Cullen Jennings <fluffy@iii.ca> authored on 2013/12/13 08:03
Fix warnings on OSX compile

26307c12 – adamroach <adam@nostrum.com> authored on 2013/12/13 07:55
Merge pull request #42 from ethanhugg/cosmetic

8e56711f – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/13 07:52
Updated contributors file

e83ba4bd – adamroach <adam@nostrum.com> authored on 2013/12/13 06:01
Merge pull request #40 from ethanhugg/travis1

767260fa – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/13 05:00
Added apt-get lines to travis.yml

0360c982 – adamroach <adam@nostrum.com> authored on 2013/12/13 04:37
Merge pull request #39 from fluffy/travis1

5ee3337d – Cullen Jennings <fluffy@iii.ca> authored on 2013/12/13 05:10
Merge remote-tracking branch 'upstream/master'

ea2826e5 – Cullen Jennings <fluffy@iii.ca> authored on 2013/12/13 04:59
start playing with travis

a913cc85 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/13 03:54
Merge pull request #32 from mstorsjo/cosmetics

f9dea467 – Martin Storsjö <martin@martin.st> authored on 2013/12/13 05:06
Remove trailing whitespace

8f9a5469 – Martin Storsjö <martin@martin.st> authored on 2013/12/13 04:40
Convert source files to unix newlines

90e0057b – Andreas Gal <andreas.gal@gmail.com> authored on 2013/12/13 02:36
Merge pull request #36 from mstorsjo/no-mfc-include

b911920a – Martin Storsjö <martin@martin.st> authored on 2013/12/13 09:41
Don't include the MFC header afxres.h in windows resource files

9cf27c36 – Andreas Gal <andreas.gal@gmail.com> authored on 2013/12/13 02:35
Merge pull request #34 from mstorsjo/make-asm-override

17f9c22a – Martin Storsjö <martin@martin.st> authored on 2013/12/13 08:50
Include the platform makefile before adding defines for x86 asm

863e7a58 – Andreas Gal <andreas.gal@gmail.com> authored on 2013/12/13 02:34
Merge pull request #37 from mstorsjo/no-dynamic-close

309d0bbf – Martin Storsjö <martin@martin.st> authored on 2013/12/13 10:42
Add a missing NO_DYNAMIC_VP ifdef in the CWelsLib destructor

dcf08c6d – ekr <ekr@rtfm.com> authored on 2013/12/12 17:23
Merge pull request #28 from ethanhugg/master

ca83aaed – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/12 17:20
Updated CONTRIBUTORS file

073408be – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/12 10:35
Merge pull request #24 from rmuch/fixes

25e3978b – Rupert Muchembled <rupert@rmuch.net> authored on 2013/12/12 18:10
Fix typo in Windows build instructions

924aa420 – ekr <ekr@rtfm.com> authored on 2013/12/12 10:08
Merge pull request #22 from ethanhugg/astyle

758d0645 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/12 10:08
Merge pull request #23 from 0x09/master

3cc719ca – tab <tab@0x09.net> authored on 2013/12/12 12:56
Fix typo in strnlen fallback

ab97686e – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/12 09:54
Added notes in CODING_STYLE

fd420e07 – ekr <ekr@rtfm.com> authored on 2013/12/12 09:44
Merge pull request #21 from ethanhugg/astyle

ff6b6691 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/12 09:21
Pretty printed the C++ code with astyle

063709c9 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/12 03:44
Merge pull request #19 from mstorsjo/typofix

3331ff65 – Martin Storsjö <martin@martin.st> authored on 2013/12/12 11:12
Fix a typo in the public codec API

85414c19 – ekr <ekr@rtfm.com> authored on 2013/12/11 20:49
Merge pull request #18 from ruil2/master

53c8a37e – ruil2 <ruil2@cisco.com> authored on 2013/12/12 12:33
fix VS build issue: can't find typedefs.h in console project

661988ad – ruil2 <ruil2@cisco.com> authored on 2013/12/12 12:15
Fix issue:#9

b4e1c41b – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/11 16:24
Merge pull request #16 from ekr/gtest_fixup2

e7795c8d – EKR <ekr@rtfm.com> authored on 2013/12/12 08:12
Fix gtest detection

1928b9a1 – Cullen Jennings <fluffy@iii.ca> authored on 2013/12/11 15:28
Merge pull request #15 from ekr/add_gtests

8bb82769 – EKR <ekr@rtfm.com> authored on 2013/12/12 07:24
Make gtest support conditional

bc3c63c4 – EKR <ekr@rtfm.com> authored on 2013/12/12 06:38
Add a trivial init test

83007142 – EKR <ekr@rtfm.com> authored on 2013/12/12 06:20
Added

fb429bbf – EKR <ekr@rtfm.com> authored on 2013/12/12 05:56
Add gtest support

5449a8a5 – ekr <ekr@rtfm.com> authored on 2013/12/11 13:31
Merge pull request #14 from ethanhugg/master

a15ad8cc – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/11 04:52
Updated makefiles for new logging changes.

3747f562 – sijchen <sijchen@cisco.com> authored on 2013/12/11 04:27
Update CONTRIBUTORS

2ca14fed – Ethan Hugg <ehugg@Zeke.local> authored on 2013/12/11 01:51
Rebase of EKR's patches for tracing and frame size

99faf1ec – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/10 04:36
Merge pull request #8 from ekr/assembly_enable

cf92e8d6 – EKR <ekr@rtfm.com> authored on 2013/12/10 13:57
Add support for assembly on linux as well as multiple configs

2edc251d – EKR <ekr@rtfm.com> authored on 2013/12/10 11:19
First cut at new build system. Tested on Mac

59dae50b – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/09 00:16
Updated README

9b21ece7 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/09 00:10
Changed Test to use smaller .yuv file

edba9553 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/08 23:58
Initial Commit

82a49226 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/08 23:58
Initial Commit

368119aa – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/08 23:56
Initial Commit

70e5e62f – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/08 23:51
Initial Commit

bd509b22 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/08 23:47
Initial Commit

9514593b – Cullen Jennings <fluffy@iii.ca> authored on 2013/11/05 02:23
updated readme

19325902 – Cullen Jennings <fluffy@iii.ca> authored on 2013/11/04 13:53
updated README

f15d5f60 – Cullen Jennings <fluffy@iii.ca> authored on 2013/11/04 13:52
updated README

4ec78207 – Cullen Jennings <fluffy@iii.ca> authored on 2013/10/27 09:20
Initial commit