Displaying 2 results from an estimated 2 matches for "e3cecd".
Did you mean:
e3cecde
2007 Feb 08
0
5 commits - configure.ac NEWS
...if test x"$nano" = x1 ; then
diff-tree 4971b881ba56fd3f8da342d0de0f88f47fb02ed2 (from 1e3cd6438989c068b4cbbf841d96b321ae7ba8ae)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Feb 8 19:09:47 2007 +0100
add sound backend choice to NEWS
diff --git a/NEWS b/NEWS
index 9a828c5..e3cecde 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ it far easier and a lot more stable to r
- Implement color transformations on images.
- Support some more ActionScript codes.
- Added swfdec_loader_get_filename() function to exported API.
+- Allow compiling tests and tools without ALSA support
- Lo...
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
...20 files changed, 337 insertions(+), 20 deletions(-)
New commits:
diff-tree 78f8f60164ab0703da6ad2ade859b41ef1602d98 (from 61b98c071a73378f4095ca33648ab0959e80ef6d)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Mar 22 16:46:31 2007 +0100
update NEWS
diff --git a/NEWS b/NEWS
index e3cecde..d31b5d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
+ 0.4.3 ("Your tube")
+
+This release can play Youtube video. While this alone is enough for a
+release, this was needed to make it possible:
+- add lots of new features to the script interpreter, in particular
+ support for inh...