Use make patterns to avoid needing autogenerated rules for each source file
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
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
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