similar to: 5 commits - libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h README

Displaying 20 results from an estimated 600 matches similar to: "5 commits - libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h README"

2007 Jul 31
0
10 commits - doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_buffer.c libswfdec/swfdec_debugger.c libswfdec/swfdec.h
doc/swfdec-docs.sgml | 1 doc/swfdec-sections.txt | 19 ++ libswfdec-gtk/swfdec_gtk_loader.c | 43 +---- libswfdec/Makefile.am | 4 libswfdec/swfdec.h | 3 libswfdec/swfdec_as_context.c | 2 libswfdec/swfdec_as_frame.c | 3 libswfdec/swfdec_buffer.c | 12 - libswfdec/swfdec_debugger.c |
2007 Apr 20
0
8 commits - libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_root_sprite.c libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_tag.c NEWS test/parse.c
NEWS | 15 ++++++ libswfdec/swfdec_buffer.c | 91 ++++++++++++++++++++++++++++++++++++----- libswfdec/swfdec_buffer.h | 6 +- libswfdec/swfdec_root_sprite.c | 2 libswfdec/swfdec_swf_decoder.c | 13 +++-- libswfdec/swfdec_tag.c | 8 +-- test/parse.c | 6 +- 7 files changed, 118 insertions(+), 23 deletions(-) New
2007 Mar 22
0
7 commits - configure.ac doc/swfdec-docs.sgml libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_js_movie.c test/trace
configure.ac | 2 doc/swfdec-docs.sgml | 2 libswfdec/js/Makefile.am | 2 libswfdec/swfdec_buffer.c | 140 ++++++++++++++++++--- libswfdec/swfdec_buffer.h | 2 libswfdec/swfdec_js_movie.c | 292 +++++++++++++++++++++++++++++++------------- test/trace/Makefile.am | 2 7 files changed, 341 insertions(+), 101 deletions(-) New commits: diff-tree
2007 Oct 29
0
libswfdec/swfdec_buffer.c
libswfdec/swfdec_buffer.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) New commits: commit 6bd8b72a61af668beaceb789b4252615fb3516f7 Author: Benjamin Otte <otte at gnome.org> Date: Mon Oct 29 14:05:37 2007 +0100 make swfdec_buffer_new_from_file() fallback if mmap() fails This should fix issues with Swfdec on systems with broken or
2009 Apr 01
1
[Bug 21004] New: segfault loading www.serjtankian. com in swfdec_buffer_ref at swfdec_buffer.c:269
http://bugs.freedesktop.org/show_bug.cgi?id=21004 Summary: segfault loading www.serjtankian.com in swfdec_buffer_ref at swfdec_buffer.c:269 Product: swfdec Version: unspecified Platform: Other URL: http://www.serjtankian.com OS/Version: All Status: NEW Severity: critical Priority:
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
configure.ac | 2 - doc/Makefile.am | 1 doc/swfdec-sections.txt | 2 + libswfdec/swfdec_buffer.c | 12 +++++++ libswfdec/swfdec_movie_as_drawing.c | 49 ++++++++++++++++++++++++++++---- test/image/Makefile.am | 12 +++++++ test/image/drawing-zorder-5.swf |binary
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
libswfdec-gtk/swfdec_playback_alsa.c | 6 +-- libswfdec/swfdec_audio_event.h | 2 - libswfdec/swfdec_audio_flv.h | 4 +- libswfdec/swfdec_audio_stream.h | 4 +- libswfdec/swfdec_bits.c | 60 +++++++++++++++++------------------ libswfdec/swfdec_bits.h | 28 ++++++++-------- libswfdec/swfdec_buffer.c | 18 +++++-----
2007 Apr 08
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_buffer.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c
libswfdec/Makefile.am | 10 - libswfdec/swfdec_audio_flv.c | 55 ++++----- libswfdec/swfdec_audio_flv.h | 8 - libswfdec/swfdec_audio_stream.c | 64 +++++----- libswfdec/swfdec_audio_stream.h | 10 - libswfdec/swfdec_buffer.c | 10 + libswfdec/swfdec_codec.c | 142 ----------------------- libswfdec/swfdec_codec.h | 58 ---------
2007 Mar 29
0
Branch 'as' - 9 commits - configure.ac doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_stack.c
configure.ac | 7 +- doc/swfdec-sections.txt | 10 +++- libswfdec/Makefile.am | 2 libswfdec/swfdec_as_context.c | 82 ++++++++++++++++++++++----------- libswfdec/swfdec_as_context.h | 2 libswfdec/swfdec_as_frame.c | 10 ++++ libswfdec/swfdec_as_frame.h | 3 - libswfdec/swfdec_as_stack.c | 98
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
configure.ac | 2 libswfdec/js/jsatom.c | 6 libswfdec/js/jsatom.h | 1 libswfdec/swfdec_buffer.c | 7 libswfdec/swfdec_edittext_movie.c | 4 libswfdec/swfdec_js.c | 39 +- libswfdec/swfdec_js.h | 3 libswfdec/swfdec_js_global.c | 5 libswfdec/swfdec_js_movie.c | 1
2007 Jan 15
0
2 commits - configure.ac libswfdec/swfdec_cache.c libswfdec/swfdec_cache.h
configure.ac | 2 +- libswfdec/swfdec_cache.c | 23 +++++++++++++++++++++++ libswfdec/swfdec_cache.h | 19 +++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) New commits: diff-tree e6fa9c03b3333781cfaa260d0001885c1527e368 (from ce60e445dfd74468b263ddf9cf2f04261c1968d5) Author: Benjamin Otte <otte@gnome.org> Date: Mon Jan 15 11:58:40 2007 +0100 fix
2007 Jul 13
0
12 commits - AUTHORS doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
AUTHORS | 4 MAINTAINERS | 1 doc/Makefile.am | 2 doc/swfdec-docs.sgml | 2 doc/swfdec-sections.txt | 78 +++++++++-- libswfdec/Makefile.am | 3 libswfdec/swfdec.h | 1 libswfdec/swfdec_as_array.c | 33 ++++
2007 Nov 07
0
36 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h
doc/swfdec-sections.txt | 1 libswfdec/Makefile.am | 2 libswfdec/swfdec_amf.c | 2 libswfdec/swfdec_as_interpret.c | 30 libswfdec/swfdec_as_object.c | 15 libswfdec/swfdec_as_object.h | 1 libswfdec/swfdec_as_strings.c
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
Makefile.am | 1 configure.ac | 1 debian/.gitignore | 1 debian/changelog | 54 ----------- debian/control | 36 ------- debian/copyright | 10 -- debian/libswfdec-dev.dirs | 2 debian/libswfdec-dev.files | 5 -
2007 Feb 06
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
libswfdec/swfdec_bits.c | 4 libswfdec/swfdec_color.c | 41 +++--- libswfdec/swfdec_color.h | 29 +++- libswfdec/swfdec_edittext.c | 2 libswfdec/swfdec_image.c | 269 +++++++++++++++++++++++--------------------- libswfdec/swfdec_image.h | 9 - libswfdec/swfdec_pattern.c | 29 +--- libswfdec/swfdec_sprite.c | 7 - test/dump.c | 34 +++++
2007 Mar 05
0
11 commits - configure.ac libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_decoder.c
configure.ac | 2 libswfdec/swfdec_js_movie.c | 3 - libswfdec/swfdec_root_movie.c | 58 +++++++++++++++++++ libswfdec/swfdec_root_movie.h | 16 ++++- libswfdec/swfdec_script.c | 119 ++++++++++++++++++++++++++++++++-------- libswfdec/swfdec_sprite.c | 6 +- libswfdec/swfdec_sprite.h | 4 - libswfdec/swfdec_sprite_movie.c | 41
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
AUTHORS | 1 + configure.ac | 1 + data/icons/16x16/Makefile.am | 2 ++ data/icons/16x16/swfdec.png |binary data/icons/22x22/swfdec.png |binary data/icons/Makefile.am | 2 +- 6 files changed, 5 insertions(+), 1 deletion(-) New commits: commit d6d82c2ed0e54d070fd0fd2bca41829aed370f4f Author: Benjamin Otte <otte at gnome.org> Date:
2012 Feb 04
1
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Earl Chew wrote: > Erik, > > My working view has this as the last commit: > > commit 19e3918d4e35f4ab99e7fcc58c169025c576dd16 > Author: David Schleef <ds at schleef.org> > Date:?? Thu Aug 25 18:40:29 2011 -0700 > > ??? Fix md5 structure clearing in previous commit > > > > Using this, test_metaflac.sh runs cleanly with my cuesheet.c change.
2012 Feb 03
0
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Erik, My working view has this as the last commit: commit 19e3918d4e35f4ab99e7fcc58c169025c576dd16 Author: David Schleef <ds at schleef.org> Date:?? Thu Aug 25 18:40:29 2011 -0700 ??? Fix md5 structure clearing in previous commit Using this, test_metaflac.sh runs cleanly with my cuesheet.c change. I set up another view using HEAD at git.xiph.org, and in this other view
2007 Feb 13
0
9 commits - libswfdec/js libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_image.c libswfdec/swfdec_script.c test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c
libswfdec/js/jsinterp.c | 1 libswfdec/swfdec_bits.c | 108 +++++++++++++ libswfdec/swfdec_bits.h | 4 libswfdec/swfdec_codec_screen.c | 68 +------- libswfdec/swfdec_image.c | 107 ++++++------- libswfdec/swfdec_script.c | 40 +++++ test/Makefile.am | 11 + test/swfdec_out.c | 119 +++++++++++++++ test/swfdec_out.h