Commit Graph

16 Commits

Author SHA1 Message Date
Martin Storsjö
7394254fb5 Remove the legacy makefile based build system
The new one is much more flexible. The old one is unmaintained.
2014-01-26 16:28:58 +02:00
Martin Storsjö
ccca04453a Remove the MSVC 2010 and 2012 project files
Only the 2008 version is kept up to date at the moment.

The newer versions of MSVC can open and upgrade the 2008 version
files anyway, so by removing the unmaintained ones we reduce the
confusion and maintainance burden.

Additionally, the preferred way of building with MSVC is with the
makefile build system, according to the readme.
2014-01-21 13:51:41 +02:00
Varun B Patil
1f598b892b Encoder output test : added stream with non-multiple of 16 width/height
Also added decoder output test for the same.
2014-01-12 19:54:55 +05:30
Varun B Patil
6082566f4c Single copy of yuv test streams. 2014-01-12 18:40:13 +05:30
Varun B Patil
c80f620749 Updated issues in README.
Also updated example command to run encoder with arbitrary resolution stream.
2014-01-12 13:39:59 +05:30
Ethan Hugg
cc2ffee5d2 Merge pull request #83 from varunbpatil/autobuildlinux_cleanup
Linux shell scripts refactored
2014-01-07 15:28:22 -08:00
Varun B Patil
0e6f493ea3 Linux shell scripts refactored 2013-12-29 13:24:10 +05:30
Varun B Patil
70d2ae8334 Non-multiple of 16 width/height support for enc testapp
Also included test sequence.
../h264enc welsenc_arbitrary_res.cfg
2013-12-25 16:14:37 +05:30
Ethan Hugg
da2936c537 Fix typo in CmdLineExamples.sh 2013-12-21 08:22:01 -08:00
Ethan Hugg
3789d4e69a Updated readme and CmdLineExamples to point to new make system. 2013-12-20 16:06:35 -08:00
Martin Storsjö
f9dea46712 Remove trailing whitespace
Most of it was removed in ff6b669176 from C++ source files,
but other files were left unchanged.
2013-12-13 11:24:17 +02:00
Martin Storsjö
8f9a5469be Convert source files to unix newlines
Most files were converted in ff6b669176, but some (non C++
source files) were left with windows newlines.
2013-12-13 11:20:23 +02:00
Ethan Hugg
9b21ece789 Changed Test to use smaller .yuv file 2013-12-09 05:10:55 -08:00
Ethan Hugg
edba955366 Initial Commit 2013-12-09 04:58:50 -08:00
Ethan Hugg
82a492262e Initial Commit 2013-12-09 04:58:08 -08:00
Ethan Hugg
368119aaba Initial Commit 2013-12-09 04:56:50 -08:00