Displaying 20 results from an estimated 100 matches similar to: "swfdec patch, adds letterSpacing support"
2007 Feb 15
3
Re: Incremental Updates
As an alternative to polling the client, as Ryan describes, you could
 consider piggy-backing the status updates on the back of other ajax
 responses. Which way you go depends entirely on the nature of your app, in
 particular:
1. how frequently it generates ajax traffic anyway
2. how long the server-side process is going to take
If the server-side process takes, say, 20 seconds, polling is a
2007 Oct 22
0
12 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
libswfdec/swfdec_as_strings.c                |    1 
 libswfdec/swfdec_html_parser.c               |   43 +++---
 libswfdec/swfdec_text_field.c                |    2 
 libswfdec/swfdec_text_field.h                |    2 
 libswfdec/swfdec_text_field_movie.c          |  166 ++++++++++++++++-----------
 libswfdec/swfdec_text_field_movie.h          |    6 
 libswfdec/swfdec_text_field_movie_as.c     
2007 Oct 22
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/trace
libswfdec/swfdec_html_parser.c               |    8 +++---
 libswfdec/swfdec_text_field_movie.c          |   31 ++++++++++++++++++++-------
 libswfdec/swfdec_text_field_movie_as.c       |   18 ++++++++-------
 test/trace/text-field-html-input-6.swf       |binary
 test/trace/text-field-html-input-6.swf.trace |   28 ++++++++++++++++++++++++
 test/trace/text-field-html-input-7.swf       |binary
2007 Oct 25
0
18 commits - libswfdec/swfdec_player_internal.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_format.c libswfdec/swfdec_text_format.h libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/trace
dev/null                                          |binary
 libswfdec/swfdec_player_internal.h                |    2 
 libswfdec/swfdec_text_field_movie_as.c            |   57 +++++---
 libswfdec/swfdec_text_format.c                    |   13 +
 libswfdec/swfdec_text_format.h                    |    1 
 libswfdec/swfdec_xml.c                            |   72 ++++++----
 libswfdec/swfdec_xml_node.c
2007 Oct 29
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h
libswfdec/Makefile.am                        |    2 
 libswfdec/swfdec_as_interpret.c              |   19 
 libswfdec/swfdec_html_parser.c               |  474 -----------
 libswfdec/swfdec_initialize.as               |   11 
 libswfdec/swfdec_initialize.h                | 1118 +++++++++++++--------------
 libswfdec/swfdec_text_field.c                |   18 
 libswfdec/swfdec_text_field.h         
2006 Aug 15
6
FileSystemWatcher - has any one done this?
I''d like to monitor a folder and when someone drops a file in there I
can take the files name and add it to a database.
My dream is to have a folder always being watched. and if someone
drops a file or folders with files into that watched folder, I take
the filename(s) and insert them into a db and if the files are in
folder I use the folder name(s) as tags for that file.
make sense?
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
libswfdec/swfdec_as_strings.c              |    2 
 libswfdec/swfdec_initialize.as             |    3 
 libswfdec/swfdec_initialize.h              |  306 ++--
 libswfdec/swfdec_text_field_movie.c        |    4 
 libswfdec/swfdec_text_field_movie.h        |    3 
 libswfdec/swfdec_text_field_movie_as.c     |   83 +
 test/trace/Makefile.am                     |   20 
