search for: lampila

Displaying 20 results from an estimated 165 matches for "lampila".

2007 Nov 02
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_date.c libswfdec/swfdec_as_date.h libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_filter.c
...| 2 - libswfdec/swfdec_xml_node.c | 1 libswfdec/swfdec_xml_node.h | 2 - test/crashfinder.c | 3 +- 28 files changed, 98 insertions(+), 30 deletions(-) New commits: commit 4132c0e5b114ec49e78f9b742ece06d30eebd3a2 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sat Nov 3 00:15:43 2007 +0200 Fix lack of checking from prototype to see if watch removed the variable In the case variable that was only in __proto__ was watched it could not be set anymore (oops) diff --git a/libswfdec/swfdec_as_object.c...
2008 Apr 11
4
[Bug 15452] New: Embedded Dailymotion player doesn't work
http://bugs.freedesktop.org/show_bug.cgi?id=15452 Summary: Embedded Dailymotion player doesn't work Product: swfdec Version: git Platform: x86-64 (AMD64) OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org
2008 Jan 02
4
[Bug 13898] New: CollegeHumor Videos not loading
http://bugs.freedesktop.org/show_bug.cgi?id=13898 Summary: CollegeHumor Videos not loading Product: swfdec Version: 0.5.5 Platform: Other OS/Version: Linux (All) Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy:
2008 Jan 08
5
[Bug 13963] New: Menu buttons don't work on Malta's page.
http://bugs.freedesktop.org/show_bug.cgi?id=13963 Summary: Menu buttons don't work on Malta's page. Product: swfdec Version: 0.5.5 Platform: Other URL: http://www.malta.poznan.pl/lodowisko/ OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...| 66 +++++++++++++++++++++++----- libswfdec/swfdec_text_field_movie.c | 5 +- libswfdec/swfdec_text_field_movie_as.c | 77 ++++++++++++++++++++++++++++++--- 4 files changed, 132 insertions(+), 18 deletions(-) New commits: commit a165608df6751cf46561b570db61ff309f5b7244 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Oct 14 02:26:48 2007 +0300 Don't render lines that are not horizontally inside invalid area diff --git a/libswfdec/swfdec_text_field.c b/libswfdec/swfdec_text_field.c index 6adbe8a..867b30d 100644 --- a/libswfdec/swfdec_text_field.c +++ b/libswf...
2007 Oct 23
0
9 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h
...c/swfdec_text_field_movie.h | 2 + libswfdec/swfdec_text_field_movie_as.c | 57 ++++++++++++++++++++++++++++----- libswfdec/swfdec_text_format.c | 5 ++ 8 files changed, 166 insertions(+), 18 deletions(-) New commits: commit 0f2289cf2e49a0c3ec695e77b4310964ccccbc75 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Oct 23 14:16:53 2007 +0300 Don't set kerning and letterSpacing in TextFormat's set_defaults when v < 8 diff --git a/libswfdec/swfdec_text_format.c b/libswfdec/swfdec_text_format.c index 63c0849..8a86d18 100644 --- a/libswfdec/swfdec_text_...
2007 Oct 12
0
4 commits - libswfdec-gtk/swfdec_gtk_loader.c
libswfdec-gtk/swfdec_gtk_loader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree 609d09e937f5a16695c14b9190420914e2b0f1cb (from 009525632e76cbc8456bbb1911404f76f9fa72b3) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Fri Oct 12 16:12:01 2007 +0300 Don't hit an assert if HTTP Content-Length header is <= 0 diff --git a/libswfdec-gtk/swfdec_gtk_loader.c b/libswfdec-gtk/swfdec_gtk_loader.c index dcdd22c..0e860b9 100644 --- a/libswfdec-gtk/swfdec_gtk_loader.c +++...
2008 Apr 10
3
[Bug 15433] New: swfdec can't play videoegg files from this site
http://bugs.freedesktop.org/show_bug.cgi?id=15433 Summary: swfdec can't play videoegg files from this site Product: swfdec Version: 0.5.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2007 Oct 19
1
3 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_html_parser.c | 89 +++++++++++++++++++++++------------- libswfdec/swfdec_text_field_movie.c | 1 2 files changed, 60 insertions(+), 30 deletions(-) New commits: commit b4c20d7519ae5d93c9ba3258bde8444aebdd1be6 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Fri Oct 19 15:32:39 2007 +0300 If closing tag doesn't match in the HTML parser, close tags until it does diff --git a/libswfdec/swfdec_html_parser.c b/libswfdec/swfdec_html_parser.c index 5bd0367..5d9153a 100644 --- a/libswfdec/swfdec_html_parser.c...
2007 Dec 15
4
[Bug 13667] New: make vimeo.com work
http://bugs.freedesktop.org/show_bug.cgi?id=13667 Summary: make vimeo.com work Product: swfdec Version: unspecified Platform: Other URL: http://www.vimeo.com OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at
2007 Nov 04
0
7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c
.../swfdec_text_field_movie.c | 135 +++++++++++++++++++++++++++---- libswfdec/swfdec_text_field_movie.h | 2 libswfdec/swfdec_text_field_movie_html.c | 1 3 files changed, 123 insertions(+), 15 deletions(-) New commits: commit 9ca546dd0eaab842f879ed3373ccceb7183688ac Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Nov 4 16:13:30 2007 +0200 More fixes to handling paragraph ending newline diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 36b3596..08afd73 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/...
2007 Nov 01
0
4 commits - libswfdec/swfdec_sound_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/crashfinder.c test/Makefile.am
...fdec/swfdec_text_field_movie_as.c | 1 test/Makefile.am | 8 + test/crashfinder.c | 154 +++++++++++++++++++++++++++++++++ 5 files changed, 164 insertions(+), 5 deletions(-) New commits: commit 9d8541e233b6bb2a465bea0c7b8f8b66f37bb25a Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Nov 1 12:19:21 2007 +0200 Fix an another memory leak in TextField code diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 1858004..4dd9c07 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swf...
2007 Oct 31
0
5 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_audio.c libswfdec/swfdec_sound.c libswfdec/swfdec_xml.c
...ect.c | 20 +++++++++++++------- libswfdec/swfdec_audio.c | 2 +- libswfdec/swfdec_sound.c | 20 +++++++------------- libswfdec/swfdec_xml.c | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) New commits: commit cd8a1b3eb4192c51b5787f53071e17270b5d2cca Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Oct 31 12:08:50 2007 +0200 Fix a mistake in swfdec_xml_unescape leading to invalid UTF-8 on version 5 diff --git a/libswfdec/swfdec_xml.c b/libswfdec/swfdec_xml.c index f447e46..37174bc 100644 --- a/libswfdec/swfdec_xml.c +++ b/libswfdec/swfdec_xml....
2007 Nov 02
0
5 commits - libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c
..._as.c | 29 +++++++++++++++++++++-------- libswfdec/swfdec_xml.c | 16 ++++++++++++++++ libswfdec/swfdec_xml_node.c | 17 ++++++++++++++--- 5 files changed, 54 insertions(+), 19 deletions(-) New commits: commit f293404b91a5c89e8fc84623817e70682dfbc487 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Fri Nov 2 12:09:01 2007 +0200 Bunch OOM fixes to XML code diff --git a/libswfdec/swfdec_xml.c b/libswfdec/swfdec_xml.c index 37174bc..b64b16e 100644 --- a/libswfdec/swfdec_xml.c +++ b/libswfdec/swfdec_xml.c @@ -563,6 +563,8 @@ swfdec_xml_parse_tag (Swfd...
2007 Dec 05
4
[Bug 13536] New: The video in free FLV player is always 120 pixels high
http://bugs.freedesktop.org/show_bug.cgi?id=13536 Summary: The video in free FLV player is always 120 pixels high Product: swfdec Version: unspecified Platform: x86-64 (AMD64) URL: http://flv-player.net/players/normal/ OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
2007 Nov 14
0
5 commits - libswfdec/.gitignore libswfdec/swfdec_initialize.as test/image test/sound test/trace
.../crash-0.5.3-no-samples.c | 9 -------- test/sound/crash-0.5.3-no-samples.swf |binary test/trace/Makefile.am | 37 +++++++++++++++++++++++----------- 5 files changed, 27 insertions(+), 21 deletions(-) New commits: commit 9010f73e103a995eb2a8adc1a8b7e3864d1ff4e1 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Nov 14 10:46:07 2007 +0200 Sound test crash-0.5.3-no-samples.swf played unnecessary frames diff --git a/test/sound/crash-0.5.3-no-samples.c b/test/sound/crash-0.5.3-no-samples.c index 4339f03..30c0e34 100644 --- a/test/sound/crash-0.5.3-no-samples.c...
2008 Apr 18
2
[Bug 15600] New: Incorrect intro music playback in Super Crazy Guitar Master Deluxe
...ec at lists.freedesktop.org ReportedBy: astralstorm at gmail.com QAContact: swfdec at lists.freedesktop.org I've bisected the bug to exactly this commit: 72ce86048854a504657c3b9a4d885204ae29dff3 is first bad commit commit 72ce86048854a504657c3b9a4d885204ae29dff3 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Oct 31 11:05:22 2007 +0200 Start work on sound envelopes :040000 040000 e5e20de384b4f299abaaf20d89ad128b5a46cb75 f2bb58c8ddc6ac03f4c4710491519cb5586a3828 M libswfdec Full bisection log is here: http://www.wklej.org/id/0458c78c49 -- Configur...
2007 Sep 04
0
3 commits - libswfdec/Makefile.am test/trace
...|binary test/trace/propflags-5.swf.trace | 9 +++++++++ test/trace/system-capabilities-query-5.swf |binary 4 files changed, 10 insertions(+), 1 deletion(-) New commits: diff-tree 911c8bd4b334f72ecc3d3956922ebfd7f4596424 (from 7e1226fcd15665c2223df36a6715a094c013639e) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Tue Sep 4 13:51:05 2007 +0300 Move swfdec_as_array.h from noinst_headers to public_headers (oops) diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 17c524d..5eaca4e 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -130,6...
2007 Oct 15
4
[Bug 12812] New: swfdec doesn't display gallery
http://bugs.freedesktop.org/show_bug.cgi?id=12812 Summary: swfdec doesn't display gallery Product: swfdec Version: unspecified Platform: Other URL: http://www.puropittsburgh.com/gallery/index.swf OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin
2007 Oct 26
0
8 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_interpret.c test/trace
...2 test/trace/try-throw-in-finally-8.swf |binary test/trace/try-throw-in-finally-8.swf.trace | 2 test/trace/try-throw-in-finally.as | 17 ++++++ 12 files changed, 130 insertions(+), 44 deletions(-) New commits: commit fae96ec372e251304845515d222ee784574d1a7b Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sat Oct 27 02:19:19 2007 +0300 Add a test to see what exception gets thrown out of Try action's finally block diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 78767a2..2ff2699 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Ma...