Displaying 2 results from an estimated 2 matches for "64e22a3".
Did you mean:
647223
2007 Oct 29
0
2 commits - libswfdec/swfdec_sound.c libswfdec/swfdec_text_field_movie.c
...l (paragraphs, paragraph);
p = end;
commit be21f00c2fb50f5e6dd6d120e035006644f6e643
Author: Pekka Lampila <pekka.lampila at iki.fi>
Date: Mon Oct 29 20:21:58 2007 +0200
Add SWFDEC_FIXME about sound envelopes
diff --git a/libswfdec/swfdec_sound.c b/libswfdec/swfdec_sound.c
index 64e22a3..2f3dec0 100644
--- a/libswfdec/swfdec_sound.c
+++ b/libswfdec/swfdec_sound.c
@@ -351,6 +351,7 @@ swfdec_sound_parse_chunk (SwfdecSwfDecoder *s, SwfdecBits *b, int id)
chunk->loop_count = 1;
}
if (has_envelope) {
+ SWFDEC_FIXME ("support for sound envelopes not implemented&quo...
2007 Oct 28
0
9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_audio_internal.h libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_sound.c
...et);
+ return ret;
}
commit 82bd44abf501719be638d4c97ed834c6899eb670
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Oct 28 22:38:48 2007 +0100
query the format before destroying the decoder (oops)
diff --git a/libswfdec/swfdec_sound.c b/libswfdec/swfdec_sound.c
index 352d6ae..64e22a3 100644
--- a/libswfdec/swfdec_sound.c
+++ b/libswfdec/swfdec_sound.c
@@ -194,6 +194,7 @@ swfdec_sound_get_decoded (SwfdecSound *sound, SwfdecAudioFormat *format)
while ((tmp = swfdec_audio_decoder_pull (decoder))) {
swfdec_buffer_queue_push (queue, tmp);
}
+ sound->decoded_format = s...