]>
granicus.if.org Git - libvpx/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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"
James Zern [Mon, 24 May 2010 17:47:38 +0000 (10:47 -0700)]
Merge "Restore 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
Yunqing Wang [Mon, 24 May 2010 15:30:04 +0000 (11:30 -0400)]
Fixed minor bug for realtime-only building
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
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
John Koleszar [Fri, 21 May 2010 09:52:11 +0000 (02:52 -0700)]
Merge "makefile: 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
Paul Wilkins [Fri, 21 May 2010 07:09:07 +0000 (00:09 -0700)]
Merge "Fixed incorrect casts that broke rate control in some situations."
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
Paul Wilkins [Thu, 20 May 2010 15:49:39 +0000 (16:49 +0100)]
Fixed incorrect casts that broke rate control in some situations.
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.
Pavol Rusnak [Wed, 19 May 2010 19:15:32 +0000 (21:15 +0200)]
remove unneeded variables
John Koleszar [Tue, 18 May 2010 15:58:33 +0000 (11:58 -0400)]
Initial WebM release