platform/upstream/libvpx.git
14 years agoAdd support for YUV4MPEG2 output.
Timothy B. Terriberry [Wed, 26 May 2010 23:36:20 +0000 (19:36 -0400)]
Add support for YUV4MPEG2 output.

These files can be played back directly in most major open-source media
 frameworks without the need for additional patches or parameters.

Change-Id: I59f98c1658298245c688f7d107cf393445e470d5

14 years agoAdd support for reading YUV4MPEG2 files to ivfenc.
Timothy B. Terriberry [Wed, 26 May 2010 22:27:51 +0000 (18:27 -0400)]
Add support for reading YUV4MPEG2 files to ivfenc.

A large collection of example files may be found at
 http://media.xiph.org/video/derf/
This also fixes a bug in ivfenc for uncompressed IVF input, which previously
 appeared not to skip past the file header the second time it opened the file.
I don't actually have an IVF file with which to test this fix, however.

Change-Id: Id69a1e11a3fa16c4a4fa8944e880bcea090cd52b

14 years agoMerge "Remove un-necessary memory initialization"
Yaowu Xu [Wed, 2 Jun 2010 02:20:37 +0000 (19:20 -0700)]
Merge "Remove un-necessary memory initialization"

14 years agoRemove costly memory reads/writes in vp8_reset_mb_tokens_context()
Yunqing Wang [Fri, 28 May 2010 18:34:39 +0000 (14:34 -0400)]
Remove costly memory reads/writes in vp8_reset_mb_tokens_context()

Tests on x86 showed this function costed 2.7% of total decoding time
because of all the memory reads/writes. After modification, it only
costs about 0.7% of decoding time, which gives a 2% gain.

Change-Id: I5003ee30b6dc6dea0bfa42a6ad7e7c22fcc7b215

14 years agoRemove un-necessary memory initialization
Yaowu Xu [Sun, 30 May 2010 05:59:31 +0000 (22:59 -0700)]
Remove un-necessary memory initialization

The intra prediction needs one line above at the top edge.

14 years agoMerge "expose vp8_deblock"
John Koleszar [Fri, 28 May 2010 15:49:04 +0000 (08:49 -0700)]
Merge "expose vp8_deblock"

14 years agoconfigure: update script headers
John Koleszar [Fri, 28 May 2010 14:11:58 +0000 (10:11 -0400)]
configure: update script headers

The libvpx build system was influenced by the clever design of the
FFmpeg configure script. Say so in the script header, and provide a
little introduction.

Change-Id: I4d134c77f9032d1dde72b852b444e98676b85326

14 years agoexpose vp8_deblock
Luca Barbato [Fri, 28 May 2010 08:37:43 +0000 (10:37 +0200)]
expose vp8_deblock

it is used by vp8/encoder/onyx_if.c

fixes:
vp8/encoder/onyx_if.c:5189: warning: implicit declaration of function
‘vp8_deblock’

14 years agoFix stats format and correct data size and bit rate output
Yaowu Xu [Thu, 27 May 2010 17:32:40 +0000 (10:32 -0700)]
Fix stats format and correct data size and bit rate output

Change-ID: I093abe6094589a0d73f6ca85b825678a19e68285

14 years agoIncrease the size of output packet list
Yaowu Xu [Thu, 27 May 2010 17:04:36 +0000 (10:04 -0700)]
Increase the size of output packet list

This is to accommodate output packets for both compressed
data and psnr stats. For each frame, there are at least
one packet for compressed data and one for psnr stats. For
a max lag of 25, 64 is large enough to cover all lagged
frames at the end of encoding.

Change-Id: If20787fbc86f96e1aa16a3ccf2adc93e6c1e3d5f

14 years agoconfigure: support --prefix, --libdir
John Koleszar [Wed, 26 May 2010 19:57:42 +0000 (15:57 -0400)]
configure: support --prefix, --libdir

Support --prefix, --libdir as a conventional way of specifying the default
installation directories. libdir is required to be a subdirectory of prefix
at this time.

Change-Id: If45d9e3129efcde83c05b7766accc9017988e715

14 years agox86: tell gnu ld that we don't require an executable stack
John Koleszar [Thu, 27 May 2010 12:56:34 +0000 (08:56 -0400)]
x86: tell gnu ld that we don't require an executable stack

Fixes #2

Change-Id: Ie15c57ccf2f9721cb35102765d759817f2607cd7

14 years agoConditionally build enc/dec specific API sources
James Zern [Wed, 26 May 2010 22:14:26 +0000 (18:14 -0400)]
Conditionally build enc/dec specific API sources

