similar to: 3 commits - configure.ac libswfdec/swfdec_loader.c libswfdec/swfdec_movie.h

Displaying 20 results from an estimated 100 matches similar to: "3 commits - configure.ac libswfdec/swfdec_loader.c libswfdec/swfdec_movie.h"

2007 Apr 05
0
configure.ac libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_gst.c
configure.ac | 20 +++ libswfdec/Makefile.am | 10 + libswfdec/swfdec_codec.c | 9 + libswfdec/swfdec_codec_gst.c | 260 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 294 insertions(+), 5 deletions(-) New commits: diff-tree 9367afafdc43e320b2689237f9f302e52d8fac0e (from 1906bf5a380edbbb4b808543cf3da0e9e836dbf4) Author: Benjamin Otte
2007 Feb 17
0
8 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
configure.ac | 2 - doc/swfdec-sections.txt | 1 libswfdec/swfdec_loader.c | 6 ++- libswfdec/swfdec_player.c | 35 ++++++++++++++++++++--- libswfdec/swfdec_player.h | 4 ++ libswfdec/swfdec_player_internal.h | 3 + libswfdec/swfdec_root_movie.c | 2 - libswfdec/swfdec_script.c | 23 ++++++++++++++-
2007 Oct 26
0
6 commits - configure.ac libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c player/swfplay.c
configure.ac | 12 libswfdec/swfdec_codec_audio.c | 2 libswfdec/swfdec_codec_gst.c | 525 +++++++++++++++++++++++++---------------- libswfdec/swfdec_codec_video.c | 2 player/swfplay.c | 2 5 files changed, 336 insertions(+), 207 deletions(-) New commits: commit 2aa4f7f59de874bab2a74398fda09d3d387fcd30 Merge: efc1a32... e6964fd... Author:
2007 Mar 16
0
libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loader_internal.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_xml.c
libswfdec/swfdec_loader.c | 91 +++++++++++++++++++++++++++++++++++-- libswfdec/swfdec_loader.h | 13 +++++ libswfdec/swfdec_loader_internal.h | 2 libswfdec/swfdec_net_stream.c | 1 libswfdec/swfdec_root_movie.c | 4 + libswfdec/swfdec_xml.c | 9 +-- 6 files changed, 111 insertions(+), 9 deletions(-) New commits: diff-tree
2007 Nov 12
0
2 commits - libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/various
libswfdec/swfdec_loader.c | 106 ----------------------------------- libswfdec/swfdec_loader_internal.h | 4 - libswfdec/swfdec_movie.c | 46 --------------- libswfdec/swfdec_movie.h | 2 libswfdec/swfdec_resource.c | 4 - test/various/.gitignore | 1 test/various/Makefile.am | 6 - test/various/urlencode.c |
2007 Oct 14
0
4 commits - libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_sound.c
libswfdec/swfdec_codec_audio.c | 72 ++++++++++++++++++++++++++++++++--------- libswfdec/swfdec_codec_gst.c | 11 +++--- libswfdec/swfdec_codec_video.c | 64 ++++++++++++++++++++++++++++++------ libswfdec/swfdec_sound.c | 1 4 files changed, 117 insertions(+), 31 deletions(-) New commits: commit f31f005192c5b59e3fa793fef78cc8f06a30ba1b Author: Benjamin Otte <otte at
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
autogen.sh | 2 +- configure.ac | 10 ++-------- libswfdec-gtk/Makefile.am | 4 ++-- libswfdec/swfdec_codec_audio.c | 6 +++--- libswfdec/swfdec_codec_video.c | 6 +++--- libswfdec/swfdec_player.c | 3 +++ test/trace/Makefile.am | 4 ++-- 7 files changed, 16 insertions(+), 19 deletions(-) New commits: commit
2007 Nov 08
0
configure.ac libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h
configure.ac | 2 +- libswfdec-gtk/swfdec_gtk_widget.c | 11 ++++------- libswfdec-gtk/swfdec_playback_alsa.c | 8 +++++++- libswfdec/swfdec_as_date.c | 18 ++++++++++-------- libswfdec/swfdec_as_interpret.c | 2 ++ libswfdec/swfdec_as_types.c | 5 +++++ libswfdec/swfdec_audio_flv.c | 2 +- libswfdec/swfdec_audio_flv.h
2007 Jul 07
1
Compiling swfdec without GTK
I want to cross compile swfdec-0.4.5 for ARM9. But before that I am planning to compile it on my x86 machine without GTK support. I have already compiled it with GTK. But if I disable GTK then I am getting error messages while compiling test directory. I have used following configuration options: ./configure enable_shared=no enable_static=yes enable_mad=no enable_gtk_doc=no enable_ffmpeg=no
2007 Apr 06
0
3 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_ffmpeg.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_codec_video.c
libswfdec-gtk/swfdec_gtk_loader.c | 10 -- libswfdec/Makefile.am | 2 libswfdec/swfdec_codec.c | 39 -------- libswfdec/swfdec_codec.h | 26 ----- libswfdec/swfdec_codec_ffmpeg.c | 98 ++++++++------------- libswfdec/swfdec_codec_gst.c | 174 +++++++++++++++++++------------------- libswfdec/swfdec_codec_screen.c | 60 +++++--------
2007 Apr 05
0
4 commits - libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_stream.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec.c libswfdec/swfdec_codec_ffmpeg.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec.h libswfdec/swfdec_codec_mad.c
libswfdec/swfdec_audio_flv.c | 5 +- libswfdec/swfdec_audio_stream.c | 2 libswfdec/swfdec_codec.c | 27 +++++++----- libswfdec/swfdec_codec.h | 31 +++++++------- libswfdec/swfdec_codec_adpcm.c | 2 libswfdec/swfdec_codec_ffmpeg.c | 85 ++++++++++++++++------------------------ libswfdec/swfdec_codec_gst.c | 32 ++++++++++++--- libswfdec/swfdec_codec_mad.c
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
configure.ac | 2 doc/swfdec-sections.txt | 5 - libswfdec-gtk/swfdec_playback_alsa.c | 8 +- libswfdec/Makefile.am | 1 libswfdec/jpeg/jpeg.c | 45 ++++++++-------- libswfdec/jpeg/jpeg.h | 2 libswfdec/swfdec_amf.c | 6 +- libswfdec/swfdec_as_array.c
2007 Nov 10
0
[PATCH] swfdec: better variable parsing.
Use swfdec_as_object_decode for parsing variables passed in webpages to flash. swfdec_movie_set_variables (and friends) can't stuff like an url being passed in the value of a variable and other things. Pages which where broken included the flash at the upper right corner of http://www.kanal5.se and the presentation of houses for sale at http://www.svenskfast.se. Solution: use
2007 Apr 08
0
libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c
libswfdec/swfdec_codec_audio.c | 8 - libswfdec/swfdec_codec_gst.c | 271 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 270 insertions(+), 9 deletions(-) New commits: diff-tree 68a17dfade3397478342d4c88fa9b9e3dc13f329 (from 01bf0e400ee99da0e96707f606d41bb23d5a8b48) Author: Benjamin Otte <otte@gnome.org> Date: Sun Apr 8 12:32:39 2007 +0200 make GStreamer do MP3
2007 Feb 07
0
2 commits - doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h player/swfdebug.c
doc/swfdec-sections.txt | 1 + libswfdec/swfdec_loader.c | 33 +++++++++++++++++++++++++++++++++ libswfdec/swfdec_loader.h | 9 +++++---- player/swfdebug.c | 2 +- 4 files changed, 40 insertions(+), 5 deletions(-) New commits: diff-tree 998ea3e494c4d6f2d798085b3df1e4da07b18a68 (from 06c1025c1946a32b4f2a8f8ebab29736ec231621) Author: Benjamin Otte <otte@gnome.org> Date:
2007 Aug 08
0
6 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loader_internal.h libswfdec/swfdec_net_stream_as.c libswfdec/swfdec_net_stream.c
libswfdec-gtk/swfdec_gtk_loader.c | 15 +++++++++++++++ libswfdec/swfdec_as_strings.c | 1 + libswfdec/swfdec_loader.c | 15 +++++++++++++++ libswfdec/swfdec_loader.h | 2 ++ libswfdec/swfdec_loader_internal.h | 2 ++ libswfdec/swfdec_net_stream.c | 1 + libswfdec/swfdec_net_stream_as.c | 11 +++++++++++ 7 files changed, 47 insertions(+) New
2007 Aug 02
0
4 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/swfdec_file_loader.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h player/swfdec_slow_loader.c
libswfdec-gtk/swfdec_gtk_loader.c | 12 +++++++----- libswfdec/swfdec_file_loader.c | 19 ++++++++++--------- libswfdec/swfdec_loader.c | 30 +++++++++++++++++++++++------- libswfdec/swfdec_loader.h | 3 ++- player/swfdec_slow_loader.c | 2 +- 5 files changed, 43 insertions(+), 23 deletions(-) New commits: diff-tree 013119a40898e8308caba54d3921d3c477f239c8
2007 Mar 20
0
5 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_net_stream.c
configure.ac | 2 doc/Makefile.am | 1 doc/swfdec-sections.txt | 3 + libswfdec/swfdec_js_net_stream.c | 32 ++++++++++++++- libswfdec/swfdec_loader.c | 81 ++++++++++++++++++++++++++++++++++++++- libswfdec/swfdec_loader.h | 5 ++ libswfdec/swfdec_net_stream.c | 5 ++ 7 files changed, 125 insertions(+), 4
2007 Sep 14
0
2 commits - libswfdec/swfdec_codec_ffmpeg.c libswfdec/swfdec_loader.c
libswfdec/swfdec_codec_ffmpeg.c | 1 + libswfdec/swfdec_loader.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree 1d7a9186e3cd756bc8f9c9c727dbec0aba0d7e45 (from 3a6b5c7b1cb39e13e6f1448a9dd6914555904cf3) Author: Benjamin Otte <otte at gnome.org> Date: Fri Sep 14 23:52:57 2007 +0200 don't remove only the first directory, but all of them
2007 Aug 02
0
libswfdec/swfdec_loader.c
libswfdec/swfdec_loader.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: diff-tree 6c9bb2836becc35805d599c3f4e942c97fbe09f1 (from a8b2231bd54cdcc43345d69b1daef71286d20789) Author: Sven Herzberg <herzi at gnome-de.org> Date: Thu Aug 2 19:53:54 2007 +0200 fix compile issues diff --git a/libswfdec/swfdec_loader.c b/libswfdec/swfdec_loader.c index