Improve command line arguments handling in dec testapp
Fix typo which ignored dec options file in dec testapp
memset not required as struct is already initialized to 0.
Replace some fancy stuff with simple function
Merge pull request #54 from rmuch/freebsd-build
Add FreeBSD platform makefile
Merge pull request #55 from mstorsjo/no-libdl
Don't link to libdl when building with NO_DYNAMIC_VP defined
Merge pull request #53 from varunbpatil/cleanup
Improve handling of help switch in enc test app
Merge pull request #51 from ethanhugg/travis1
Merge pull request #48 from licaiguo/master
Add Windows 64-bit build to VS project files
Merge pull request #50 from varunbpatil/cleanup
Make the two ParseCommandLine functions consistent
Remove redundant NULL check
Fix function name typo in enc test app
Enable 64-bit build on Linux & Mac
Merge pull request #45 from mstorsjo/no-libdl
Avoid all calls to libdl (or equivalent) if NO_DYNAMIC_VP is defined
Merge pull request #44 from ethanhugg/travis1
Merge pull request #41 from fluffy/cj1
Merge pull request #43 from ethanhugg/travis1
Fix warnings on OSX compile
Merge pull request #42 from ethanhugg/cosmetic
Merge pull request #40 from ethanhugg/travis1
Added apt-get lines to travis.yml
Merge pull request #39 from fluffy/travis1
Merge remote-tracking branch 'upstream/master'
start playing with travis
Merge pull request #32 from mstorsjo/cosmetics
Remove trailing whitespace
Convert source files to unix newlines
Merge pull request #36 from mstorsjo/no-mfc-include
Don't include the MFC header afxres.h in windows resource files
Merge pull request #34 from mstorsjo/make-asm-override
Include the platform makefile before adding defines for x86 asm
Merge pull request #37 from mstorsjo/no-dynamic-close
Add a missing NO_DYNAMIC_VP ifdef in the CWelsLib destructor
Merge pull request #28 from ethanhugg/master
Merge pull request #24 from rmuch/fixes
Fix typo in Windows build instructions
Merge pull request #22 from ethanhugg/astyle
Merge pull request #23 from 0x09/master
Merge pull request #21 from ethanhugg/astyle
Pretty printed the C++ code with astyle
Merge pull request #19 from mstorsjo/typofix
Fix a typo in the public codec API
Merge pull request #18 from ruil2/master
fix VS build issue: can't find typedefs.h in console project
Merge pull request #16 from ekr/gtest_fixup2
Merge pull request #15 from ekr/add_gtests
Merge pull request #14 from ethanhugg/master
Updated makefiles for new logging changes.
Rebase of EKR's patches for tracing and frame size
Merge pull request #8 from ekr/assembly_enable
Add support for assembly on linux as well as multiple configs
First cut at new build system. Tested on Mac
Changed Test to use smaller .yuv file