Displaying 9 results from an estimated 9 matches similar to: "2 commits - doc/Makefile.am doc/swfdec-sections.txt NEWS"
2007 Nov 09
0
10 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_loader.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie_clip_loader.c libswfdec/swfdec_movie.h
doc/swfdec-sections.txt | 1
libswfdec/swfdec_as_interpret.c | 14 ++++-
libswfdec/swfdec_as_object.c | 6 +-
libswfdec/swfdec_as_object.h | 3 -
libswfdec/swfdec_loader.c | 18 +++---
libswfdec/swfdec_movie.c | 11 +++-
libswfdec/swfdec_movie.h | 1
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
libswfdec-gtk/swfdec_gtk_widget.c | 19
libswfdec/swfdec_as_object.c | 56 +-
libswfdec/swfdec_as_object.h | 4
libswfdec/swfdec_button.c | 228 +++++++++
libswfdec/swfdec_button.h | 10
libswfdec/swfdec_button_movie.c | 382
2007 Dec 17
0
Swfdec 0.5.5 is out
Yay,
we managed to hit the Gnome 2.21.4 deadline! Here's a new Swfdec
release for your enjoyment.
swfdec-0.5.5 "cps"
http://swfdec.freedesktop.org/download/swfdec/0.5/swfdec-0.5.5.tar.gz
MD5; b988b014e210cee205aeccaca4d6a9a7
swfdec-mozilla-0.5.5 "Reading is lame"
http://swfdec.freedesktop.org/download/swfdec-mozilla/0.5/swfdec-mozilla-0.5.5.tar.gz
MD5:
2013 Mar 21
0
[ANNOUNCE] xf86-video-intel 2.21.5
Release 2.21.5 (2013-03-21)
===========================
Haswell reintroduces a command to load the scanline window from the
command stream and so requires its own specialised wait-for-vsync routine
- failure to do so was then causing hangs when trying to do tearfree video
or use a compositor.
* Prevent buffer leak if a non-fullscreen Window is closed with multiple
pending swap events.
* Fix
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
configure.ac | 1
dev/null |binary
test/Makefile.am | 2
test/custom/.gitignore | 2
test/custom/Makefile.am | 85 +++
test/custom/button-events-button-5.swf |binary
2017 Oct 11
2
[PATCH] Support for Channel Mapping 253.
Hi Drew,
Thanks for addressing these issues. A few remaining things:
1) In this line:
buf[i] = (opus_int16)demixing_matrix[2*i] +
((opus_int16)demixing_matrix[2*i+1] << 8);
you might want to test it with undefined-behaviour sanitizer, but I
believe the second term will be undefined for negative values (the value
would be positive after the cast and only be negative because of the
shift).
2017 Oct 12
2
[PATCH] Support for Channel Mapping 253.
thanks for all your feedback. here's the revised patch:
On Wed, Oct 11, 2017 at 2:20 PM Timothy B. Terriberry <tterribe at xiph.org>
wrote:
> Jean-Marc Valin wrote:
> > I think you'll want something like:
> > (opus_int16)((unsigned)demixing_matrix[2*i+1] << 8)
> > (though you might want to check it too)
>
> FWIW, we use the construct
> int s =
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
Tag '0.5.5' created by Benjamin Otte <otte at gnome.org> at 2007-12-17 20:20 -0800
release 0.5.5 ("cps")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHZtodvMv5VCdLq8QRAvTmAKDtEvlvtLBIj5nu8GE6ECGjh8lCGQCgyiAN
Dkfb85qxYlfTKKJC6qYH/sU=
=VWgB
-----END PGP SIGNATURE-----
Changes since 0.5.4:
Andreas Henriksson (1):
make
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800
release 0.5.4 ("Turkish Cycling Federation")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/
R5PF4bZQqmSdJ64t8EbD4cA=
=8qBy
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Benjamin Otte (40):