RSS feed
ca1a681b
– ekr <ekr@rtfm.com>
authored
on 2013/12/19 11:49
Merge pull request #59 from ethanhugg/cosmetic
630085ce
– Ethan Hugg <ehugg@cisco.com>
authored
on 2013/12/19 09:25
Cast pointer math to long long int
c49f303b
– Ethan Hugg <ehugg@cisco.com>
authored
on 2013/12/19 06:40
Use %llu instead to print a size_t.
b2066e1d
– Ethan Hugg <ehugg@cisco.com>
authored
on 2013/12/19 06:27
Move -Werror to platform file. Also, %zu can't be used on Windows.
50a74382
– Ethan Hugg <ehugg@cisco.com>
authored
on 2013/12/19 04:27
Fix warning and turn on -Werror for Travis
69cdf61f
– Ethan Hugg <ehugg@cisco.com>
authored
on 2013/12/16 06:46
Merge remote-tracking branch 'upstream/master' into cosmetic
bcf102db
– Ethan Hugg <ehugg@cisco.com>
authored
on 2013/12/16 06:36
Fixed warnings found by clang. Removed some trailing whitespace.
5d616714
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2013/12/16 04:37
Merge pull request #54 from rmuch/freebsd-build
51c121f9
– Rupert Muchembled <rupert@rmuch.net>
authored
on 2013/12/16 02:10
Add FreeBSD platform makefile
1ca805cd
– Andreas Gal <andreas.gal@gmail.com>
authored
on 2013/12/16 01:20
Merge pull request #55 from mstorsjo/no-libdl
f1cfd1e2
– Martin Storsjö <martin@martin.st>
authored
on 2013/12/16 04:31
Don't link to libdl when building with NO_DYNAMIC_VP defined
f427fc63
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2013/12/15 15:24
Merge pull request #53 from varunbpatil/cleanup
e65525d7
– Varun B Patil <varun.basavaraj.patil@gmail.com>
authored
on 2013/12/16 03:41
Improve handling of help switch in enc test app
e307cbb6
– ekr <ekr@rtfm.com>
authored
on 2013/12/15 10:10
Merge pull request #51 from ethanhugg/travis1
4d674231
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2013/12/15 08:17
Add 64bit builds to Travis
8d3b6177
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2013/12/15 08:01
Merge pull request #48 from licaiguo/master
077ffed5
– licaiguo <guolicai@gmail.com>
authored
on 2013/12/15 10:18
Add Windows 64-bit build to VS project files
cb1e34c9
– Andreas Gal <andreas.gal@gmail.com>
authored
on 2013/12/15 07:17
Merge pull request #50 from varunbpatil/cleanup
f5e00587
– Varun B Patil <varun.basavaraj.patil@gmail.com>
authored
on 2013/12/15 13:49
Make the two ParseCommandLine functions consistent
077c29a0
– Varun B Patil <varun.basavaraj.patil@gmail.com>
authored
on 2013/12/15 13:36
Remove redundant NULL check
42097a6e
– Varun B Patil <varun.basavaraj.patil@gmail.com>
authored
on 2013/12/15 13:34
Fix function name typo in enc test app
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