GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.
GStreamer is released under the LGPL.
This package is part of the 'good' plugins for GStreamer. It provides a
plugin to access devices via HAL.
In file included from pa_mac_core.c:124:
pa_host.h:55: error: conflicting types for 'uint32'
/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: previous declaration of 'uint32' was here
use <inttypes.h> and uint32_t instead.
note that according to player/lib/audio/Makefile.am, this old portaudio
lib is used only if HAVE_MAC_OSX.
* bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header
layout support. Drop static linking support (unsupported from ages).
Update user documentation accordingly.
* make AVIStreamHeader structure (more) 64 bit safe.
* keep up with lastest ffmpeg API changes.
PkgSrc:
* Fix buildling with newer ImageMagick
2008-07-24: 2.4.3
For those building it from source, please use cmake. The
Autoconf/automake build is less tested and will be obsoleted very
soon.
Now, the small changelog compiled by Gruntster :
* Improved support for MP4 files including support for 64-bit files
* Encoder and Decoder for Y800 (Compholio).
* libavcodec is now the default MPEG-2 decoder (instead of mpeg2dec).
* Fixed memory leak when indexing DVR-MS files.
* Fixed calculation of width and height for High Profile H.264
video in TS files.
* Fixed dropping of frames using x264 2-pass encoding (regression
introduced in 2.4.2).
* Restored missing code pages to the Subtitler filter (regression
introduced in 2.4.2).
* Fixed crashing on MS Windows when opening multiple instances of
Avidemux (regression introduced in 2.4.2).
* Do not add unneeded delay when using x264 with mkv or mp4.
2008-07-07: 2.4.2
Probably the biggest bugfix release ever. The "what s new", prepared
by Gruntster :
* Improved input and output of audio streams in MKV files
* Support for MJPEG-A in MOV/MP4 files
* Fixed saving header information of AVI files with PCM/LPCM audio
* Fixed opening FLV files that don't contain audio
* Fixed corruption when decoding MP4 files
* Fixed crashing when using MPEG-4 ASP (lavc) and two pass average
bitrate mode
* Flush the x264 encoder upon completion so the last few frames
aren't dropped
* Fixed incorrect colour conversion of 24/32 bit BMP and DIB files
* Re-enabled AMR-NB decoder (regression introduced in 2.4.0)
* Support for additional VP6 fourCCs
* Xvid custom matrices are now activated correctly
* Fixed caching issue with Qt4 interface which would corrupt
translated strings
* Fixed zooming when using SDL (regression introduced in 2.4.1)
* Windows are now centred correctly on multi-monitor setups
* Use alternate button ordering for GTK+ interface when GNOME HIG
isn't appropriate, e.g. MS Windows and KDE
* Various additions to the Qt4 interface including a new calculator
tool, drag and drop support, improved joblist support and an about
window
* SRT subtitle support for Arabic, Baltic, Greek, Hebrew and Turkish
* Fixed iPod profile where audio encoding options weren't always
set correctly
* Fixed Film to PAL audio filter so frames are removed and added
correctly
* Batch importing of image files is no longer restricted by the
file handle limit set by the C runtime
* New video filter for outputting the frame number
* PulseAudio support (Linux only)
* GCC 4.3 support
* Updated the following translations: Czech, French, German, Greek,
Italian, Spanish
* Fixed drag and drop support on MS Windows
* Improved Unicode support for filenames on MS Windows
* Prevent source files from being overwritten accidentally by the
user on MS Windows
* MS Windows logging and settings are now stored under the Application
Data folder instead of the User Profile folder
* Native file dialogs are now used for the Qt4 interface on Mac
* Various minor fixes and enhancements
--------------------------------
New Localizations:
* Ukranian
Security updates:
* Fixed overflow in CUE support from VCD access (SA-0810, CVE-2008-xxxx)
* Fixed overflow in RealText subtitles support (SA-0810, CVE-2008-xxxx)
Theora is Xiph.Org's first publicly released video codec, intended for
use within the Ogg's project's Ogg multimedia streaming system. Theora
is derived directly from On2's VP3 codec; currently the two are nearly
identical, varying only in encapsulating decoder tables in the bitstream
headers, but Theora will make use of this extra freedom in the future to
improve over what is possible with VP3.
This package contains the API documentation for libtheora.
libtheora 1.0 (2008 November 3)
- Merge x86 assembly for forward DCT from Thusnelda branch.
- Update 32 bit MMX with loop filter fix.
- Check for an uninitialized state before dereferencing in propagating
decode calls.
- Remove all TH_DEBUG statements.
- Rename the bitpacker source files copied from libogg to avoid
confusing simple build systems using both libraries.
- Declare bitfield entries to be explicitly signed for Solaris cc.
- Set quantization parameters to default values when an empty buffer is
passed with TH_ENCCTL_SET_QUANT_PARAMS.
- Split encoder and decoder tests depending on configure settings.
- Return lstylex.sty to the distribution.
- Disable inline assembly on gcc versions prior to 3.1.
- Remove extern references for OC_*_QUANT_MIN.
- Make various data tables static const so they can be read-only.
- Remove ENCCTL codes from the old encoder API.
- Implement TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE ctl.
- Fix segfault when exactly one of the width or height is not a multiple
of 16, but the other is.
- Compute the correct vertical offset for chroma.
- cpuid assembly fix for MSVC.
- Add VS2008 project files.
- Build updates for 64-bit platforms, Mingw32, VS and XCode.
- Do not clobber the cropping rectangle.
- Declare ourselves 1.0final to pkg-config to sort after beta releases.
- Fix the scons build to include asm in libtheoradec/enc.
# the upstream developers only want to support building against
# the included ffmpeg version, since the ffmpeg API/ABI is unstable
# and there are no releases
1.) Create a user and group "mediatomb" for running the server to restrict
the files which can be accessed.
2.) Add a startup script to start the server automatically.
Bump package revision because of these fixes. Changes approved by
Alistair Crooks.
Phonon is the Multimedia API for KDE and QT.
In Phonon there are three main concepts: MediaObjects, Paths and Outputs.
The MediaObjects control the playback/capture and provide the media data.
MediaObjects can be connected to Outputs using Path objects which also
allow the insertion of Effect objects between MediaObject and Output.
Changes between 0.9.4 and 0.9.5:
--------------------------------
Security updates:
* Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
* Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
Features:
* Closed Caption EIA 608/708 parsing enabled for libmpeg2
Various bugfixes:
* Fixed various potential crashes and memleaks
* Fixed issues with reading from files (especially non-local)
Windows port:
* Fix bug where interface was "eating" some media keys
* Fix some crashes in DirectShow access
Qt Interface:
* Fix bug when the resetting of preferences didn't reset the dialog states
* Right-click menu to select playlist columns reenabled
* Various fixed in playlist
Access:
* MMAP module is now deactivated by default
Translations:
* Update of Brazillian, Swedish translation
Swfdec is a decoder/renderer for Macromedia Flash animations. The
decoding and rendering engine is provided in a library that can be
used by other applications.
This package contains a Mozilla plugin that uses the Swfdec library
for playing SWF files in a browser capable of loading NS-Plugins.
XXX: installs plugin into lib/mozilla/plugins, needs to be linked
into correct place manually, until we get an infrastructure for firefox
plugins...
Swfdec is a decoder/renderer for Macromedia Flash animations. The
decoding and rendering engine is provided in a library that can be
used by other applications.
This package contains programs to integrate Flash functionality
into the GNOME desktop. Its main application is swfdec-player, a
stand-alone viewer for Flash files. It also contains swfdec-thumbnailer,
a program that provides screenshots for files to display in the
Nautilus file manager
0.8.2 ("Gametrailers")
Here's the first stable release.
- fix crash when reading invalid JPEG images
- fix invalid memory accesses
- fix deadlock when sound stream had no data
- fix regression where some files weren't loaded.
- lots of memory leaks plugged
- various build fixes/improvements
0.8.0 ("Slide")
And here is our 6monthly stable release again:
- rework ActionScript function calls to improve performance
- increase Flash version Swfdec reports to 9.0.999.0
- implement flash.geom.Matrix
- implement various native functions
- add API to query Swfdec's version
- lots of correctness fixes
- lots of bugfixes
0.7.4 ("Diablo")
Yay, we returned to monthly releases! Here it goes:
- rework rendering API to rely on Cairo's clipping instead
- remove unused and broken swfdec_as_context_eval() API
- Swfdec does no longer ship an icon
- Transform and ColorTransform implemented
- BitmapData partially implemented
- simplify internal memory handling APIs
- start porting the Gnash testsuite to Swfdec
- lots of small performance bug fixes
0.7.2 ("Rock You")
Here is - roughly 3 months too late - the first development release of the
Swfdec 0.7 series:
- lots of conformance fixes that make lots of Flash files work
- new (de)compiler framework in vivified debugger
- fullscreen support
- handle focus properly
- lots of TextField fixes (including onScroller and onChanged events)
- TextFields can now receive keyboard input
- extend SwfdecAudio API to allow partially loaded streams and volume changes
- the Sound object is now fully supported
- rework loading of external resources to be more compatible
- significant speedups to the Actionscript interpreter
- noticable speedups to rendering infrastructure and new API that allows
custom speedups
- removed unmaintained ffmpeg, mad and OSS support
- lots of bug fixes
0.6.8 ("Mario Rush")
And another bugfix release.
- fix a crash when decoding 1x1 JPEG images
- fix a crash in XMLSocket.send
- fix crashes when FLV decoding was aborted
- fix a crash in exception handling code
- fix some infinite loops with prototype loops
- fix crasher when handling broken dates
- fix crashers with native constructors found in testing
- compatibility fixes: compile with gold linker, make includes work from C++
0.6.6 ("Faith Fighter")
Here's another bugfix release.
- fix a crash for palettized images
- fix a crash for oversized images
- make ALSA devices work that don't support mmap
- compile fix for ARM
0.6.4 ("College Humor")
This is a security release. Please update as soon as possible.
- fix a security problem that allowed remote Flash files to read local files.
- fix a rare crash in TextField.replaceText
- fix a rare crash during cleanup
0.6.2 ("Badger Badger Badger")
This is the first bugfix release in the stable release series. It contains
mostly compilation fixes. No new features were added.
0.6.0 ("Fedora TV")
Here is the first API/ABI-stable release of Swfdec. Enjoy!
- support missing plugin installation. GStreamer requirement bumped to 0.10.17
- lots of improvements to testsuite. It uses plugins now so multiple Flash
players can be tested.
- XMLSocket now works
- rework buffer API
- lots of bug- and conformance fixes
0.5.90 ("rutube")
This is a preparation for the upcoming 0.6 release to go in time with the Gnome
2.22 release.
- rename "libswfdec(-gtk)" dir to "swfdec(-gtk)"
- update libsoup requirement to 2.4
- rework input API - now has SwfdecStream, SwfdecLoader and SwfdecSocket classes
- new and improved testsuite
- completely overhaul security subsystem, invalid access denies should be a
thing of the past
- implement flash.geom.Point and flash.geom.Rectangle
- implement internal parts of ExternalInterface object
- plug various memory leaks
- fix lots of internal bugs
- various portability fixes for embedded and OpenBSD
0.5.5 ("cps")
In time for Gnome's 2.21.4 release, here's a new Swfdec release. Features:
- rework the input handling subsystem. All objects (including sliders) can now
receive mouse events.
- stub all script functions and properties from Flash 8
- implement loading cross-domain policy files
- implement MovieClip.beginGradientFill (Yes, that function is big enough for
its own entry)
- various fixes to clipping
- Swfdec should compile and work fine on ARM architectures now
- lots of bug fixes and small features additions
- support reading text files in various formats
0.5.4 ("2 advanced")
Features left and right make this release. Unfortunately a lot of reorganization
was necessary. In particular this release contains:
- Swfdec supports FutureSplash movies now
- rewrite GStreamer audio and video back ends. They work perfectly now and are
the default and only enabled back ends. Other back ends are still available
via configure switches.
- support for the TextField object. This makes YouTube show the time correctly.
- support for ActionScript exception handling and inheritance actions Cast,
Implements, InstanceOf, Try and Throw.
- support for the MovieClipLoader object and loadMovie functions. This allows
Flash movies to load other Flash movies.
- support for loading JPEG and PNG images.
- add an initial and incomplete implementation of the Flash security framework
- Swfdec has a logo now
- make the player automatically abort when scripts get stuck
- add PulseAudio sound output back end, it can be disabled via configure switch
- cross-compilation should now work without issues.
- lots of small improvements
0.5.3 ("Tennis")
Lots of new built-in objects and code cleanup are the highlights of yet another
Swfdec release. And a little less condensed:
- rework of what APIs call into the script engine. This greatly simplifies using
libswfdec in applications.
- rework invalidation handling. Less parts of the screen need to be redrawn on
changes, but the SwfdecPlayer::invalidate signal changed.
- support the built-in Date, XML, Sound, System.capabilities and TextFormat
objects plus MovieClip drawing functions
- add initial support for blend modes and filters (full support is expected with
Cairo 1.6)
- clean up initialization, video engine, sound engine and shape parsing code.
All the code should now be more robust, easier to read and have less broken
corner cases. And Swfdec supports VP6 alpha video now.
- lots of old Flash files that use Flash 4-style paths to lookup values should
work correctly now.
- a huge list of bugfixes and little features, see the git log for details.
0.5.2 ("Kittencannon")
This release saw a lot of internal cleanups and only little new features. But
even that made a lot of files work and work better. Here's some detail:
- add initial support for Keyboard events. This makes quite some games work.
- add NetStream.close() functionality. This makes Youtube fullscreen work.
- export more API for debugging, like SwfdecScript and SwfdecAsDebugger.
- add new Vivified internal debugger that makes use of those.
- Swfdec can parse Flash 8 Buttons now.
- Swfdec should now set and handle all property flags correctly.
- implement LoadVars object
- make lots of native functions more correct for weird situations.
- various bugfixes, including some very visible ones. This should improve
playback for some Flash files a lot.
0.5.1 ("Heeeeelium")
Features! This release got some. And they even give you the long awaited
embedded Youtube support. At the cost of lots of API changes, but who cares?
- rewrite SwfdecLoader. Add SwfdecURL support structure in the process.
- implement AsBroadcaster actionscript object.
- implement Stage actionscript object. Movies can now do the scaling themselves.
- change the HTTP in swfdec-gtk from gnome-vfs to libsoup
- add an OSS backend for non-ALSA operating systems.
- various fixes to super and DefineFunction2 flags.
0.5.0 ("Meet Plan Party!")
Here's the long overdue update. Lots of backend stuff was rewritten. The only
thing that is missing now is more features. Expect them in the next releases.
- New and more correct script interpreter engine. The engine is even exported
for your coding pleasure.
- New instance placement handling algorithm. This one seems to produce much
better correctness results than the old one.
- More ActionScript bytecodes are supported, in particular CloneSprite and
RemoveSprite
- improve String reading in earlier Flash versions (Flash <=5 is Latin1, not
UTF8)
- implement some more Actionscript functions (most important is probably
createEmptyMovieClip ())
- lots of bugfixes
0.4.5 ("Death of the Desktop")
This is strictly a bugfix release. Have fun.
- fix linking issues on Solaris/BSD.
- fix various crashers.
0.4.4 ("Birthday Cards")
This is a stability release. The number of new supported Flash features
is limited.
- add initial support for some tags from Flash 8 (in particular
DefineShape4 and PlaceObject3)
- audio and video can now be decoded with GStreamer
- add new API in the form of libswfdec-gtk for people that want to
include Swfdec in their applications
- improve the JPEG decoding code (less crashy, more JPEGs decoded)
- throw zzuf (http://sam.zoy.org/zzuf/) at Swfdec and fix exposed
issues
- various fixes that make writing bindings simpler
- lots of bugs fixed, including: 10551, 10629
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 inheritance and the Object.registerClass function.
- rework the streaming and implement the NetStream, NetConnection and
XML script objects partially
- support passing variables to movies
- improvements to the JPEG decoder
- improvements to the debugging framework and the debugger
- support some more Flash 8 tags (in particular DefineFont3)
0.4.2 ("Two completely different numbers")
The main change for this release is changing script execution from
compiling to SpiderMonkey bytecode to executiong it manually. This made
it far easier and a lot more stable to run scripts. Other changes:
- 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
- Lots of bugfixes.
- Lots of new tests and debugging tools.
0.4.1 ("Dragostea din tei")
This release introduces video features. Quite a bit of internal
restructuring was necessary to achieve this. The API has been changed
from 0.4.0. Changes:
- swfdec_player_iterate has been replaced by swfdec_player_advance
- some functions (like swfdec_player_set_audio_advance) have been
completely removed. The same effect can be achieved by using
swfdec_player_advance.
- Add support for video playback. This does not include scripting
video.
- Add native FLV support to swfdec.
- Fix the caching layer. So SWF files with lots of images no longer
crash swfdec.
- Lots of bugfixes.
0.4.0 ("festivally plump")
This is the result of 3 months of refactoring, testing stuff and
generally playing around with swfdec. I'll try to list the big
changes:
- rip out support for outdated libart
- rip out included glib
- rework the object system to have a lot more objects
- split objects into "live" (SwfdecMovie, SwfdfecAudio), "static"
(SwfdecCharacter) and Javascript (JSObjects)
- compile Flash Actionscript codes into SpiderMonkey bytecode
- add testsuite
- reverse engineer script execution order
- reverse engineer seeking in sprite movies
- implement lots of other Actionscript functions
- documentation for public API
- removal of all plugins (the Mozilla plugin exists as a seperate
package now)
- new small test application (not installed)
- slightly bigger script debugging application (not installed)
0.3.6 ("5.11d")
This is less of a release and more of a "toss a bunch of code into
the air". You're not going to like this release, really. So don't
bother compiling it. Don't even bother downloading it. It really
just differently buggy than the last release. Certain parts may
feel more solid, like the mozilla plugin, but the entire experience
will probably just be slower and less featureful. I already know
there are problems, don't bother reporting them, since it will
simply remind me of how crappy this release is. The only redeeming
factor of this release is that it doesn't crash. Ever. Well,
except for the bugs. Backtraces and media files welcome. You
could even use the handy new pop-up menu in the Mozilla plugin to
report a bug, except that I don't have the website backend running
yet.
This is GStreamer Bad Plug-ins 0.10.9, "Matters of Fact"
Changes since 0.10.8:
* New CELT encoder and decoder
* New TwoLAME encoder
* New DCCP element
* New AIFF parser element
* New APEX sink element
* deinterlace2 element improvements
* New JACK audio src element
* New winscreencap, winks and pcapparse plugins
* x624enc fixes
* Support for ATSC tuning and channels.conf parsing
* RTP improvements
* New scaletempo element
* Add Fluendo MPEG-TS muxer
* Add Fluendo MPEG-TS and MPEG-PS demuxers
* New JPEG2000 element
* New FLAC parser element
* DVD playback improvements
* Improved DirectShow decoding support
* New Windows Audio Session audio src element
* New FLV muxer element
* Many other bug fixes and improvements
Bugs fixed since 0.10.8:
* 537700 : [scaletempo] Scale audio tempo in sync with playback rate
* 550468 : [name conflict] New Fluendo mpeg demuxers
* 545197 : jackaudiosrc
* 555244 : Output-selector has unexpected event forwarding right aft...
* 402593 : deinterleave gives corrupt output
* 406673 : Need AIFF parser
* 535527 : [real] Real video/audio stream fails to play
* 537455 : ATSC: VSB / QAM Annex B support
* 538500 : AIFF file doesn't play
* 542390 : Implementation of DCCP Plugin for gstreamer
* 542510 : [apexsink] Apple AirPort Express Wireless Sink
* 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
* 546312 : Make the metadata writable before modifying it in rtpmanager
* 549409 : gstrtpbin don't stop at the end of a stream
* 549774 : audio / video synchronization glitch during rtsp playback
* 550486 : [faac] Negotiation problem with mono audio for some sampl...
* 550657 : New element jasperdec
* 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
* 552536 : fix incomplete change to gstdvbsrc.c
* 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
* 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
* 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
* 555912 : [apexsink] Missing from ext/Makefile.am
* 555965 : Missing space after point mark
* 555968 : Missing space after point mark
* 555969 : Missing space after point mark
* 556003 : [flvdemux] Regression in handling flow returns in pull-mode
* 556274 : [aiffparse] Uses debugging methods before debugging is in...
* 556338 : Failed to configure latency
* 556428 : [mpegpsdemux] Creates invalid newsegment events
* 556430 : [inputselector] Assumes there's always an otherpad
* 556440 : [PATCH] crash on demuxing certain transport streams
* 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
* 556564 : [flvmux] Copy & paste bugs resulting in invalid files
* 556588 : [apexsink] should not have PRIMARY rank
* 557080 : [mpegpsdemux] Regression with reverse-playback
* 543480 : gstrtpbin fails to release lock while emitting signal
* 556520 : jitterbuffer seqnum gap detection is wrong
* 463941 : Plugin for screen capture on windows
* 519935 : New plugin for video capture on Windows
* 520899 : New plugin: pcapparse
* 520901 : New plugin: wasapi (Windows Audio Session API)
Changes since 0.10.10:
* HDV capture support
* Port flactag element to 0.10
* Support FLAC in alternate bit-depths and more samplerates
* Matroska muxing improvements
* Support Google RTSP variant
* Many other bug-fixes and improvements
Bugs fixed since 0.10.10:
* 545433 : [wavparse] support tempo tag
* 311586 : Matroska mux/demux don't support flac
* 350830 : [raw1394] Add HDV support
* 413841 : [flactag] needs porting to 0.10.x
* 536067 : [matroska] Add support for real audio/video
* 537361 : videomixer segment handler fail
* 543101 : The udpsrc/udpsink/multiudpsink/dynudpsink elements may l...
* 544956 : [videobox] segfault when changing properties at running p...
* 545463 : autodetect plugin links to gconf, unnecessarily
* 545710 : [rtspsrc] : create rtp/rtcp socket pair + same port for d...
* 546465 : can't play m.youtube.com rtsp streams
* 547075 : [speex] Encoder doesn't handle non-zero start timestamps ...
* 547217 : Implement GstPropertyProbe interface on pulsesrc for dete...
* 547227 : Implement GstPropertyProbe interface on pulsesink for det...
* 547518 : pulsemixer probe fails after device property is set
* 547519 : Add device-name property to pulsesrc
* 548530 : wavenc allows audio depth of 25
* 548831 : matroska demuxer setting incorrect timestamps
* 549073 : buffer_alloc function from new basetransform sometimes fa...
* 549090 : v4l2src has no property named norm but notifies it
* 549551 : conversion of gst structure names to mime types in multip...
* 549784 : Memory Corruption Probing v4l2src with Video4Linux1 device
* 550015 : build failure: gstcmmlparser.c:115: error: format not a s...
* 550791 : [flacenc] files are too big, mid-side-stereo=true should ...
* 551048 : rtsp implementation sends PAUSE even when server doesn't ...
* 551570 : plugin ximagesrc is memory leaking...
* 551584 : Crash when modifying the videobox " top " and " left " live w...
* 552213 : [qtdemux] map tiff fourcc to image/tiff caps
* 553191 : udpsrc: bind() fails on OS X
* 554771 : totem spins CPU 100% while allocating (infinitely) becaus...
* 556010 : AVI muxer segfault
* 556381 : [icydemux] test fails with latest core
* 556424 : [avidemux] segmentation fault when creating indexes
* 557085 : [videobox] support dynamically changing properties
* 557610 : udpsrc fails to bind() on Mac OS X (IPv4 vs. IPv6 problem)
* 547842 : Vorbis RTP RFC 5215 is out
* 550288 : Sound not played - a quicktime file
== Ruby-GNOME2 0.18.1: 2008-10-23
This release is bug fix release of 0.18.0.
=== Changes
Ruby/GTK2:
* fix a bug that init function is deleted. [Kouhei Sutou]
2.24.3:
* Fix YouTube plugin for recent website changes
* Allow clicking on the seekbar to get to the selected position
* Fix some keys not being usable in the sidebar
* Fix possible hangs in the YouTube plugin