search for: liboil

Displaying 20 results from an estimated 48 matches for "liboil".

2005 Jul 29
2
theora optimizations
...ones a try for example once the dust settles :) ) I tested transcoding from an .avi file to theora with different versions of theora versions. I did this by compiling theora and setting LD_LIBRARY_PATH, then running a gstreamer pipeline. Wim has adapted a patch from David Schleef, maintainer of liboil, and made patches to both theora and liboil for mmx. - unoptimized TRUNK: [xiph-head] [thomas@thomas theora]$ time LD_LIBRARY_PATH=/home/thomas/xiph/head/theora/lib/.libs gst-launch filesrc location=/home/thomas/gst/media/large/matrix.avi ! spider ! theoraenc ! fakesink RUNNING pipeline ... Execu...
2006 Jul 18
1
Theora, liboil and Cell processors
Hello all, On more than one occasion I have advocated the use of liboil over incorporating mmx code into libtheora. The two main reasons are: 1) To keep optimisation code in one place and out of the library. Everywhere else in the Linux world there is a move to centralise in order to co-ordinate experts and reduce redundancy. This reason does not seem to find a lot o...
2006 Apr 04
1
encoders
hi everybody! i have two questions: 1. which encoders do you recomend? i have tried most, and i am pretty unhappy with all of them :( . thoggen only works on linux and is very unstable (crashes always during the encoding process) and most frontends to encoder_example dont work or are very buggy. ogmrip also doenst look very promising since it seems to convert dvds into other lossy formats
2007 Dec 19
1
some questions about swfdec
...ck to allow streaming over a local lan video network; mixing the swfdec output with other video sources/effects to allow vjing/capturing the stream, etc). I have a couple of questions: first of all, has anybody managed to compile swfdec on a 64 bit system - I presume not, since it is dependant on liboil, which is 32 bit only. How hard would it be to make liboil and optional dependancy ? second the design seems rather strange - you appear to be rendering directly to Cairo, rather than the more obvious and flexible route of rendering to a memory buffer, and then compositing the resulting buffer int...
2005 Dec 10
0
AMD64 Bench
...sr_opt lm 3dnowext 3dnow pni lahf_lm bogomips : 4425.10 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc I was a bit shocked libtheora-alpha5 no-mmx performed better than the liboil version on an AMD64 cpu. And did some tests. Normal 'gentoo' no-mmx compiled version: 0:01:30.18 audio: 68kbps video: 2181kbps real 3m24.178s user 3m22.109s sys 0m0.900s skinkie@zwartepiet ~ $ time ffmpeg2theora -c 1 -H 48000 THE\ MOVIE\ MET\ MIDVLIET\ goede\ aftitel.avi -o TH...
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...le.am index 14f2cf8..7dd3152 100644 --- a/libswfdec/jpeg/Makefile.am +++ b/libswfdec/jpeg/Makefile.am @@ -1,21 +1,19 @@ noinst_LTLIBRARIES = libjpeg.la -noinst_PROGRAMS = jpeg_test jpeg_rgb_test -libjpeg_la_SOURCES = jpeg.c huffman.c jpeg_rgb_decoder.c -libjpeg_la_CFLAGS = $(GLOBAL_CFLAGS) $(LIBOIL_CFLAGS) +libjpeg_la_SOURCES = \ + jpeg.c \ + jpeg_bits.c \ + jpeg_huffman.c \ + jpeg_rgb_decoder.c \ + jpeg_tables.c + +noinst_HEADERS = \ + jpeg.h \ + jpeg_bits.h \ + jpeg_huffman.h \ + jpeg_rgb_decoder.h -noinst_HEADERS = bits.h huffman.h jpeg.h jpeg_debug.h \ - jpeg_internal.h - - - -jpeg_tes...
2007 Feb 13
0
libswfdec/jpeg libswfdec/swfdec_image.c
...| 58 ++--- 14 files changed, 605 insertions(+), 659 deletions(-) New commits: diff-tree 46831ced770ebb02396352f786f861624f4b424a (from 634736d7d5ba5b7e3ef43893278b95fac05a3cb2) Author: Debian User <ds@gromit.(none)> Date: Tue Feb 13 17:59:48 2007 -0800 Merge jpeg library from liboil/examples/jpeg. The API has changed slightly, and the chroma upscaling has been improved significantly. diff --git a/libswfdec/jpeg/Makefile.am b/libswfdec/jpeg/Makefile.am index 8b5f308..88356fa 100644 --- a/libswfdec/jpeg/Makefile.am +++ b/libswfdec/jpeg/Makefile.am @@ -1,25 +1,21 @@ no...
2010 Jan 17
1
screenshot of swf file
Hi, Im trying to thumbnail a swf file based on this found at http://www.mail-archive.com/swfdec at lists.freedesktop.org/msg00821.html. #include <stdlib.h> #include <stdio.h> #include <swfdec/swfdec.h> #include <cairo.h> void swfdec_player_save (SwfdecPlayer *player, guint width, guint height, const char *filename) { cairo_surface_t *surface; cairo_t *cr;
2007 Nov 08
0
No subject
...clarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Werror -std=gnu99 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/liboil-0.3 -I./.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT libjpeg_la-jpeg.lo -MD -MP -MF .deps/libjpeg_la-jpeg.Tpo -c -o libjpeg_la-jpeg.lo `test -f 'jpeg.c' || echo './'`jpeg.c gcc -DHAVE_CONFIG_H -I. -...
2007 Mar 19
1
Debian compilation problem
...unstable. gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -I/usr/include/iceape/java -I/usr/include/iceape/plugin -I/usr/include/iceape/nspr -I/usr/local/include/swfdec-0.4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/liboil-0.3 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/alsa -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/inclu...
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
...pc.in b/swfdec.pc.in index 2dfcd95..2e0e0d4 100644 --- a/swfdec.pc.in +++ b/swfdec.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@/swfdec-@SWFDEC_M Name: swfdec Description: Decodes and Plays Flash files Version: @VERSION@ -Requires: glib-2.0 >= @GLIB_REQUIRES@ gobject-2.0 >= @GLIB_REQUIRES@ liboil-0.3 cairo pangocairo +Requires: glib-2.0 >= @GLIB_VER@ gobject-2.0 >= @GLIB_VER@ liboil-0.3 cairo pangocairo Libs: -L${libdir} -lswfdec-@SWFDEC_MAJORMINOR@ Cflags: -I${includedir} diff-tree 4d296a7ca8b484a19f38855cbbf7f3a4c1638614 (from 240265e9d7ff72a51ff1c283805796df95547de2) Author: Benj...
2010 Feb 21
1
updated some packages now some windows hang after open or close
...knows what this might be - perhaps another package I need to update. I am also running a radeon 3200 driver with the Catalyst binary driver. Thanks for your thoughts. Jerry ----------------------- atk-1.29.4.tar.gz libogg-1.1.4.tar.gz autoconf-2.65.tar.gz liboil-0.3.16.tar.gz cairo-1.8.8.tar.gz libpng-1.4.0.tar.gz flex-2.5.35.tar.gz libproxy-0.2.3.tar.bz2 libsoup-2.29.90.tar.gz fontconfig-2.8.0.tar.gz libtheora-1.1.1.tar.bz2 gettext-0.17.tar.gz libunique-1.0.8.tar.gz glib-2.23.3.tar.gz...
2012 Aug 16
2
copy/paste centos 6
....tar.bz2 gst-plugins-bad-0.10.23.tar.gz gst-plugins-base-0.10.36.tar.gz gst-plugins-good-0.10.31.tar.gz gst-plugins-ugly-0.10.19.tar.gz gstreamer-0.10.36.tar.gz gst-rtsp-server-0.10.8.tar.bz2 gtk+-2.23.3.tar.gz gtk-doc-1.15.tar.gz gtk-engines-2.20.2.tar.gz intltool-0.40.6.tar.gz libogg-1.1.4.tar.gz liboil-0.3.17.tar.gz libpng-1.4.4.tar.gz libproxy-0.2.3.tar.bz2 libsoup-2.32.2.tar.gz libtheora-1.1.1.tar.bz2 libtool-2.4.tar.gz libunique-1.1.6.tar.gz libvorbis-1.2.3.tar.gz m4-1.4.15.tar.gz metacity-2.34.0.tar.gz orc-0.4.11.tar.gz pango-1.28.3.tar.gz pixman-0.21.2.tar.gz shared-mime-info-0.90.tar.bz2 to...
2007 Apr 18
2
libswfdec/jpeg
libswfdec/jpeg/jpeg_rgb_decoder.c | 1 - 1 files changed, 1 deletion(-) New commits: diff-tree 15ed4a69b4ffc265fe103ba79a0b60af7e42a9fa (from 2073f39bc0b0aa90f1f67def9bb3f0c6b68018ae) Author: Benjamin Otte <otte@gnome.org> Date: Wed Apr 18 10:47:06 2007 +0200 remove leftover debugging statement diff --git a/libswfdec/jpeg/jpeg_rgb_decoder.c b/libswfdec/jpeg/jpeg_rgb_decoder.c
2008 Jan 30
2
Re: libgstreamer, slackware => libgconf.......???
Hoi, Mario and Alex, Thanks for your ideas and I''ll be able to get ahead with them. I dunno whether I am the only sole on linux planet wihout gconf or libgstreamer.... but I used the gem system of installing wxruby, which is a great tool. Of course I can give it a try to compile wxRuby myself (and hopefully not running into other dependencies when omitting Wx::MediaCtrl ) but, by
2007 Sep 28
1
SwfDec in Windows
...:/MinGW/lib ../libswfdec/.libs/libswfdec-0.4.a -LC:/msys/1.0/local/lib ./.libs/libswfdecui.a -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 /home/Administrador/swfdec-0.4.3/libswfdec/.libs/libswfdec-0.4.a -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 /usr/local/lib/liboil-0.3.dll.a -lgobject-2.0 -lglib-2.0 -lintl -liconv -lz -L/usr/local/lib -L/usr/local/lib make[3]: Leaving directory `/home/Administrador/swfdec-0.4.3/player' make[2]: Leaving directory `/home/Administrador/swfdec-0.4.3/player' make[1]: Leaving directory `/home/Administrador/swfdec-0.4.3'...
2005 Sep 27
4
problems understanding yuv_buffer format
hi folks! once again i am trying to decode a yuv_buffer to a 24 bit RGB buffer. last time nobody seemed willing to tell me how to do this, so i am trying again. i try to make my questions more simple. what i need to know is: how many bytes are in each y, u, v array? what for are these strides? what exactly is a "plane" in a frame, and what does it do? what i want to achieve is
2008 Apr 16
8
[Bug 15528] New: jpeg decoder allocation size overflows
...t; (http://bugs.freedesktop.org/attachment.cgi?id=15947) Test jpegs The two files cookiemon.jpg and wookiemon.jpg in the attached tar file trigger allocation overflows on x86 and amd64. Valgrind says: [for wookiemon.jpg] ==4516== Invalid write of size 1 ==4516== at 0x445D8F8: (within /usr/lib/liboil-0.3.so.0.1.0) ==4516== by 0x80497FF: jpeg_decoder_decode_entropy_segment (jpeg.c:503) ==4516== by 0x8049DEB: jpeg_decoder_decode (jpeg.c:683) ==4516== by 0x804B1E1: jpeg_decode_argb (jpeg_rgb_decoder.c:58) ==4516== by 0x8048A51: main (load.c:46) ==4516== Address 0x632C490 is 0 bytes af...
2008 May 23
2
[Bug 16076] New: http://www.dailymotion.com
http://bugs.freedesktop.org/show_bug.cgi?id=16076 Summary: http://www.dailymotion.com Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://www.dailymotion.com OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at
2009 Dec 02
0
Swfdec-0.8.4 Porting in Android
Dear All, I am also trying to port swfdec-0.8.4 to android, now i am in the state of resolving all its dependent packages. Packages ported in Andriod: GStreamer liboil glib zlib Packages in Progress: Cairo Pango Pixman fontconfig ... I am following android's proprietary way i.e., by writing Android.mk file for each package. I succeeded in porting some packages as mentioned above but facing lots of issues for other. One more confusion is what are the appro...