2009 Mar 11
1
from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?
I am having trouble converting a .flv file uploaded from Adobe Flex /
Flash Player 10 to a Red5 server using the speex coder:
http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html
http://jira.red5.org/confluence/display/codecs/Speex+Codec
Questions:
1. How do I extract the audio track out of such a .flv file?
2. How do I convert it from Speex to .wav PCM?
Thanks.
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_strings.c          |    4 
 libswfdec/swfdec_movie.c               |   76 +++++
 libswfdec/swfdec_movie.h               |   19 +
 libswfdec/swfdec_text_field.c          |   23 +
 libswfdec/swfdec_text_field.h          |    2 
 libswfdec/swfdec_text_field_movie.c    |  420 ++++++++++++++++++++++++++++---
 libswfdec/swfdec_text_field_movie.h    |    5 
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
libswfdec/swfdec_as_internal.h           |    4 
 libswfdec/swfdec_as_object.c             |   25 
 libswfdec/swfdec_html_parser.c           |    6 
 libswfdec/swfdec_initialize.as           |    7 
 libswfdec/swfdec_initialize.h            |  920 +++++++++++++++----------------
 libswfdec/swfdec_style_sheet.c           |   71 ++
 libswfdec/swfdec_style_sheet.h           |    8 
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved:
apt-get remove libspeex-dev
cd ~/src/speex-1.2rc1/
./configure --prefix=/usr
make; make install
cd ../ffmpeg
./configure --enable-libspeex
make; make install
worked; then I was able to decode a Speex .flv file:
~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav
FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-libspeex
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
I am having trouble compiling ffmpeg to support speex, which didn't
work with the ubuntu libspeex-dev package, but looks like it might
with the Speex version 1.2rc1 tarball from http://speex.org/downloads/
How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version
of libspeex in /usr/local/include instead of the older debian/ubuntu
libspeex-dev package in /usr/include/speex?
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
libswfdec/swfdec_as_strings.c          |    2 +
 libswfdec/swfdec_html_parser.c         |   41 ++++++++++++++++++++---
 libswfdec/swfdec_style_sheet.c         |   47 +++++++++++++++++++++++++++
 libswfdec/swfdec_style_sheet.h         |    6 +++
 libswfdec/swfdec_text_field_movie.c    |   24 +++++++++++--
 libswfdec/swfdec_text_field_movie.h    |    2 +
 libswfdec/swfdec_text_field_movie_as.c |  
2007 Sep 29
0
libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
libswfdec/swfdec_initialize.as |   80 ++++
 libswfdec/swfdec_initialize.h  |  768 ++++++++++++++++++++++-------------------
 2 files changed, 509 insertions(+), 339 deletions(-)
New commits:
diff-tree 8d69f18e13827a9f25ce0f2e9eabc098ec2709d9 (from b9b24e3618791b5add483cf0211d49ee901fed84)
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date:   Fri Sep 28 13:51:04 2007 +0300
    Add
2005 Oct 17
1
fax - conversion problem
I am having a strange problem.
On one * box I setup the fax recive, via spandsp -app_rxfax
I have no problem here.
On a second box I did the same. The resulting PDF appear "corrupt".
If I transmit the same fax to both * box, the tiff files received are the
same.
A deeper analysis shows the only problem is the width and heigth of the
document
In the first PDF, I see
2006 Jul 10
1
Unexpected difference in Bounding Box of PDF graphics between (PR#9072)
huber at ebi.ac.uk wrote:
> Full_Name: Wolfgang Huber
> Version: R version 2.4.0 Under development (unstable) (2006-07-09 r38523)
> OS: i686-pc-linux-gnu     
> Submission from: (NULL) (62.253.128.15)
> 
> 
> There appears to be unintentional behaviour in the size of the bounding box for
> PDF graphics produced with the current R2.4, compared to 2.3.1. I posted two PDF
>
2007 Oct 13
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c test/trace
libswfdec/swfdec_html_parser.c         |   24 +++++++++++++++++-
 libswfdec/swfdec_text_field.c          |    2 +
 libswfdec/swfdec_text_field_movie.c    |    9 ++----
 libswfdec/swfdec_text_field_movie_as.c |    3 ++
 libswfdec/swfdec_xml.c                 |    5 +++
 test/trace/xml-escape-5.swf            |binary
 test/trace/xml-escape-6.swf            |binary
 test/trace/xml-escape-6.swf.trace 
2003 Jul 30
0
Sweave
Many of you are using Sweave for making statistical reports.  I thought it might be helpful to some to see an example of the setup I use (in Linux).  For those of you who have not yet discovered the power and productivity gains from using Fritz Leisch's wonderful package, I encourage you to give Sweave a try.
%File: model.nw
%Usage:
% Put library(Hmisc;Design;tools} in .First
% Sweave model  
2014 Apr 01
1
tincd gives kernel general protection ip error.
On a recently formatted debiann 7 server, I'm running tinc1.1pre9 and 
running in to this type of error every 3-4 days.
Mar 31 19:35:26 MediaBox kernel: [256033.433285] tincd[3301] general 
protection ip:406961 sp:7fff9e763b20 error:0 in tincd[400000+28000]
I initially had compiled tinc1.1pre9 creating a static binary using musl 
libc.  Thinking it must have been an issue with musl I
2008 May 21
6
this.initialize has no properties error in Prototype Code
Hi All,
I''m a super newbie with Prototype and am trying to implement my first
solution using it.
This is my code:
	var span = ''totalViews'' + video_id;
	var params = ''video_id='' + video_id;
	Ajax.Response(''trackVideo.php'',
			{
					method: ''post'',
					parameters: params,
					onSuccess: function(transport)
					{