Displaying 2 results from an estimated 2 matches for "resultss".
Did you mean:
results
2001 Nov 01
1
benchmarks?
Are there any benchmark resultss that meaningfully compare performance of ext2
vs ext3 vs rieserfs vs sgi xfs? What about effect on cpu usage?
2007 Jun 13
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c
...uilding up a range of frames for every piece of
content that showed when it was active. On backward gotos only those items were
kept where the frame was included in their range.
The new code just performs all actions again and copies old objects over where
appropriate. This produces resultss that are a lot closer to the official
player.
diff --git a/libswfdec/swfdec_button_movie.c b/libswfdec/swfdec_button_movie.c
index 19e50f0..4940b74 100644
--- a/libswfdec/swfdec_button_movie.c
+++ b/libswfdec/swfdec_button_movie.c
@@ -144,7 +144,7 @@ swfdec_button_movie_change_state (Swfdec...