[Gnash-commit] eof

2007-07-14 Thread Martin Guy
Hi Folks I'm unsubscribing from gnash-commit and stopping work on Gnash. If you need anything you know where to find me. The only thing that's half complete by me is a validity control on the open buglist, which I have completed up to Dec/Jan 2006/7, laying all 6-month-old ghosts to rest. If

[Gnash-commit] gnash server/stream.cpp ChangeLog

2007-07-12 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/12 14:28:02 Modified files: server : stream.cpp . : ChangeLog Log message: * server/stream.cpp: Remove silly assert to remove compiler warning

[Gnash-commit] gnash gui/fb.cpp ChangeLog

2007-07-12 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/12 13:34:21 Modified files: gui: fb.cpp . : ChangeLog Log message: * fb/gui.cpp: Add newline to end of fatal messages CVSWeb URLs: http

Re: [Gnash-commit] gnash gui/gnash.cpp ChangeLog

2007-07-12 Thread Martin Guy
2007/7/10, zou lunkai <[EMAIL PROTECTED]>: I still have lot in some other files. Yes, please reformat any such unreadable stuff you find - either to use 8-char tabs or spaces, as you please. The related problem has been discussed long ago IIRC IRC is not the place for decisional discussions

Re: [Gnash-commit] gnash gui/gnash.cpp ChangeLog

2007-07-12 Thread Martin Guy
Yes, the format of the garbage indicates that someone has used an editor with 4-char tab visualisation in the past - the only one I know that does that is some Microsoft Visual junk. Tabs have been set every 8 chars since the 1960s on all but early word processors and MS junk. I don't think there

[Gnash-commit] gnash configure.ac ChangeLog macros/docbook.m4 ...

2007-07-12 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/12 09:31:51 Modified files: . : configure.ac ChangeLog macros : docbook.m4 doc/C/usermanual/installation: feature_configuration.xml Log message

[Gnash-commit] gnash libbase/curl_adapter.cpp ChangeLog

2007-07-09 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/09 07:31:05 Modified files: libbase: curl_adapter.cpp . : ChangeLog Log message: * libbase/curl_adapter.cpp: Workarounds for older versions of curl

[Gnash-commit] gnash gui/gtk_glue_cairo.h ChangeLog

2007-07-09 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/09 07:26:44 Modified files: gui: gtk_glue_cairo.h . : ChangeLog Log message: * gui/gtk_cairo.h: FIx compiler warning about unused params CVSWeb URLs

[Gnash-commit] gnash macros/ffmpeg.m4 ChangeLog

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 20:49:39 Modified files: macros : ffmpeg.m4 . : ChangeLog Log message: * macros/ffmpeg.m4: Add commentary preparing for better version checking

[Gnash-commit] gnash macros/ffmpeg.m4 ChangeLog

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 20:47:14 Modified files: macros : ffmpeg.m4 . : ChangeLog Log message: * macros/ffmpeg.m4: Don't zero ffmpeg_version if too early; it is

[Gnash-commit] gnash/libbase FLVParser.h

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 20:27:40 Modified files: libbase: FLVParser.h Log message: Oops CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/FLVParser.h?cvsroot=gnash&r1=1.17&r2=1.18

[Gnash-commit] gnash ChangeLog backend/sound_handler.h libbase...

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 20:26:49 Modified files: . : ChangeLog backend: sound_handler.h libbase: FLVParser.h Log message: * backend/sound_handler.h libbase

[Gnash-commit] gnash ChangeLog

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 15:59:27 Modified files: . : ChangeLog Log message: * gui/gtk_glue_cairo.h: Drop unused variable compiler warnings CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Gnash-commit] gnash/doc/C/usermanual/installation feature_con...

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 15:30:16 Modified files: doc/C/usermanual/installation: feature_configuration.xml Log message: * C/usermanual/installation/feature_configuration.xml: Remove

[Gnash-commit] gnash doc/C/usermanual/installation/feature_con...

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 15:12:50 Modified files: doc/C/usermanual/installation: feature_configuration.xml . : ChangeLog Log message: * C/usermanual/installation

[Gnash-commit] gnash ChangeLog

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 15:08:07 Modified files: . : ChangeLog Log message: ... and remove configure --enable-dom documentation (it has gone) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash

[Gnash-commit] gnash/doc/C/usermanual/installation feature_con...

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 15:06:08 Modified files: doc/C/usermanual/installation: feature_configuration.xml Log message: * C/usermanual/installation/feature_configuration.xml: Add missing

