Displaying 20 results from an estimated 2000 matches similar to: "[PATCH] swfdec-mozilla: remove duplicate SWFDEC_CVS assignment"
2007 Feb 08
0
5 commits - configure.ac NEWS
NEWS | 12 ++++++++++++
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
New commits:
diff-tree bca06937c45d0d89271681e0dbd3a2fbeeaa9dd0 (from 4c71feeaac91fa2ef52d22b83ba56c672d524ae0)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Feb 8 21:29:42 2007 +0100
back to cvs
diff --git a/configure.ac b/configure.ac
index 055efb0..301a83a 100644
---
2008 Feb 03
3
[Bug 14346] New: swfdec-mozilla 100% CPU usage with some animations
http://bugs.freedesktop.org/show_bug.cgi?id=14346
Summary: swfdec-mozilla 100% CPU usage with some animations
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 11
1
[PATCH] Fix compiler warnings that prevent compilation
Counteract incorrect use of the "deprecated" attribute in ffmpeg
headers. In particular, struct AVPaletteControl is deprecated, but it's
used in a non-deprecated struct AVCodecContext (as found in Fedora's
ffmpeg-devel-0.4.9-0.8.20070530.fc7.x86_64). Define
attribute_deprecated to an empty string until broken version of ffmpeg
are too obsolete to support.
Use appropriate
2008 Jan 01
6
[Bug 13887] New: swfdec-mozilla crashes firefox-3beta2
http://bugs.freedesktop.org/show_bug.cgi?id=13887
Summary: swfdec-mozilla crashes firefox-3beta2
Product: swfdec
Version: 0.5.5
Platform: x86 (IA32)
OS/Version: All
Status: NEW
Severity: critical
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy:
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
2008 Feb 03
3
[Bug 14339] New: make swfdec work with www.tudou.com
http://bugs.freedesktop.org/show_bug.cgi?id=14339
Summary: make swfdec work with www.tudou.com
Product: swfdec
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: enhancement
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
2007 Nov 28
2
swfdec-mozilla does not compile
With latest swfdec git i get this:
swfmoz_player.c: In function 'swfmoz_player_mouse_changed':
swfmoz_player.c:651: warning: implicit declaration of function
'swfdec_player_handle_mouse' make[2]: ***
[libswfdecmozilla_la-swfmoz_player.lo] Error 1
thanks,
riccardo
2007 Oct 21
8
[Bug 12875] New: swfdec-mozilla-0.5.3: cpu hog and reports incorrect youtube video length
http://bugs.freedesktop.org/show_bug.cgi?id=12875
Summary: swfdec-mozilla-0.5.3: cpu hog and reports incorrect
youtube video length
Product: swfdec
Version: 0.5.3
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: plugin
2007 Dec 18
1
Please add 0.5.4 and 0.5.5 to swfdec versions in Bugzilla
Hello!
Somebody please add 0.5.4 and 0.5.5 to swfdec versions in Bugzilla on
bugs.freedesktop.org. And maybe also add "git" to the list, as it's
done in the xorg project on the same site. I hate to put "unspecified"
when filing bugs for regressions in the current git repository.
--
Regards,
Pavel Roskin
2007 Nov 20
5
[Bug 13313] New: swfdec-mozilla makes firefox crash on www.nombril.com
http://bugs.freedesktop.org/show_bug.cgi?id=13313
Summary: swfdec-mozilla makes firefox crash on www.nombril.com
Product: swfdec
Version: 0.5.2
Platform: x86-64 (AMD64)
URL: http://www.nombril.com
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: plugin
2017 Aug 03
0
[PATCH 3/6] daemon: Refine check for Device and Dev_or_Path parameters (RHBZ#1477623).
For Device parameters we expect a block device name. However we were
only testing for "/dev/..." and so chardevs (from the appliance) could
be passed here, resulting in strange effects. This adds a function
is_device_parameter which tests for a valid block device name.
For Dev_or_Path parameters much the same, except we can also use the
is_device_parameter function elsewhere in the
2016 Dec 14
0
[PATCH] daemon: expose file upload logic
Allows other modules to use the same logic for uploading files.
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
---
daemon/daemon.h | 3 +++
daemon/upload.c | 70 ++++++++++++++++++++++++++++++++-------------------------
2 files changed, 42 insertions(+), 31 deletions(-)
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 2379e31..1723b68 100644
--- a/daemon/daemon.h
+++
2017 Mar 12
0
[PATCH v4 1/7] daemon: expose file upload logic
Allows other modules to use the same logic for uploading files.
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
---
daemon/daemon.h | 3 +++
daemon/upload.c | 70 ++++++++++++++++++++++++++++++++-------------------------
2 files changed, 42 insertions(+), 31 deletions(-)
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 793074dea..bc89f78dd 100644
--- a/daemon/daemon.h
+++
2017 Apr 06
0
[PATCH v6 1/7] daemon: expose file upload logic
Allows other modules to use the same logic for uploading files.
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
---
daemon/daemon.h | 3 +++
daemon/upload.c | 70 ++++++++++++++++++++++++++++++++-------------------------
2 files changed, 42 insertions(+), 31 deletions(-)
diff --git a/daemon/daemon.h b/daemon/daemon.h
index abec087cd..797ec2dd9 100644
--- a/daemon/daemon.h
+++
2017 Apr 23
0
[PATCH v7 1/7] daemon: expose file upload logic
Allows other modules to use the same logic for uploading files.
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
---
daemon/daemon.h | 3 +++
daemon/upload.c | 66 ++++++++++++++++++++++++++++++++-------------------------
2 files changed, 40 insertions(+), 29 deletions(-)
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 5137e2c2a..75af5246e 100644
--- a/daemon/daemon.h
+++
2012 Jul 23
3
[PATCH V2 1/4] mount: add a macro to resolve path or device
Add a macro STRDUP_RESOLVE_DEVICE_OR_PATH to resolve path or device.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
daemon/daemon.h | 16 ++++++++++++++++
daemon/mount.c | 13 ++-----------
2 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 85eec45..f7d0c75 100644
--- a/daemon/daemon.h
+++ b/daemon/daemon.h
@@ -336,6
2012 Jul 23
1
[PATCH V3 1/2] umount: add force umount and lazy umount
Add the option force and lazy for force and lazy umount.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
daemon/mount.c | 25 +++++++++++++++++++++++--
generator/generator_actions.ml | 23 ++++++++++++-----------
gobject/Makefile.inc | 2 ++
po/POTFILES | 1 +
4 files changed, 38 insertions(+), 13 deletions(-)
diff --git
2017 Jul 14
0
[PATCH 03/27] daemon: Reimplement ‘file’ API in OCaml.
‘file’ is a small, self-contained API which runs a single command, so
it's a good test case for reimplementing APIs.
---
daemon/Makefile.am | 2 ++
daemon/file.c | 80 -----------------------------------------------
daemon/file.ml | 60 +++++++++++++++++++++++++++++++++++
daemon/file.mli | 19 +++++++++++
generator/actions_core.ml | 1 +
5 files
2014 Aug 07
2
NV25 doesn't draw most icons
Hello!
I've installed Fedora 20 Mate i386 on an old system with GeForce4 Ti
4200 AGP (NV25) and I see significant visual defects. Many icons are
not shown. They can reappear if they are selected of the mouse goes
over them. Screenshot:
http://red-bean.com/proski/nv25/screenshot.png
All entries on the left should have icons, but only two have them.
The problem goes away I create a file
2012 Jul 24
3
[PATCH V4 1/3] umount: add force umount and lazy umount
Add the option force and lazy for force and lazy umount.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
daemon/mount.c | 25 +++++++++++++++++++++++--
generator/generator_actions.ml | 23 ++++++++++++-----------
gobject/Makefile.inc | 2 ++
po/POTFILES | 1 +
4 files changed, 38 insertions(+), 13 deletions(-)
diff --git