Displaying 11 results from an estimated 11 matches for "proeprti".
Did you mean:
proeprty
2004 Jul 02
4
Encoding paramaters...
I've got my encoder working now... and i put a proeprty page interface to
allow the user to set a few encoding paramters to start off with... but
changing the paramters doesn't seem to make barely any difference...
These are the defaults i'm using...
mTheoraInfo.target_bitrate=400000;
mTheoraInfo.quality=30;
mTheoraInfo.dropframes_p=0;
mTheoraInfo.quick_p=1;
2016 Oct 20
2
Leveraging newer CMake features for Language standards
LLVM currently has CMake code to try to detect the various options needed
to compile with C++11 support that has been around since prior to the CMake
version bump. One of the nicer features that came with the newer required
CMake version is that very thing. Rather than try to discern this yourself
CMake has the CXX_STANDARD and CXX_STANDARD_REQUIRED target properties. If
set appropriately on a
2004 Aug 06
1
Fatal end of line errors occur when trying to compile libspeex in eVC++ 3.0 or 4.0
Hi all,
I'm trying to create a speex decoder library for Pocket PC platform. I then intend to use this library
within my .NET Compact Framework application. But when I simply try to compile the
libspeex files within my eMbedded Visual C++ environment, I receive
the following error
c:\documents and settings\asheeshv.grapecity\desktop\pocketpcdll\speex\bits.c(367) : fatal error C1010:
2008 Mar 30
3
[Bug 15262] New: Regression - text labels not shown in "Pinch-hitter"
http://bugs.freedesktop.org/show_bug.cgi?id=15262
Summary: Regression - text labels not shown in "Pinch-hitter"
Product: swfdec
Version: git
Platform: x86-64 (AMD64)
URL: http://media1.break.com/dnet/media/2007/10/pinch-
hitter.swf
OS/Version: Linux (All)
Status: NEW
Severity:
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
..., 140
+wait 1000
+up
+wait 1000
diff --git a/test/custom/mouse-addProperty-relevant-5.swf.trace b/test/custom/mouse-addProperty-relevant-5.swf.trace
new file mode 100644
index 0000000..1062378
--- /dev/null
+++ b/test/custom/mouse-addProperty-relevant-5.swf.trace
@@ -0,0 +1 @@
+Check if addProperty proeprties make movies sensitive to mouse events
diff --git a/test/custom/mouse-addProperty-relevant-6.swf b/test/custom/mouse-addProperty-relevant-6.swf
new file mode 100644
index 0000000..0465358
Binary files /dev/null and b/test/custom/mouse-addProperty-relevant-6.swf differ
diff --git a/test/custom/mous...
2007 Nov 08
0
8 commits - libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_player.c test/trace
libswfdec-gtk/swfdec_gtk_player.c | 3
libswfdec/swfdec_as_context.c | 10 -
libswfdec/swfdec_as_date.c | 4
libswfdec/swfdec_as_frame.c | 4
libswfdec/swfdec_player.c | 18 +
test/trace/Makefile.am | 18 +
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
...140, 140
+wait 1000
+up
+wait 1000
diff --git a/test/trace/mouse-addProperty-relevant-5.swf.trace b/test/trace/mouse-addProperty-relevant-5.swf.trace
new file mode 100644
index 0000000..1062378
--- /dev/null
+++ b/test/trace/mouse-addProperty-relevant-5.swf.trace
@@ -0,0 +1 @@
+Check if addProperty proeprties make movies sensitive to mouse events
diff --git a/test/trace/mouse-addProperty-relevant-6.swf b/test/trace/mouse-addProperty-relevant-6.swf
new file mode 100644
index 0000000..0465358
Binary files /dev/null and b/test/trace/mouse-addProperty-relevant-6.swf differ
diff --git a/test/trace/mouse-ad...
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...>original_target member that remembers the original target, so a SetTarget
call can correctly reset it.
The previous notion of ->var_object has been removed.
An ->is_local property has been added. This porperty is used during
DefineLocal actions to decide wether to set proeprties on the current frame
or on the target. (FIXME: needs checking that those variables really are set on
the target)
diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c
index 4394198..8e06f31 100644
--- a/libswfdec/swfdec_as_context.c
+++ b/libswfdec/swfdec_as_context....
2007 Sep 03
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c
.../* need to do this, since we must push something to the frame stack */
new = NULL;
diff-tree 10ffab0e4c0bdd7c9d182b86da5492339ebc8938 (from c76e6c5be127ac99fbb0ed8b2fda203d2de26089)
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Sep 3 15:47:54 2007 +0200
add test for Number proeprties
ensures the swfdec_as_initialize.as script works.
A test for version 5 will follow after the XML stuff lands.
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index b2c362e..70c60e3 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -665,6 +665,13 @@ EXT...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800
release 0.5.4 ("Turkish Cycling Federation")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/
R5PF4bZQqmSdJ64t8EbD4cA=
=8qBy
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Benjamin Otte (40):
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...e attempting to delete the property
__constructor__ is a Flash 6 invention
check for __constructor__ vs constructor in new Object()s
include recent fix for delete in trace_properties
set an undefined __proto__ if function_prototype doesn't exist
add test for Number proeprties
don't set __constructor__ in Flash <= 5
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec
fix memleak
make enumerate actions include prototype stuff
check that prototype properties get included in foreach
init Boolea...