vpx_codec.mk: Select required sources based on CONFIG_{EN,DE}CODERS.
Relocate _dec_init_ver to vpx_decoder.c to match vpx_encoder.

Change-Id: I6a171bc497499040912b2fb17786fba21a8ebc56

14 years agoMerge "Correct bit allocation when the alternative reference frame"
Paul Wilkins [Wed, 26 May 2010 16:06:49 +0000 (09:06 -0700)]
Merge "Correct bit allocation when the alternative reference frame"

14 years agoMerge "examples: use I420 input for encoders"
John Koleszar [Wed, 26 May 2010 13:27:34 +0000 (06:27 -0700)]
Merge "examples: use I420 input for encoders"

14 years agoMerge "vpx_image: add VPX_ prefix to PLANE_*"
John Koleszar [Tue, 25 May 2010 20:00:51 +0000 (13:00 -0700)]
Merge "vpx_image: add VPX_ prefix to PLANE_*"

14 years agoMerge "configure: detect toolchain if not specified"
John Koleszar [Tue, 25 May 2010 20:00:43 +0000 (13:00 -0700)]
Merge "configure: detect toolchain if not specified"

14 years agoconfigure: detect toolchain if not specified
John Koleszar [Mon, 24 May 2010 16:50:43 +0000 (12:50 -0400)]
configure: detect toolchain if not specified

Try to select an optimized target based on the host's uname, as this
is the expected behavior of most configure scripts.

Change-Id: I1408ece70c43487902ea6edc6450d6a55abc424a

14 years agoremove references to vp8/vp8.h
John Koleszar [Tue, 25 May 2010 14:17:35 +0000 (10:17 -0400)]
remove references to vp8/vp8.h

This file was moved to vpx/, currently this reference breaks the MSVS build.

Change-Id: I2c90a7a1c09cb66055e3daf84facefcaee1085a1

14 years agoCorrect bit allocation when the alternative reference frame
Paul Wilkins [Tue, 25 May 2010 13:26:26 +0000 (14:26 +0100)]
Correct bit allocation when the alternative reference frame

is constructed from multiple source frames

Change-Id: I2e026c10d02b071b401c9fe8ab8dcfc0ac306103

14 years agoexamples: use I420 input for encoders
John Koleszar [Tue, 25 May 2010 12:33:57 +0000 (08:33 -0400)]
examples: use I420 input for encoders

The output of simple_decoder, as well as the default format for the
ivf{enc,dec} tools, is I420. The encoder examples are changed to default
to I420 as well. This is desirable because passing the output of
simple_encoder to simple_decoder would otherwise have the chroma planes
flipped, which is unexpected.

Change-Id: I9d4f10ace594a54a7fc4f9a1f9187365c01fd638

14 years agovpx_image: add VPX_ prefix to PLANE_*
John Koleszar [Tue, 25 May 2010 01:45:05 +0000 (21:45 -0400)]
vpx_image: add VPX_ prefix to PLANE_*

The PLANE_{PACKED,Y,U,V,ALPHA} macros should be renamed to be within the
VPX_ namespace.

Fixes #27

14 years agoMerge "configure: support --enable-pic for generic-gnu"
John Koleszar [Tue, 25 May 2010 00:33:49 +0000 (17:33 -0700)]
Merge "configure: support --enable-pic for generic-gnu"

14 years agoinstall includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/
John Koleszar [Mon, 24 May 2010 15:39:59 +0000 (11:39 -0400)]
install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/

This renames the vpx_codec/ directory to vpx/, to allow applications
to more consistently reference these includes with the vpx/ prefix.
This allows the includes to be installed in /usr/local/include/vpx
rather than polluting the system includes directory with an
excessive number of includes.

Change-Id: I7b0652a20543d93f38f421c60b0bbccde4d61b4f

14 years agomake: make install target behave as expected
John Koleszar [Mon, 24 May 2010 14:16:44 +0000 (10:16 -0400)]
make: make install target behave as expected

Split the 'make install' target into two: install and dist. dist
retains the old make install behavior of building a "distribution"
release, with source files, build system, etc. install does what
one one expects -- installs into a tree in the filesystem, /usr/local
by default.

Change-Id: I0805681ac10f853ef94cdc3aa70981c6bea81b45

14 years agoMerge "Fixed an encoder debug/relese mismatch in x86_64-win64-vs8"
John Koleszar [Mon, 24 May 2010 18:07:13 +0000 (11:07 -0700)]
Merge "Fixed an encoder debug/relese mismatch in x86_64-win64-vs8"

