- May 25, 2010
-
-
John Koleszar authored
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
-
- May 24, 2010
-
-
John Koleszar authored
-
James Zern authored
-
James Zern authored
Deprecate img_fmt type and constants removed in 6cd4a10e allowing older code to build. Addresses: http://code.google.com/p/webm/issues/detail?id=25 Change-Id: I786bff1ebde4d1621c6f58dcc685f382bb733e29
-
Yunqing Wang authored
-
- May 21, 2010
-
-
James Zern authored
Avoid an potential name clashes and match other external types. s/IMG_FMT/VPX_$&/g s/img_fmt/vpx_$&/g Change-Id: Ia7ad5bbb6424416b37e71e5f5eb1eca31c3c707f
-
John Koleszar authored
This doesn't play well with autotools, and the preprocessor magic is confusing and unhelpful in the vp8-only context. Change-Id: I2fcb57e6eb7876ecb58509da608dc21f26077ff1
-
John Koleszar authored
-
Justin Clift authored
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
-
Paul Wilkins authored
-
- May 20, 2010
-
-
James Zern authored
Replace all anonymous structs with struct name matching current typedef minus _t. Change-Id: I639295e8f1bc4651fffc9286a7dba5171c92ce92
-
Paul Wilkins authored
-
- May 19, 2010
-
-
Yaowu Xu authored
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.
-
Pavol Rusnak authored
-
- May 18, 2010
-
-
John Koleszar authored
-