Commit Graph

  • 90db78dede Fixed typo in old Linux encoder makefile Ethan Hugg 2013-12-26 07:16:35 -08:00
  • 71e48218c4 Merge pull request #63 from mstorsjo/crossbuild Ethan Hugg 2013-12-27 08:23:06 -08:00
  • 9254d722d3 Merge pull request #62 from varunbpatil/cleanup Ethan Hugg 2013-12-26 17:52:49 -08:00
  • d1f8b10b24 Merge pull request #75 from ruil2/master Ethan Hugg 2013-12-26 09:56:20 -08:00
  • adc90d6f14 Merge pull request #64 from Vproject/mingw Ethan Hugg 2013-12-26 09:39:09 -08:00
  • 70d2ae8334 Non-multiple of 16 width/height support for enc testapp Varun B Patil 2013-12-25 16:14:37 +05:30
  • d6cea43bd7 remove some redundant files ruil2 2013-12-24 11:49:14 +08:00
  • b939d91517 Add workaround for missing strnlen. V 2013-12-23 22:03:41 +01:00
  • 47e8134b92 Remove extra [:digit:] from tr command V 2013-12-20 14:43:30 +01:00
  • 7fa09903cf Add MinGW platform makefile and related source changes V 2013-12-17 14:13:21 +01:00
  • e66b3488c5 Merge pull request #69 from ethanhugg/cosmetic ekr 2013-12-23 03:54:35 -08:00
  • c01ffd25c8 Merge pull request #58 from ethanhugg/othercontribs ekr 2013-12-23 03:53:59 -08:00
  • 130786c234 Merge pull request #70 from ethanhugg/readme ekr 2013-12-23 03:53:04 -08:00
  • c21b70f159 Merge pull request #73 from ruil2/master ekr 2013-12-23 03:37:24 -08:00
  • 973902cf3f typo correction-- update another file ruil2 2013-12-23 11:01:35 +08:00
  • 27bd915423 typo correction ruil2 2013-12-23 10:47:13 +08:00
  • da2936c537 Fix typo in CmdLineExamples.sh Ethan Hugg 2013-12-21 08:22:01 -08:00
  • 3789d4e69a Updated readme and CmdLineExamples to point to new make system. Ethan Hugg 2013-12-20 16:06:35 -08:00
  • e69983d6de Improve command line arguments handling in dec testapp Varun B Patil 2013-12-18 18:26:10 +05:30
  • 5ff3a23c18 Fix typo which ignored dec options file in dec testapp Varun B Patil 2013-12-18 16:41:41 +05:30
  • 2bc7d2bf86 memset not required as struct is already initialized to 0. Varun B Patil 2013-12-18 11:32:40 +05:30
  • 301fd58c04 Replace some fancy stuff with simple function Varun B Patil 2013-12-17 12:15:38 +05:30
  • 2f87e0c908 Merge pull request #66 from mstorsjo/valgrind Ethan Hugg 2013-12-19 19:09:41 -08:00
  • 77fde5c9bc Turn on -Werror for OSX builds Ethan Hugg 2013-12-19 17:05:30 -08:00
  • ca1a681b55 Merge pull request #59 from ethanhugg/cosmetic ekr 2013-12-19 16:49:40 -08:00
  • 630085ce6e Cast pointer math to long long int Ethan Hugg 2013-12-19 14:25:42 -08:00
  • c49f303b14 Use %llu instead to print a size_t. Ethan Hugg 2013-12-19 11:40:40 -08:00
  • b2066e1dc2 Move -Werror to platform file. Also, %zu can't be used on Windows. Ethan Hugg 2013-12-19 11:27:05 -08:00
  • 50a74382f0 Fix warning and turn on -Werror for Travis Ethan Hugg 2013-12-19 09:27:22 -08:00
  • 3eda5a899e Don't check for scene changes on forced IDR frames Martin Storsjö 2013-12-18 13:37:45 +02:00
  • 785ac16d28 Use $(AR) instead of explicitly calling 'ar' Martin Storsjö 2013-12-17 12:29:21 +02:00
  • 69cdf61f49 Merge remote-tracking branch 'upstream/master' into cosmetic Ethan Hugg 2013-12-16 11:46:07 -08:00
  • bcf102db83 Fixed warnings found by clang. Removed some trailing whitespace. Ethan Hugg 2013-12-16 11:36:54 -08:00
  • 5d616714c4 Merge pull request #54 from rmuch/freebsd-build Ethan Hugg 2013-12-16 09:37:11 -08:00
  • c97be377b1 Rollup of minor fixes found by Martin Ettl Ethan Hugg 2013-12-16 09:25:35 -08:00
  • 1ca805cd85 Merge pull request #55 from mstorsjo/no-libdl Andreas Gal 2013-12-16 06:20:38 -08:00
  • f1cfd1e28a Don't link to libdl when building with NO_DYNAMIC_VP defined Martin Storsjö 2013-12-16 09:31:00 +02:00
  • 51c121f947 Add FreeBSD platform makefile Rupert Muchembled 2013-12-16 07:10:26 +00:00
  • f427fc63df Merge pull request #53 from varunbpatil/cleanup Ethan Hugg 2013-12-15 20:24:18 -08:00
  • e65525d7b4 Improve handling of help switch in enc test app Varun B Patil 2013-12-16 08:41:54 +05:30
  • e307cbb6a1 Merge pull request #51 from ethanhugg/travis1 ekr 2013-12-15 15:10:26 -08:00
  • 4d67423170 Add 64bit builds to Travis Ethan Hugg 2013-12-15 13:17:49 -08:00
  • 8d3b617761 Merge pull request #48 from licaiguo/master Ethan Hugg 2013-12-15 13:01:20 -08:00
  • cb1e34c932 Merge pull request #50 from varunbpatil/cleanup Andreas Gal 2013-12-15 12:17:27 -08:00
  • f5e0058786 Make the two ParseCommandLine functions consistent Varun B Patil 2013-12-15 18:49:08 +05:30
  • 077c29a0f1 Remove redundant NULL check Varun B Patil 2013-12-15 18:36:15 +05:30
  • 42097a6ed3 Fix function name typo in enc test app Varun B Patil 2013-12-15 18:34:50 +05:30
  • 077ffed5ea Add Windows 64-bit build to VS project files licaiguo 2013-12-15 15:18:19 +08:00
  • ac6828f4fa Enable 64-bit build on Linux & Mac Licai Guo 2013-12-14 20:37:33 -08:00
  • f2aa3c75ae Merge pull request #45 from mstorsjo/no-libdl Ethan Hugg 2013-12-14 08:42:09 -08:00
  • aa78f205d6 Avoid all calls to libdl (or equivalent) if NO_DYNAMIC_VP is defined Martin Storsjö 2013-12-14 13:15:58 +02:00
  • a8d125f52e Merge pull request #44 from ethanhugg/travis1 adamroach 2013-12-13 15:41:30 -08:00
  • 47227de12e Exempt gh-pages from Travis. Ethan Hugg 2013-12-13 15:33:22 -08:00
  • 616dc87feb Merge pull request #41 from fluffy/cj1 Andreas Gal 2013-12-13 14:55:09 -08:00
  • 90327962c3 Merge pull request #43 from ethanhugg/travis1 adamroach 2013-12-13 13:36:56 -08:00
  • 3550319a96 Add make test to Travis Ethan Hugg 2013-12-13 13:09:59 -08:00
  • 26307c1263 Merge pull request #42 from ethanhugg/cosmetic adamroach 2013-12-13 12:55:31 -08:00
  • 8e56711f93 Updated contributors file Ethan Hugg 2013-12-13 12:52:52 -08:00
  • 41d1c31f7f Fix warnings on OSX compile Cullen Jennings 2013-12-13 13:03:38 -07:00
  • e83ba4bdde Merge pull request #40 from ethanhugg/travis1 adamroach 2013-12-13 11:01:44 -08:00
  • 767260fa3b Added apt-get lines to travis.yml Ethan Hugg 2013-12-13 10:00:08 -08:00
  • 0360c982cc Merge pull request #39 from fluffy/travis1 adamroach 2013-12-13 09:37:55 -08:00
  • 5ee3337dfd Merge remote-tracking branch 'upstream/master' Cullen Jennings 2013-12-13 10:10:40 -07:00
  • ea2826e567 start playing with travis Cullen Jennings 2013-12-13 09:59:52 -07:00
  • a913cc853e Merge pull request #32 from mstorsjo/cosmetics Ethan Hugg 2013-12-13 08:54:14 -08:00
  • 90e0057ba6 Merge pull request #36 from mstorsjo/no-mfc-include Andreas Gal 2013-12-13 07:36:40 -08:00
  • 9cf27c36e5 Merge pull request #34 from mstorsjo/make-asm-override Andreas Gal 2013-12-13 07:35:24 -08:00
  • 863e7a58ae Merge pull request #37 from mstorsjo/no-dynamic-close Andreas Gal 2013-12-13 07:34:55 -08:00
  • 309d0bbffb Add a missing NO_DYNAMIC_VP ifdef in the CWelsLib destructor Martin Storsjö 2013-12-13 15:42:23 +02:00
  • b911920a77 Don't include the MFC header afxres.h in windows resource files Martin Storsjö 2013-12-13 14:41:41 +02:00
  • 17f9c22a3e Include the platform makefile before adding defines for x86 asm Martin Storsjö 2013-12-13 13:50:04 +02:00
  • f9dea46712 Remove trailing whitespace Martin Storsjö 2013-12-13 10:06:44 +02:00
  • 8f9a5469be Convert source files to unix newlines Martin Storsjö 2013-12-13 09:40:57 +02:00
  • dcf08c6d41 Merge pull request #28 from ethanhugg/master ekr 2013-12-12 22:23:34 -08:00
  • ca83aaeddb Updated CONTRIBUTORS file Ethan Hugg 2013-12-12 22:20:41 -08:00
  • 073408be3a Merge pull request #24 from rmuch/fixes Ethan Hugg 2013-12-12 15:35:52 -08:00
  • 25e3978be8 Fix typo in Windows build instructions Rupert Muchembled 2013-12-12 23:10:51 +00:00
  • 924aa42058 Merge pull request #22 from ethanhugg/astyle ekr 2013-12-12 15:08:57 -08:00
  • 758d064516 Merge pull request #23 from 0x09/master Ethan Hugg 2013-12-12 15:08:28 -08:00
  • 3cc719ca0d Fix typo in strnlen fallback tab 2013-12-12 17:56:29 -05:00
  • ab97686e2b Added notes in CODING_STYLE Ethan Hugg 2013-12-12 14:54:36 -08:00
  • fd420e071b Merge pull request #21 from ethanhugg/astyle ekr 2013-12-12 14:44:37 -08:00
  • ff6b669176 Pretty printed the C++ code with astyle Ethan Hugg 2013-12-12 14:21:12 -08:00
  • 063709c92e Merge pull request #19 from mstorsjo/typofix Ethan Hugg 2013-12-12 08:44:04 -08:00
  • 3331ff6566 Fix a typo in the public codec API Martin Storsjö 2013-12-12 16:12:12 +02:00
  • 85414c1904 Merge pull request #18 from ruil2/master ekr 2013-12-12 01:49:13 -08:00
  • 53c8a37ee1 fix VS build issue: can't find typedefs.h in console project ruil2 2013-12-12 17:33:38 +08:00
  • 661988ada7 Fix issue:#9 ruil2 2013-12-12 17:15:52 +08:00
  • b4e1c41bca Merge pull request #16 from ekr/gtest_fixup2 Ethan Hugg 2013-12-11 21:24:19 -08:00
  • e7795c8dc6 Fix gtest detection EKR 2013-12-12 13:12:20 +08:00
  • 1928b9a1ba Merge pull request #15 from ekr/add_gtests Cullen Jennings 2013-12-11 20:28:18 -08:00
  • 8bb8276967 Make gtest support conditional EKR 2013-12-12 12:24:55 +08:00
  • bc3c63c431 Add a trivial init test EKR 2013-12-12 11:38:15 +08:00
  • 8300714234 Added EKR 2013-12-12 11:20:23 +08:00
  • fb429bbf67 Add gtest support EKR 2013-12-12 10:56:52 +08:00
  • 5449a8a548 Merge pull request #14 from ethanhugg/master ekr 2013-12-11 18:31:15 -08:00
  • a15ad8cc80 Updated makefiles for new logging changes. Ethan Hugg 2013-12-11 09:52:02 -08:00
  • 2ca14fed1c Rebase of EKR's patches for tracing and frame size Ethan Hugg 2013-12-11 06:51:26 -08:00
  • 3747f56249 Update CONTRIBUTORS sijchen 2013-12-11 09:27:59 +08:00
  • 99faf1ec4a Merge pull request #8 from ekr/assembly_enable Ethan Hugg 2013-12-10 09:36:42 -08:00