Merge pull request #82 from mstorsjo/include-guards
Don't use include guards with leading underscores
Merge pull request #79 from ethanhugg/cosmetic
Merge pull request #63 from mstorsjo/crossbuild
Merge branch 'master' of https://github.com/ethanhugg/openh264 into cosmetic
Merge pull request #62 from varunbpatil/cleanup
Merge branch 'master' of https://github.com/ethanhugg/openh264 into cosmetic
Merge pull request #75 from ruil2/master
Merge pull request #64 from Vproject/mingw
Remove extra [:digit:] from tr command
Add MinGW platform makefile and related source changes
Merge pull request #69 from ethanhugg/cosmetic
Merge pull request #58 from ethanhugg/othercontribs
Merge pull request #70 from ethanhugg/readme
Merge pull request #73 from ruil2/master
typo correction-- update another file
typo correction
Fix typo in CmdLineExamples.sh
Updated readme and CmdLineExamples to point to new make system.
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 #66 from mstorsjo/valgrind
Turn on -Werror for OSX builds
Merge pull request #59 from ethanhugg/cosmetic
Cast pointer math to long long int
Use %llu instead to print a size_t.
Move -Werror to platform file. Also, %zu can't be used on Windows.
Fix warning and turn on -Werror for Travis
Don't check for scene changes on forced IDR frames
Use $(AR) instead of explicitly calling 'ar'
Merge remote-tracking branch 'upstream/master' into cosmetic
Fixed warnings found by clang. Removed some trailing whitespace.
Merge pull request #54 from rmuch/freebsd-build
Rollup of minor fixes found by Martin Ettl
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