search for: 807447e

Displaying 3 results from an estimated 3 matches for "807447e".

Did you mean: 107447
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
...-38,7 +38,7 @@ struct _SwfdecCodecScreen { }; static gpointer -swfdec_codec_screen_init (void) +swfdec_codec_screen_init (SwfdecVideoFormat type) { SwfdecCodecScreen *screen = g_new0 (SwfdecCodecScreen, 1); diff --git a/libswfdec/swfdec_flv_decoder.c b/libswfdec/swfdec_flv_decoder.c index 807447e..ac644e2 100644 --- a/libswfdec/swfdec_flv_decoder.c +++ b/libswfdec/swfdec_flv_decoder.c @@ -275,7 +275,7 @@ swfdec_flv_decoder_parse_video_tag (Swfd if (codec == NULL) return SWFDEC_STATUS_OK; - decoder = swfdec_video_codec_init (codec); + decoder = swfdec_video_codec_init (co...
2007 Mar 22
0
11 commits - libswfdec/swfdec_color.c libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_net_stream.h libswfdec/swfdec_pattern.c libswfdec/swfdec_script.c NEWS test/trace
...8355cf179bd07ae8b9929d2ff8cd9018e7e8cf (from 5170c8201388e47cb1f7712f77aba4bac4f4f1ec) Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 22 16:09:55 2007 +0100 implement seeking to keyframes diff --git a/libswfdec/swfdec_flv_decoder.c b/libswfdec/swfdec_flv_decoder.c index 7615225..807447e 100644 --- a/libswfdec/swfdec_flv_decoder.c +++ b/libswfdec/swfdec_flv_decoder.c @@ -479,13 +479,19 @@ swfdec_flv_decoder_get_video (SwfdecFlvD offset = g_array_index (flv->video, SwfdecFlvVideoTag, 0).timestamp; timestamp += offset; id = swfdec_flv_decoder_find_video (flv, timestamp);...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...ons(SwfdecEventList * list, - SwfdecScriptable * scriptable, - guint conditions, + SwfdecAsObject * object, + guint conditions, guint8 key); diff --git a/libswfdec/swfdec_flv_decoder.c b/libswfdec/swfdec_flv_decoder.c index 807447e..fe35ed2 100644 --- a/libswfdec/swfdec_flv_decoder.c +++ b/libswfdec/swfdec_flv_decoder.c @@ -614,6 +614,7 @@ swfdec_flv_decoder_get_data (SwfdecFlvDe #include "swfdec_sprite.h" #include "swfdec_video_movie.h" +#if 0 static void notify_initialized (SwfdecPlayer *player, GP...