14 years agoMerge "Restore and deprecate img_fmt"
James Zern [Mon, 24 May 2010 17:47:38 +0000 (10:47 -0700)]
Merge "Restore and deprecate img_fmt"

14 years agoRestore and deprecate img_fmt
James Zern [Sat, 22 May 2010 17:56:14 +0000 (13:56 -0400)]
Restore and deprecate img_fmt

Deprecate img_fmt type and constants removed in 6cd4a10 allowing older
code to build.
Addresses: http://code.google.com/p/webm/issues/detail?id=25

Change-Id: I786bff1ebde4d1621c6f58dcc685f382bb733e29

14 years agoconfigure: support --enable-pic for generic-gnu
John Koleszar [Mon, 24 May 2010 15:55:17 +0000 (11:55 -0400)]
configure: support --enable-pic for generic-gnu

Allows the default generic-gnu target, which is selected if no
target is specified, to be build in PIC mode. The generic-gnu target
was not being selected as a gcc target, because it doesn't end in
gcc.

Change-Id: I28a2a420109c34fd87a20911f6455c8d8d5ded75

14 years agoFixed minor bug for realtime-only building
Yunqing Wang [Mon, 24 May 2010 15:30:04 +0000 (11:30 -0400)]
Fixed minor bug for realtime-only building

14 years agoPut img_fmt in the vpx namespace
James Zern [Fri, 21 May 2010 03:22:39 +0000 (23:22 -0400)]
Put img_fmt in the vpx namespace

Avoid an potential name clashes and match other external types.
s/IMG_FMT/VPX_$&/g
s/img_fmt/vpx_$&/g

Change-Id: Ia7ad5bbb6424416b37e71e5f5eb1eca31c3c707f

14 years agoconfigure: remove HAVE_CONFIG_H
John Koleszar [Thu, 20 May 2010 18:44:18 +0000 (14:44 -0400)]
configure: remove HAVE_CONFIG_H

This doesn't play well with autotools, and the preprocessor magic is
confusing and unhelpful in the vp8-only context.

Change-Id: I2fcb57e6eb7876ecb58509da608dc21f26077ff1

14 years agoMerge "makefile: fix error message due to missing quotes"
John Koleszar [Fri, 21 May 2010 09:52:11 +0000 (02:52 -0700)]
Merge "makefile: fix error message due to missing quotes"

14 years agomakefile: fix error message due to missing quotes
Justin Clift [Thu, 20 May 2010 14:09:38 +0000 (00:09 +1000)]
makefile: fix error message due to missing quotes

1 liner bug fix for issue #10.  Surrounding quotation marks were
missing from a variable, causing a warning message inside a test
clause.

Change-Id: Ia21421f77c309bbd87332547374241269bbe5326

14 years agoMerge "Fixed incorrect casts that broke rate control in some situations."
Paul Wilkins [Fri, 21 May 2010 07:09:07 +0000 (00:09 -0700)]
Merge "Fixed incorrect casts that broke rate control in some situations."

14 years agoName all external facing structs
James Zern [Thu, 20 May 2010 17:14:17 +0000 (13:14 -0400)]
Name all external facing structs

Replace all anonymous structs with struct name matching current typedef
minus _t.

Change-Id: I639295e8f1bc4651fffc9286a7dba5171c92ce92

14 years agoFixed incorrect casts that broke rate control in some situations.
Paul Wilkins [Thu, 20 May 2010 15:49:39 +0000 (16:49 +0100)]
Fixed incorrect casts that broke rate control in some situations.

14 years agoFixed an encoder debug/relese mismatch in x86_64-win64-vs8
Yaowu Xu [Wed, 19 May 2010 22:48:00 +0000 (15:48 -0700)]
Fixed an encoder debug/relese mismatch in x86_64-win64-vs8

Visual c++ compiler uses xmm registers for floating point
operations for 64 bit architecture, therefore its calling
convention requires the preservation of xmm6-xmm15 in any
function that have used these registers. However, the sse2
functions, that were originally written for 32 bit windows,
may have used xmm6 and xmm7 without preserving the content.
In this particular case, the compiler used xmm6 to save
the variable "two_pass_min_rate", the value of the variable
is mucked up by our sse2 optimized loop filter functions,
hence the results of release/debug mismatching.

14 years agoremove unneeded variables
Pavol Rusnak [Wed, 19 May 2010 19:15:32 +0000 (21:15 +0200)]
remove unneeded variables

14 years agoInitial WebM release v0.9.0
John Koleszar [Tue, 18 May 2010 15:58:33 +0000 (11:58 -0400)]
Initial WebM release