Fix 32bit libcrypto with a link instead of a re-install.
Travis: Use -B option instead of make clean.
Remove gcc in order to build for libssl 32bit
Attempt to build 32bit after 64bit.
Merge pull request #121 from ekr/add_gtests
Fix Travis and update test targets.mk (64-bit only for now)
minor fixes to the tests
Add encoder test
Add decoder test
Merge pull request #119 from sijchen/merge6
complete the encoder interface of bit rate and frame rate updating
Merge pull request #118 from licaiguo/move-to-common-2
Merge pull request #111 from ethanhugg/reviewboard
Merge pull request #117 from mstorsjo/make-patterns
Use make patterns to avoid needing autogenerated rules for each source file
Merge pull request #116 from mstorsjo/make-deps
Add proper dependencies for the command line binaries
Merge pull request #115 from mstorsjo/remove-vc6-project-files
Merge pull request #106 from mstorsjo/windows-api-subset
Don't call process affinity functions in windows store or windows phone apps
Use the right data type for process affinity mask
Enable use of D3D9 only when targeting desktop apps
Use InitializeCriticalSectionEx for Windows Store or Windows Phone apps
Merge pull request #83 from varunbpatil/autobuildlinux_cleanup
Merge pull request #77 from varunbpatil/enc_testapp_arbitrary_res
Merge pull request #105 from mstorsjo/msvc-disable-inline-asm-on-arm
ReviewBoard .rc file for rbt.
Merge pull request #85 from varunbpatil/safe_param_parse
Merge pull request #110 from huili2/master
interface clean and inside modification
Merge pull request #88 from mstorsjo/remove-pragma-pack
Merge pull request #107 from mstorsjo/update-readme
Merge pull request #98 from mstorsjo/trailing-whitespace-platform
Merge pull request #100 from mstorsjo/trailing-whitespace-cpp-comments
Merge pull request #103 from mstorsjo/remove-commented-out-pragmas
Merge pull request #101 from mstorsjo/rerun-astyle
Merge pull request #96 from mstorsjo/executablebit
Merge pull request #99 from mstorsjo/gitignore
Update the readme with current platform support
Merge pull request #95 from ethanhugg/travis2
remove unused intra-prediction functions and declarations
rename decoder's intra-prediction prefix from Wels to WelsDecoder.
Use MSVC inline assembly only on (32-bit) X86
Remove commented out pragmas
Rerun astyle on the C++ source files
Remove trailing whitespace in comments
Add the console applications to .gitignore
Get rid of trailing whitespace in the platform makefiles
Mark the mktargets shell/python scripts executable
Remove the executable bit accidentally set on an asm source file
Merge pull request #102 from mstorsjo/remove-pragma-once
Add a proper include guard to dec_console.h
Add nasm to apt-get list for Travis
Add release builds to Travis and fix warning in release build.
Merge pull request #80 from ethanhugg/othercontribs
Merge pull request #93 from volvet/64bits_Support
merge VS2012 makefile for 64bits assembly
Merge pull request #89 from RichiH/patch-1
Merge pull request #90 from ruil2/new_request
Remove pragmas for non-standard struct packing in the public API
Safe parsing of command line parameters in enc console app
Linux shell scripts refactored
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
Fixed typo in old Linux encoder makefile
Non-multiple of 16 width/height support for enc testapp
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