[Gnash-commit] gnash configure.ac ChangeLog

2007-07-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/08 13:53:38 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Say where to get gtkglext source CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

Re: Re[6]: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-08 Thread Martin Guy
2007/7/7, Udo Giacomozzi <[EMAIL PROTECTED]>: I dislike endless loops too, but sometimes (when the loop is very short) they can make the code more readable IMHO. In general loops should enter at the top and exit at the bottom always. The only normal reason to break in the middle is when you ne

Re: Re[4]: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-07 Thread Martin Guy
2007/7/7, Udo Giacomozzi <[EMAIL PROTECTED]>: it's just 5 lines of code... don't we have other problems? Of course. I was just having a rant because Gnash is full of awful code and I hate to see more of it growing like fungus :). I particularly liked the switch (foo) { case 0x00: bar = 0; brea

[Gnash-commit] gnash configure.ac

2007-07-07 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/07 15:03:06 Modified files: . : configure.ac Log message: Remove weird cruft CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.352&

[Gnash-commit] gnash configure.ac ChangeLog

2007-07-07 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/07 14:58:42 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Remove bogus "Web server support disabled" report, s

[Gnash-commit] gnash libbase/network.h server/shm.h server/shm...

2007-07-07 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/07 12:02:46 Modified files: libbase: network.h server : shm.h shm.cpp . : ChangeLog Log message: * libbase/network.h,server/shm.{h,cpp

Re: Re[2]: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-07 Thread Martin Guy
2007/7/7, Udo Giacomozzi <[EMAIL PROTECTED]>: MG> In general I agree that tu_* should be dropped wherever possible, What's the problem with tu_timer? I interpreted it as a general Gnash tool for timing. Anyway, wouldn't it be best to have a dedicated .h just for timing purposes? You are righ

[Gnash-commit] gnash configure.ac ChangeLog

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 20:41:42 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Add xsltproc to list of docbook required packages CVSWeb URLs: http

[Gnash-commit] gnash configure.ac ChangeLog

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 19:09:16 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Fix error message for missing docbook2x tools CVSWeb URLs: http://cvs.savannah.gnu.org

[Gnash-commit] gnash server/asobj/SoundFfmpeg.cpp ChangeLog

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 18:51:42 Modified files: server/asobj : SoundFfmpeg.cpp . : ChangeLog Log message: * server/asobj/SoundFfmpeg.cpp: Fix signed/unsigned compiler warning

[Gnash-commit] gnash configure.ac ChangeLog

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 18:46:13 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Fix formatting of missing BOOST date_time message CVSWeb URLs: http

[Gnash-commit] gnash configure.ac ChangeLog

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 17:49:54 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Fix typo "handlign" in message CVSWeb URLs: http://cvs.savannah.gnu.org/vie

[Gnash-commit] gnash gui/gnash.cpp ChangeLog

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 15:10:44 Modified files: gui: gnash.cpp . : ChangeLog Log message: * gui/gnash.cpp: Reformat crazy indentation and simplify redundant

[Gnash-commit] gnash testsuite/libamf.all/test_number.cpp Chan...

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 14:51:51 Modified files: testsuite/libamf.all: test_number.cpp . : ChangeLog Log message: * testsuite/libamf.all/test_number.cpp: Remove uused variables and

Re: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-06 Thread Martin Guy
2007/7/6, Tomas Groth <[EMAIL PROTECTED]>: I don't understand why it's so important not to depend on boost_date_time Keeping the code size down. Gnash is already huge. and pulls in more libraries than mplayer :-/ boost_date_time is large and slow (that's why it's split off into a separate packa

Re: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-06 Thread Martin Guy
2007/7/6, Martin Guy <[EMAIL PROTECTED]>: > > I depends on boost-date_time since march or feb already > > I just got out NullGui.cpp 1.12 with current cvs and the whole thing > compiled fine. Hang on, you may be right No, nothing needs it except cygnal and NullGui. You can

Re: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-06 Thread Martin Guy
I depends on boost-date_time since march or feb already I just got out NullGui.cpp 1.12 with current cvs and the whole thing compiled fine. Maybe you're thinking of cygnal, which uses boost date_time, but gnash does not, and there is an explicit clause in the configure script to check for boost

Re: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-06 Thread Martin Guy
2007/7/6, Martin Guy <[EMAIL PROTECTED]>: > I depends on boost-date_time since march or feb already I just got out NullGui.cpp 1.12 with current cvs and the whole thing compiled fine. Hang on, you may be right M ___ Gnash-commit mai

Re: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp

2007-07-06 Thread Martin Guy
2007/7/6, Markus Gothe <[EMAIL PROTECTED]>: gui: NullGui.cpp Log message: Get rid of tu_timer n favor of boost, albeit ticks_per_second() might return nanoseconds, I donnu what the implication of this would be. Hi Markus One implication is that boost::date_time be

[Gnash-commit] gnash/backend Makefile.am

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 08:27:19 Modified files: backend: Makefile.am Log message: * backend/Makefile.am: Move a GUI test to its logical place CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Gnash-commit] gnash ChangeLog

2007-07-06 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/06 08:27:34 Modified files: . : ChangeLog Log message: * backend/Makefile.am: Move a GUI test to its logical place CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash

[Gnash-commit] gnash server/parser/movie_def_impl.cpp ChangeLog

2007-07-05 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/07/05 19:45:28 Modified files: server/parser : movie_def_impl.cpp . : ChangeLog Log message: * server/parser/movie_def_impl.cpp: Report internal sample ID too in

Re: [Gnash-commit] gnash ChangeLog libbase/embedVideoDecoderFfmpeg...

2007-05-31 Thread Martin Guy
2007/5/31, Bastiaan Jacques <[EMAIL PROTECTED]>: On Thu, 31 May 2007, Martin Guy wrote: > Bastiaan, shall I get diffs from your modifications and see if I can > munge the two versions into switching on an ifdef (or have you done it > already?) Yes please. Also, I'm very

Re: [Gnash-commit] gnash configure.ac ChangeLog doc/C/sources.xml

2007-05-31 Thread Martin Guy
2007/5/31, Rob Savoye <[EMAIL PROTECTED]>: Change it back. Done This has been discussed before, and a decision has already been made to keep GL as the default for 0.8 I wasn't party to that. I have no idea where you got the idea it was going to be AGG. that's the impression I got from

[Gnash-commit] gnash configure.ac ChangeLog doc/C/sources.xml

2007-05-31 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/31 16:44:57 Modified files: . : configure.ac ChangeLog doc/C : sources.xml Log message: * Revert default renderer back to OpenGL. CVSWeb URLs: http

Re: [Gnash-commit] gnash ChangeLog libbase/embedVideoDecoderFfmpeg...

2007-05-31 Thread Martin Guy
Bastiaan, shall I get diffs from your modifications and see if I can munge the two versions into switching on an ifdef (or have you done it already?) M ___ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-c

[Gnash-commit] gnash configure.ac ChangeLog doc/C/sources.xml

2007-05-31 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/31 10:46:53 Modified files: . : configure.ac ChangeLog doc/C : sources.xml Log message: * Change default renderer to agg for 0.8.0 release CVSWeb URLs

[Gnash-commit] gnash/server/asobj README.NetStream

2007-05-31 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/31 09:56:21 Modified files: server/asobj : README.NetStream Log message: spello trough -> through CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/README.NetStr

Re: [Gnash-commit] gnash ChangeLog libbase/embedVideoDecoderFfmpeg...

2007-05-31 Thread Martin Guy
2007/5/31, Bastiaan Jacques <[EMAIL PROTECTED]>: > We still want to use the old interface if the new is not available yet. > It needs some #ifdefs based on FFMPEG version... The Ffmpeg version that we require (prior to my patch) already has libswscale. Urp! It just broke on Debian libbase/emb

[Gnash-commit] gnash libbase/embedVideoDecoderFfmpeg.cpp serve...

2007-05-31 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/31 09:19:32 Modified files: libbase: embedVideoDecoderFfmpeg.cpp server/asobj : NetStreamFfmpeg.cpp . : ChangeLog Log message: * libbase

[Gnash-commit] gnash ChangeLog

2007-05-30 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/30 16:35:25 Modified files: . : ChangeLog Log message: * configure.ac: Warn if libcurl is missing CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot

[Gnash-commit] gnash configure.ac

2007-05-30 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/30 15:51:37 Modified files: . : configure.ac Log message: * configure.ac: Warn if libcurl is missing CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac

[Gnash-commit] gnash configure.ac ChangeLog

2007-05-30 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/30 13:10:29 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Add rpm/deb help for AGG CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash

Re: [Gnash-commit] gnash server/asobj/NetStreamFfmpeg.cpp ChangeLog

2007-05-30 Thread Martin Guy
2007/5/30, Martin Guy <[EMAIL PROTECTED]>: * server/asobj/NetStreamFfmpeg.cpp: Two casts to quiet compiler warnings There is another warning which may be a bug: server/asobj/NetStreamFfmpeg.cpp:1218: warning: passing 'double' for argument 1 to 'bool FLVParser::isTimeLo

[Gnash-commit] gnash server/asobj/NetStreamFfmpeg.cpp ChangeLog

2007-05-30 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/30 11:32:14 Modified files: server/asobj : NetStreamFfmpeg.cpp . : ChangeLog Log message: * server/asobj/NetStreamFfmpeg.cpp: Two casts to quiet compiler

[Gnash-commit] gnash/packaging/debian control

2007-05-29 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/29 14:52:41 Modified files: packaging/debian: control Log message: Fix typo CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/debian/control?cvsroot=gnash&r1=1.4&am

[Gnash-commit] gnash packaging/debian/control ChangeLog

2007-05-29 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/29 14:49:09 Modified files: packaging/debian: control . : ChangeLog Log message: * packaging/debian/control: Add missing build dependency for opengl-gtk CVSWeb

[Gnash-commit] gnash server/asobj/NetStreamFfmpeg.cpp ChangeLog

2007-05-28 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/29 01:10:48 Modified files: server/asobj : NetStreamFfmpeg.cpp . : ChangeLog Log message: * server/asobj/NetStreamFfmpeg.cpp: Fix sign/unsign compiler warning

[Gnash-commit] gnash ChangeLog server/swf/tag_loaders.cpp

2007-05-22 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/22 22:51:01 Modified files: . : ChangeLog server/swf : tag_loaders.cpp Log message: * server/swf/tag_loaders.cpp: Fix NELLYMOSER bombing out CVSWeb URLs

[Gnash-commit] gnash configure.ac

2007-05-22 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/22 18:50:15 Modified files: . : configure.ac Log message: * configure.ac: add help text for ffmpeg-devel RPM package CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Gnash-commit] gnash macros/ffmpeg.m4 configure.ac ChangeLog

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 19:39:20 Modified files: macros : ffmpeg.m4 . : configure.ac ChangeLog Log message: * macros/ffmpeg.m4,configure.ac: Workaround /usr/include/ffmpeg

[Gnash-commit] gnash/doc/C extensions.xml

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 17:25:42 Modified files: doc/C : extensions.xml Log message: Rephrase gobbledegook CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/extensions.xml?cvsroot=gnash&r1

[Gnash-commit] gnash/doc/C internals.xml

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 17:14:16 Modified files: doc/C : internals.xml Log message: fix spello gasnhasobjs CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/internals.xml?cvsroot=gnash&r1=

[Gnash-commit] gnash server/swf/tag_loaders.cpp ChangeLog

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 15:39:53 Modified files: server/swf : tag_loaders.cpp . : ChangeLog Log message: * server/swf/tag_loaders.cpp: Bug fix: calculate # samples correctly

[Gnash-commit] gnash/backend sound_handler.cpp

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 15:36:35 Modified files: backend: sound_handler.cpp Log message: Remove debugging printf (oops) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler.cpp

[Gnash-commit] gnash backend/sound_handler_sdl.cpp ChangeLog

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 15:28:02 Modified files: backend: sound_handler_sdl.cpp . : ChangeLog Log message: * backend/sound_handler_sdl.cpp: Remove bug 19750 that garbled

[Gnash-commit] gnash/backend sound_handler_sdl.cpp

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 15:30:42 Modified files: backend: sound_handler_sdl.cpp Log message: Remove commented-out stuff CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler_sdl.cpp

[Gnash-commit] gnash backend/sound_handler.cpp ChangeLog

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 14:21:31 Modified files: backend: sound_handler.cpp . : ChangeLog Log message: * backend/sound_handler.cpp: Speed convert_raw_data and handle stereo

[Gnash-commit] gnash backend/sound_handler.h backend/sound_han...

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 13:17:55 Modified files: backend: sound_handler.h sound_handler.cpp sound_handler_gst.cpp sound_handler_gst.h sound_handler_sdl.cpp

[Gnash-commit] gnash backend/sound_handler.h backend/sound_han...

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 12:51:48 Modified files: backend: sound_handler.h sound_handler_gst.cpp sound_handler_gst.h sound_handler_sdl.cpp sound_handler_sdl.h

[Gnash-commit] gnash testsuite/sound_handler_test.cpp ChangeLog

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 11:10:41 Modified files: testsuite : sound_handler_test.cpp . : ChangeLog Log message: * backend/sound_handler_gst.cpp, testsuite/sound_handler_test.cpp

[Gnash-commit] gnash testsuite/sound_handler_test.cpp ChangeLog

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 10:28:17 Modified files: testsuite : sound_handler_test.cpp . : ChangeLog Log message: * testsuite/sound_handler_test.cpp: Remove never

[Gnash-commit] gnash server/swf/tag_loaders.cpp backend/sound_...

2007-05-18 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 10:25:44 Modified files: server/swf : tag_loaders.cpp backend: sound_handler_sdl.cpp sound_handler_gst.cpp . : ChangeLog Log message

[Gnash-commit] gnash utilities/parser.cpp ChangeLog

2007-05-17 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 04:00:34 Modified files: utilities : parser.cpp . : ChangeLog Log message: * utilities/parser.cpp: Shut compiler up CVSWeb URLs: http

[Gnash-commit] gnash macros/x11.m4 ChangeLog

2007-05-17 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 03:52:24 Modified files: macros : x11.m4 . : ChangeLog Log message: * macros/x11.m4: Two typoes "if x${a} != xfoo" CVSWeb

[Gnash-commit] gnash backend/sound_handler.h ChangeLog

2007-05-17 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 03:17:23 Modified files: backend: sound_handler.h . : ChangeLog Log message: * backend/sound_handler.h: Remove old adpcm_expand() decl CVSWeb URLs

[Gnash-commit] gnash configure.ac ChangeLog

2007-05-17 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/18 03:14:02 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Change package help message format and fix typo MYSQC_CFLAGS CVSWeb

Re: [Gnash-commit] gnash ChangeLog server/asobj/Date.cpp

2007-05-17 Thread Martin Guy
Sorry, woke up in a bad mood. Forget it. ___ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit

Re: [Gnash-commit] gnash ChangeLog server/asobj/Date.cpp

2007-05-17 Thread Martin Guy
Fixed unneeded use of ftime IFF we've got gettimeofday() Why bother? ftime() was never called from the code if gettimeofday, so that makes no difference. It just complexifies to avoid including a header. What's the problem with #if HAVE_FTIME and friends? That's the usual idiom (and is

Re: [Gnash-commit] gnash macros/ffmpeg.m4 ChangeLog

2007-05-17 Thread Martin Guy
2007/5/17, Martin Guy <[EMAIL PROTECTED]>: > > >> >if ! test -f !$i/ffmpeg/avformat.h; then $i isn't defined there, or is left over from sth else. if test x"${ac_cv_path_ffmpeg_incl}" = x; then if test x${cross_compiling} = xno; then

Re: [Gnash-commit] gnash macros/ffmpeg.m4 ChangeLog

2007-05-17 Thread Martin Guy
> >> >if ! test -f !$i/ffmpeg/avformat.h; then $i isn't defined there, or is left over from sth else. There is also confusion here. I have /usr/include/ffmpeg/avcodec.h and the code includes it as "ffmpeg/avcodec.h" everywhere but in the final report I see FFMPEG_CFLAGS=-I/usr/include/ffmpeg T

Re: [Gnash-commit] gnash ChangeLog backend/sound_handler_gst.cpp b...

2007-05-15 Thread Martin Guy
+ for (int i = 0; i < data_bytes; i++) + { + data[i] = in->read_u8(); + } We now have in->read((char *)data, databytes); If u can put this in that'd be great; my tag_loaders is dirty with the other half of the uncompressed sound fix

Re: [Gnash-commit] gnash configure.ac

2007-05-13 Thread Martin Guy
2007/5/13, Tomas Groth <[EMAIL PROTECTED]>: > State default for pixel-depth (all) > I might have missed something, but wasn't it decided that the default shouldn't be the default because it wasn't needed for most systems? Er dunno. I just documented what it was, which seems a reasonable c

[Gnash-commit] gnash server/parser/sound_definition.cpp server...

2007-05-13 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/13 12:20:37 Modified files: server/parser : sound_definition.cpp server/swf : tag_loaders.cpp . : ChangeLog Log message: * server/parser

[Gnash-commit] gnash server/stream.h server/stream.cpp ChangeLog

2007-05-13 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/13 12:19:05 Modified files: server : stream.h stream.cpp . : ChangeLog Log message: * server/stream.{h.cpp}: Punch a block-read primitive through the

[Gnash-commit] gnash configure.ac

2007-05-13 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/13 10:39:49 Modified files: . : configure.ac Log message: State default for pixel-depth (all) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&am

Re: [Gnash-commit] gnash/macros boost.m4

2007-05-12 Thread Martin Guy
I quick fix could have been to change: if test -f $i/lib${libname}.a -o -f $i/lib${libname}.${shlibext}*; then to: if test -f $i/lib${libname}.a -o -f $i/lib${libname}.${shlibext}; then Here's the diff to put the patch back as I had it - can u try this with your fix on the problem ma

[Gnash-commit] gnash/macros boost.m4

2007-05-12 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/12 09:37:56 Modified files: macros : boost.m4 Log message: Revert Deanna's patch for missing .so files CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cv

[Gnash-commit] gnash/macros boost.m4

2007-05-11 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/11 16:16:33 Modified files: macros : boost.m4 Log message: * macros/boost.m4: Apply Deanna's mods for boost lib detection when .so symlinks are not inst

[Gnash-commit] gnash/doc/C sources.xml

2007-05-11 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/11 13:39:29 Modified files: doc/C : sources.xml Log message: Add disk space requirements for extracting and compiling CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C

[Gnash-commit] gnash/doc/C sources.xml

2007-05-11 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/11 13:11:59 Modified files: doc/C : sources.xml Log message: Add note about machine RAM requirements for compiling from source CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash

[Gnash-commit] gnash/doc/C sources.xml

2007-05-10 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/10 16:58:38 Modified files: doc/C : sources.xml Log message: Rearrange configure options so that interesting ones are first and write a preamble about the main 3

[Gnash-commit] gnash configure.ac

2007-05-10 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/10 12:20:42 Modified files: . : configure.ac Log message: Shorten message CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.307&

[Gnash-commit] gnash macros/ffmpeg.m4 ChangeLog

2007-05-10 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/10 12:14:14 Modified files: macros : ffmpeg.m4 . : ChangeLog Log message: * macros/ffmpeg.m4: Avoid spurious syntax errors when avcodec not found CVSWeb

[Gnash-commit] gnash configure.ac ChangeLog

2007-05-10 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/10 11:36:15 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Don't report SDL FLAGS and help message twice. CVSWeb URLs:

[Gnash-commit] gnash configure.ac ChangeLog

2007-05-10 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/10 08:08:43 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Don't warn about ffmpeg/mad absence during tests; they are ch

Re: [Gnash-commit] gnash/doc/C sources.xml

2007-05-08 Thread Martin Guy
Btw, what do you think about our current --with-extensions=name,name,name ? Should it be --enable-extensions=name,name,name instead ? yes. --with is used for specifying unusual paths where gnash should look for libraries M ___ Gnash-commit mailing

[Gnash-commit] gnash/doc/C sources.xml

2007-05-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/08 22:25:57 Modified files: doc/C : sources.xml Log message: Change enable-sound and -mp3-decoder to --enable-media; document --disable-shared CVSWeb URLs: http

[Gnash-commit] gnash/doc/C sources.xml

2007-05-08 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/08 22:16:55 Modified files: doc/C : sources.xml Log message: reorder lists of enable flags and environment variables CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C

[Gnash-commit] gnash configure.ac ChangeLog

2007-05-07 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/07 14:49:48 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Make absence of ffmpeg or libmad libraries a fatal error when they

[Gnash-commit] gnash backend/sound_handler.h ChangeLog

2007-05-07 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/07 14:30:51 Modified files: backend: sound_handler.h . : ChangeLog Log message: Fix commentary about RAW and UNCOMPRESSED formats. CVSWeb URLs: http

[Gnash-commit] gnash/gui Makefile.am

2007-05-07 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/07 14:26:07 Modified files: gui: Makefile.am Log message: Remove trailing space after \ CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Makefile.am?cvsroot=gnash&am

[Gnash-commit] gnash/doc/C sources.xml

2007-05-07 Thread Martin Guy
CVSROOT:/sources/gnash Module name:gnash Changes by: Martin Guy 07/05/07 14:11:23 Modified files: doc/C : sources.xml Log message: Fix Debian ffmpeg dep: it's libavformat-dev not ffmpeg-dev CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/

  1   2   3   >