rename ivf{enc,dec} to vpx{enc,dec}
authorJohn Koleszar <jkoleszar@google.com>
Thu, 21 Oct 2010 19:02:10 +0000 (15:02 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 02:12:44 +0000 (22:12 -0400)
commitea68ee0458acf1b9eb27a41083d165de084e4c45
tree5a0d7b629f7f778dbe9dda95928dca10be778f1f
parentdc66630cca948880b1e90548511114577917969d
rename ivf{enc,dec} to vpx{enc,dec}

The new WebM output support should be preferred to IVF, but we can't
change the default behavior of the ivf* tools. There are a few other
default behaviors for these tools that are counterintuitive for
historical reasons, and changing the binary name provides the
opportunity to clean those up as well. This patch takes the first
step by renaming the binaries.

Change-Id: I647008ae37cc352dd27ec1da7ed13489e0609b24
examples.mk
solution.mk
vpxdec.c [moved from ivfdec.c with 99% similarity]
vpxenc.c [moved from ivfenc.c with 99% similarity]