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
3.55
Take patch from gecko-mediaplayer to compile idl file at compile time
Converted one gtk_ call to g_idle_ event may fix crash in thread on some systems
Fix display issue when pulse audio is selected, and add pulse to options
Apply patches from Bill Lear rael at zopyra com
Fixed flag problem in killmplayer, now allows open,src and others to work correctly
Add back in "Plug-in" to QT description
Change "QuickTime Plug-in 6.0 /7" to "QuickTime 7.4.5"
Change "Windows Media Player Plugin" to "Windows Media Player Plug-in"
Add tvdevice to setup options
Add in make dist support, and autogenerating spec files (way over due on these)
Change url max length from 1024 to 4096 (some sites still do not work, investigating)
Disable non-blocking mode when we get the mmst packet length
If loop = 0 from site change it to -1
Don't fail out of the read loop if we get a 'No stream found' message
From Sergey Svishchev in PR 37140.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
changes:
Continue playbin2 development
Ogg improvements - CELT support, skeleton fixes
DVD subpicture support
Improved audio dithering random number generator
xvimagesink/ximagesink fixes
Vorbis encoding and decoding fixes
Recognise Kate subtitle streams
Many bug-fixes and enhancements
Official changelog:
Changes between 0.9.3 and 0.9.4:
------------------------------------
Various bugfixes:
* Crashes fixed in ogg, vobsub, dvdread
* Fixes several memory leaks.
Mac OS X port:
* Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier )
* Fixed a crash with deletion of old preferences.
* Fixed targetname for downloaded updates
Windows port:
* Stability fix for the video output.
Changes between 0.9.2 and 0.9.3:
------------------------------------
Various bugfixes:
* Fixed DTS channel order on 5.1 systems
* Fixed pausing behavior for subtitles and for Audio-CD
* Multiple subtitles and podcast fixes
* Various crashes fixed in PS, SSA, mkv, xspf, freetype
* Fixed update system bugs
* Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...)
Mac OS X port:
* Fixed ffmpeg slowness on PowerPC-based Macs
* Fixed crash on startup when installed on old preferences
* Fixed bug in directory opening on Mac OS X
* Fixed font selection in the Simple Preferences
* Thicker border to the subtitle renderer
* Fixed the appearance of playlist items in the Streaming/Transcoding Wizard
* Fixed AC3 passthrough on Mac OS X
* Fixed behavior of the Volume Normalizer settings on Mac OS X
* Removed the deprecated QuickDraw video output module to avoid crashes on
modern Mac OS X versions
Windows port:
* Fixed sensitivity of Fullscreen Controller
* Fixed error messages on startup when VLC wasn't correctly uninstalled
before installation
* Fix showing of controller when returning from fullscreen playback
* Multiple directory and path location fixes.
Qt4 interface:
* Added Faster/Slower icons to the controller panel
* Fixed lost playlist columns when switching the playlist view
* Added needed options to Simple preferences (to avoid NVIDIA drivers issues)
* Fullscreen controller: added time label, remembering of last position
* Fixed drag'n drop behaviour on the playlist
* Multiple other fixes (Enter hotkey in preferences, Skins selection...)
libtheora 1.0rc1
- 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 imported from libogg to avoid
confusing simple build systems using both libraries.
- Add VS2008 project files.
- Add explicit casts as a work-around for Solaris's cc ignoring the
signedness of bitfield types.
- 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.
- cpuid assembly fix for MSVC.
- Remove ENCCTL codes from the old encoder API.
- Implement TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE ctl.
Only minor bugfixes, no detailed list in the changelog.
Add gnome option for gnome-vfs, not enabled by default.
Add support for V4L2. This is only enabled for Linux now.
Build needs to be fixed for NetBSD and tested for others.
pkgsrc changes:
* Add some additional modules:
devel/ruby-gnome2-bonobo
devel/ruby-gnome2-bonoboui
devel/ruby-gnome2-gconf
devel/ruby-gnome2-libglade
graphics/ruby-gnome2-gtkglext
multimedia/ruby-gnome2-gstreamer
print/ruby-gnome2-gnomeprintui
sysutils/ruby-gnome2-gnomevfs
www/ruby-gnome2-gtkhtml2
www/ruby-gnome2-gtkmozembed
x11/ruby-gnome2-gtksourceview
x11/ruby-gnome2-vte
* Fixed detection of rcairo. It had been broken since switched to gem.
patch-a{c,h,i,j,k,l.m}
(It Already in upstream trunk)
* Add patches for allow to load gem rcairo.
patch-a{n,o,p}
* Fixed overwritten glib module when installing modules require generated
header of glib module.
Modify to install the header as part of glib module and use bl3.mk.
* clean up dependency
* Add test target for modules having unit test.
* Modified patch-a{a,b,d,f,g} to acceptable by upstream.
Ruby-GNOME2-0.17.0 (2008-09-07)
Release notes:
* This Release supports Ruby 1.8.7 and has many bug fixes and
new bound functions.
Main changes:
* Ruby/GLib:
- [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1
[Kouhei Sutou]
* Ruby/GTK:
- [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou]
- [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou]
* Ruby/Pango:
- [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou]
* Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog
for detailed information on changes and contributors.
Special thanks for your contributions to: (list in no particular order)
- Neil Roberts
- Cesare Tirabassi
- Arnaud Cornet
swscale is enabled. This allows older apps (such as vlc 0.8.6i) to run
without a specific ffmpeg package option and thus the swscale option is no
longer needed.
update to the boot package:
-#include <boost/detail/atomic_count.hpp>
+#include <boost/detail/atomic_count_pthreads.hpp>
As a side effect of this (the boost update and removed patch) youtube videos
now seem to play much more reliably under firefox3 on NetBSD 4.0
Bump package revision
#include <libpostproc/postprocess.h> to
#include <postprocess.h>
As is no longer needed (and breaks configure) with latest ffmpeg,
and instead patch filter_pp.c to include "libpostproc/postprocess.h"
instead of "postprocess.h"
Bump PKGREVISION
changes:
-Move the libcdio cddasrc element to -ugly, because of the GPL license
(no difference for pkgsrc, cdio isn't built)
remove build of v4l2 - I'll put this into a seperate pkg
Changes between 0.8.6i and 0.9.1:
---------------------------------
Note: version 0.9.0 was skipped due to bugs being discovered at the last
minute.
Important notes:
----------------
* This release will not work with Windows 98/ME and Mac OS X 10.3.9 (Panther)
* The HTTP interface is now only available on the local machine by default.
If you want to make it available from other machines, you will have to
edit the ".hosts" file.
- On UNIX/Linux, the file is in /usr/share/vlc/http/.hosts
If you're using the old http interface, it's located in
/usr/share/vlc/http/old/.hosts
- On Windows they are in C:\Program Files\VideoLAN\VLC\http\.hosts and
C:\Program Files\VideoLAN\VLC\http\old\.hosts
- On Mac OS X, you can find it in VLC.app/Contents/MacOS/share/http/.hosts
and respectively in VLC.app/Contents/MacOS/share/http/old/.hosts
* This version of VLC contains a new interface for Windows and Linux.
This interface has a fullscreen controller and simplified preferences.
This interface lacks the "Streaming Wizard" that used to be present in VLC
0.8.6.
* The behavior of --sout-keep was changed. It's now activated by default.
* The marq, mosaic and logo commands in the rc interface changed. They
now require a target name as their first argument. Example:
vlc --sub-filter "marq@test{marquee=Hello}" -I rc <somevideo>
You can then use commands like: @test marq-marquee Goodbye
If you didn't name the object using @test, its name will default to the
plugin name (hence 'marq') in this example.
These new commands are also available in the telnet interface.
* The "rtp" access output module has been removed.
Please use the RTP stream output instead, e.g.:
Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
* You now need to append --m3u-extvlcopt to your command line to enable
EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
of options is available to m3u playlists (CVE-2007-6683).
* The old access:url syntax is no longer supported to resolve ambiguities
with some file names. Use access://url instead.
E.g.: vlc:quit -> vlc://quit ;
udp:@239.255.12.12 -> udp://@239.255.12.12
* The ffmpeg module has been removed and replaced by the new avcodec,
avformat, swscale (or imgresample if you use a swscale-less ffmpeg build)
and postproc modules.
* The web plugins ActiveX (IE)/Firefox/Mozilla/Safari now recognize the
following states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
STOPPING=5, FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and
BACKWARD being reserved for future implementations and are thus not
functional atm.
* Croping and padding in transcode are now done using the croppadd video
filter. For example:
transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
* Canvas setting in transcode is now done using the canvas video filter.
For example:
transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
* Glide video output module has been removed.
* Due to lack of maintainer, the Skins interface might not work properly.
It does not work on windows for this version. Help is needed!
Changes:
--------
Security updates:
* Updated libfreetype on Windows and Mac OS X (CVE-??)
* TTA Parser improvements (CVE-2008-3732)
* MMS Access Module improvements (CVE-2008-3794 )
Playlist:
* Vastly improved playlist support:
* Media library creation to save all your playlist items
* "Live search"
* Shoutcast TV listings
* Audioscrobbler/Last.FM support
* Album art support
* User definable Lua playlist scripts. See share/lua/playlist/README.txt
(Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
* User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
Inputs:
* Video for Linux 2 (V4L2) input support
* UDP-Lite transport for RTP/AVP
* DCCP transport for RTP/AVP
* Proxy support for MMSH stream
* JACK audio input support
* Input run time option (improved live stream recording)
* BDA devices access module for DVB-C/S/T capture cards on Microsoft Windows
* Re-written Screen access module for Mac OS X
using OpenGL instead of QuickDraw
* Screen module now supports partial screen capture and mouse following on X11.
* Experimental EyeTV access module
This requires the user to install a plugin to EyeTV.app
(available as a separate download).
* Simple RTP input (with MPEG A/V, G.711 and PCM support).
* RTMP input support
* QTKit-based Input module for Mac OS X allowing display and streaming of video
taken from all iSight-labelled video cameras (no audio support)
* HTTP access now supports gzip compressed data and Digest Access
Authentication.
* New options to reduce latency between arrival of raw data and display of
frames. (--auto-adjust-pts-delay and --use-stream-immediate)
Demuxers:
* MP4 gpac and Apple chapter support
* Fixed playback of AIFF stereo files
* Fixed audio glitch on seek
* Improved FLAC demuxer (duration / current time / meta data)
* AAC tags support
* APEv1/2 tags support
* Improved ID3v2 tags support
* Improved Ogg/Vorbis tags support
* Raw video support
* Standard MIDI File (types 0 & 1) support
* TiVo Series 2 support
* CD+G karaoke Files support
* MXF files support
* OMA support
Decoders:
* VP60/VP61/VP6F/VP62 support
* Flash Screen Video support
* CamStudio Screen Video support
* DosBox Capture support
* Karl Morton's Video support
* limited atrac3 support
* Fraps support
* Fluidsynth MIDI software synthesis (with external sound fonts)
* New codec FOURCCs to support more specific files:
Avid, FCP, Sony, Samsung, ...
* H.264 PAFF support
* DNxHD / VC-3 support
* NellyMoser ASAO support
* APE (Monkey audio) support
* RealVideo support (with the RealVideo run-time)
* Dirac video support using libschroedinger
Subtitles:
* Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC)
* VBI & EBU (Teletext) support (*nix, Mac OS)
* Ogg/Kate subtitles support
* AQTitle subtitles support
* MKV USF subtitles support
* HTML-based subtitles support
* MPSub subtitles support
* JacoSub subtitles basic support
* MPL2 subtitles support
* Rewrite of ASS/SSA scripts and subtitles support
* PowerDivx (.psb) Subtitles support
* Realtext subtitle support
* DKS subtitle support
* SubViewer 1.0 (SubRip09) subtitles support
* Correct Right-to-left languages in subtitles support
Encoders:
* Flash Screen Video support
* Improved H.264 encoding speed
Video outputs and filters:
* New CoreAnimation-based output module (VLCKit framework on OS X only)
* Adjust, Invert and Distort (now split into Wave, Ripple, Gradient and
Psychedelic) video filters can now be streamed
* New puzzle video output filter
* Re-written motion detection video filter
* New extract video filter (extract Red, Green and Blue components from a
video)
* New sharpen video filter (increase the contrast of adjacent pixels)
* New erase video filter (removes logos from a video)
* Enhanced subtitles' renderer to support bold, italic and some HTML tags
(Google Summer of Code Student project)
* Support for RGBA and I420 blending.
The latter improves Mosaic CPU usage *a lot*.
* New transparency mask video filter (for use with the mosaic_bridge module).
* New bluescreen video filter (for use with the mosaic_bridge module).
This was previously part of the mosaic module.
* Fixed random characters problem in RSS filter.
* Add rotate-deciangle for more precision on rotate filter
* Support for Intel SSE2 instruction set in chroma converters
* Improved use of Intel MMX instruction set in chroma converters
* New croppadd and canvas video filters.
Audio outputs and filters:
* Replay gain support
* Audio playback when going slower/faster (with pitch correction via
new scaletempo audio filter)
* New spatializer audio filter
* Correct DTS output via S/PDIF
Stream output:
* RTSP for TS-multiplexed broadcast streams
* New RTP payload formats:
* Speex voice audio codec
* ITU T.140 (for text, subtitles) output
* G.711 (both A-law and µ-law) output
* UDP-Lite transport for RTP
* DCCP transport for RTP
* Lots of fixes for RTSP broadcasting
* RTMP output
Interfaces:
* All
* New Simple Preferences dialogs showing the most important settings in an
end-user suitable way.
* Improved user interaction
* Improved mouse gestures
* Vastly improved Update checker
* Full support for meta data editing (ID3v2, Ogg/Vorbis, AAC, APEv1/2)
* Windows/Linux
* Brand new interface for Linux and Windows, based on the Qt toolkit
* Fullscreen controller (transparency on Linux+Composite)
* Mac OS X
* Improved video output features
* Online access to VideoLAN's Help Wiki within VLC
* New setting to disable the "Recent Items" service
* When playing Radio (live) streams, the current track is shown correctly
* Correct appearance on Macs using Aqua's graphite theme
* Simplified Extended Controls panel
* Ncurses:
* Correctly displays wide characters when using an UTF-8 locale,
if libncursesw is available.
* Some nice colors if the terminal supports it (most do)
* Experimental Lua interface modules. See vlc -I lua and
share/lua/playlist/README.txt for more info.
* Unix
* Option to allow only one running instance, using D-Bus interface.
* D-Bus Interface implementing the MPRIS
(Media Player Remote Interfacing specification), a common dbus control
interface for media players that intends to become an xdg standard when
finished: http://wiki.xmms2.xmms.se/index.php/Media_Player_Interfaces .
* Motion module using disk accelerometers to keep video horizontal
* Plugin to set Telepathy presence message using MissionControl
* Fixed VLM schedule time on Linux
Linux Port:
* VLC now complies with the XDG Base Directory Specification version 0.6
http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
(which means that VLC doesn't use the $HOME/.vlc directory anymore)
Mac OS X Port:
* Mac OS X Framework "VLCKit" that can be used to embed VLC in third party
applications (Google Summer of Code Student project, Mac OS X 10.5 only)
* New text renderer based on Quartz replacing the existing Freetype solution
* Complete compatibility with Mac OS X 10.5 Leopard
* It is now required to compile a fully featured build
* The support of Mac OS X 10.3.9 and QuickTime 6.x was discontinued.
LibVLC:
* Event management and various improvements in libvlc
(Part of a Google Summer of Code Student project)
New Localizations:
* Finnish
* Persian
* Polish
* Punjabi
* Bulgarian
Developers:
* LibVLC now supports externally built plugins properly.
A "vlc-plugin" pkg-config package is provided.
* Java bindings are now built from a separate source.
Changes between 1.2.9 and 1.2.10:
---------------------------------
* DVD drive autodetection.
* new dvdcss_is_scrambled() function.
* various failure recovery improvements.
* accept "X:\" as a device name, as well as "X:".
* various bug fixes.
Changes since version 0.10.0b
- Use html page baseurl for resolving urls from the knpplayer backend
- Initialize thread support for knpplayer, makes knpplayer crashes go away
- Second part of set viewarea background to part's parent background
Changes since version 0.10.0a
- Fix some flash wanting full Url out of a relative Url before streaming data
- Hardcode flash mimetypes in pluginsinfo
- Fix kpart not reading the system global kmplayerrc
- Set viewarea background to part's parent background for the plugin
- Fix kxineplayer crash when sending the configurations
Changes since version 0.10.0
- Fix npp streams with javascript urls, that never reached the finish state
- Fix memory leak in SMIL image
- Get rid of nspr dependency
Changes since version 0.10.0-pre3
- Fix double scaling of video in a region
- Use XPLAIN again for npp's GtkPlug embedded in QXEmbed, makes reproducable
mouse grab go away
Changes since version 0.10.0-pre2
- Fix unpausing with multi items from playlist
- Compile fix for gcc >= 4.2
- Cairo painting speedups, always round to screen pixel values
- Adjust for timer drifting in SMIL files
- SMIL additions, add AnimateMotion, more transition types, transOut support,
region background image and 'showBackground' attribute among others
- Replace -vop with -vf for MPlayer
Changes since version 0.9.4a
- Allow per mimetype preferred player backend
- Add npp backend that plays xembed style browser plugins
This release contains some security fixes, notably a DoS via corrupted
Ogg files (CVE-2008-3231), some related fixes, and fixes for a few
possible buffer overflows.
The other changes include recognition of AMR audio and Snow video.
changes:
New optimizations have been provided for SSE2 and ARM instruction sets,
while a lot of warnings triggered by recent compiler changes have been
fixed.
A new function has been added to guess the aspect ratio of streams where
it is not properly coded. Also it is now possible to retrieve the value
of the MPEG-2 repeat_first_field flag, and to be notified when the
sequence header of a stream changes (eg. aspect ratio on-the-fly changes).
changes:
Support shared desktops in RFB input
Make the Quicktime codec wrapper work on win32
Experimental DVD navigation support
Support AAC/H.264 in FLV files
Fixes in the DirectShow codec wrapper
Fix the Real codec wrapper plugin
New deinterlace2 plugin incorporating TVtime deinterlacers
Handle seeking, timestamps, duration in RAW video/audio parsers
New DirectShow video sink for Win32
FAAD reverse playback support
OSS4 support improvements
MythTV seeking support
SPC decoder now supports seeking, tags and duration queries
Replaygain elements moved to Good
Deinterleave/interleave elements fixed and moved to Good
MPEG-4 video stream parser fixes
Improved MPEG-TS parsing for DVB support
Improvements in App source/sink
RTP manager enhancements
changes:
Replaygain elements moved from Bad
Interleave/Deinterleave elements moved from Bad
Pulseaudio plugin http://pulseaudio.org is now integrated
New simple Karaoke audio effect plugin
Improvements in v4l2src
Multi-channel FLAC file fixes
AVI and Quicktime reverse playback support
AVI and Matroska muxing improvements
New element for rendering SMPTE transitions into alpha channels
Many improvements in the Win32 directdraw elements
Error out cleanly for encrypted streams
RTP/UDP handling improvements
RTSP digest authentatication implemented.
New RTP Pay/Depay-loaders for Speex, G.729, DV & raw video/audio
Error concealment for Speex
Many other bug-fixes and enhancements
(we could build it in the base pkg because it doesn't cause additional
dependencies, but it is marked experimental, so better leave it
as optional addon)
Noted by Gilles Dauphin in PR 37895.
PKGREVISION++.
Note: I've handled libXvMC the same way libXv is handled, which may not
be optimal but is least likely to break anything.
changes:
RTP improvements
Support digest auth for RTSP
Additional documentation
Support DSCP QoS in multifdsink
Add NV12/NV21 video buffer layouts
Video scaling now bilinear by default
Support more than 8 channels in audio conversions
Channel mapping fixes for audioconvert
Improve tmplayer and sami subtitle support
Support 1x1 pixel buffers for videoscale
Typefinding improvements for MPEG2, musepack
Ogg/Dirac mapping updated in oggmux
Fixes in ogg demuxing
audiosink synchronisation and slaving fixes
Support muting of the audio in playbin by selecting -1 as the audio stream
Work done on playbin2 and uridecodebin
Improvements in the experimental GIO plugin
decodebin fixes
Handle GAP buffers in some places
Various other leak and bug-fixes
changes:
Add the Presets interface
Use the binary registry by default
Deprecate gst_element_get_pad and don't use it anywhere any more.
Reverse playback fixes
API to get missing element messages from parse_launch parsing.
Fixes in latency calculations
BaseTransform negotiation fixes
New Buffering query and messages
Fix multiqueue deadlocks when changing limits
Remove pre-generated parser hacks and require newer flex/bison
Use GSlice in more places
Use static strings in property declarations everywhere to save memory
allocations
Fix unaligned memory accesses with the binary registry and add CRC checks
Lots of other bug fixes
- If the system defines isnan() and isinf() then undef them before using
gnash specific versions (which in the case of isnan() has different
numbers of arguments). Fixes build on NetBSD-4.0
2008-05-10 Russ Nelson <nelson@crynwr.com>
Sixth alpha release of Gnash (0.8.3).
Improvements since 0.8.2 release are:
More visible to users:
* Native fullscreen support (from AS) implemented.
* Long command-line options properly supported.
* View detailed movie information from GTK gui.
* Added an option in Preferences to initially display a movie
as a blank ("Click here to start") screen.
* Added "dump" GUI to dump a movie to disk.
* Improved Cairo rendering performance.
* Fix support for OpenOffice Impress SWF exporter (malformed..)
Less visible to users:
* Garbage Collector usage reduced where appropriate.
* Mouse.hide and Mouse.show implemented in GTK.
* ActionScript inheritance fixes:
o super implemented correctly (still not 100% compatible for SWF7)
o implements / instanceof works correctly now
* FsCommands quit, fullscreen and showMenu implemented.
* FsCommand-to-javascript implemented (plugin).
* Minor ActionScript compatibility fixes: String, XML, toLocaleString,
int, parseInt. fromCharCode, toString (SWF4) etc.
* Fixes to arguments class (tests: Function.as, line404~456).
* Stage.scaleMode implemented (fixes resizing of various movies).
* Stage.align implemented.
* Fixes to Date class (platform consistent).
* Logging uses boost::format.
* Improved Win32 support: builds using MinGW/MSYS (cross-compile
not tested yet), and initial implementation of npgnash.dll exists.
* Sprite handling improved, fixing FlowPlayer and other video SWFs.
* TextField handling:
o Fix in device font handling (DefineFontInfo tag)
o Fix support for DefineFont2 tag (sizes)
o Improve TextField support for TextFormat use.
* Fix parsing of malformed XML files
* Fix loading of text / XML with Byte Order Marks.
* Minor fix to _x and _y translation.
* More functions correctly registered as ASnative.
* System.capabilities information expanded.
* Jemalloc memory allocator from Mozilla added as an option.
* Redesigned and implemented AMF0 support, with the beginning of
AMF3 support.
* SWF8 line styles support (both from tag and drawing api)
changes:
- For extra safety against possible Integer overflows like the ones found
in CVE-2008-1482, backport more calloc usage from 1.2 branch
-Added MIME types and .mpp for musepack
-Fixed display of some MJPEG streams
-Deprecate xine_xmalloc() function, see src/xine-utils/utils.c for more
information about the reason
-Provide a useful implementation of xine_register_log_cb()
-New version of the JACK output plugin
pkgsrc note: the fix for CVE-2008-1878 was integrated upstream
Set SKIP_UNPACK_REQUIRED_MODULES=1 so we do not install our own copy of
various perl modules, set USE_TOOLS+=perl, and update required versions
in perl dependencies
changes:
* Fix the playlist parser trying to parse RCS files
* Fix parsing of file that appear to be DOS text files but are Podcasts
* Fix linefeeds appearing in titles
changes:
OSS v4 support
libdc1394 2.0.0 support
AAC support fixes
RTP support improved
New OFA element
SRT subtitle encoder added
Windows Inet support for http/ftp
Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
Fixes in Bayer decoder, replaygain analysis, GSM decoder
DVB/MPEG-TS support improved
NSF decoder updated
'metadata' plugin enhancements
Dirac encoder ported to libschroedinger
mplex element ported to 0.10
VCD/CDXA parser ported to 0.10
Directshow wrapper improvements
'selector' plugin enhancements
souphttpsrc moved to the -good module
Various other fixes and enhancements
changes:
-The libsoup based http source moved from the -bad module and was raised
to primary rank
-GOOM visualisation plugin updated to Goom2k4
-Fixes in UDP, RTSP, matroska, QT/mov, AVI, v4l2, OS/X, SunAudio, mulaw
and wavpack
-New gdkpixbuf output for snapshotting
-Various other bug-fixes
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
- Use latest version of the "windows-all" archive.
- Drop "qtextras" archive because the include QuickTime codecs have
various security vulnerabilities. This fixes the security
vulnerability reported in GLSA 200803-08.
(which I split in the process of the gnome-2.22 update, to get rid
of the heavyweight "nautilus" dependency in the base "totem" pkg)
This part now contains the "nautilus" plugin which displays media
file metadata on right-click.
Additional changes:
kde option compiles now, use standard installation method for
Firefox plugin.
2008-02-21 Sandro Santilli <strk@keybit.net>
Fifth alpha release of Gnash (0.8.2).
Improvements since 0.8.1 release are:
- Improved timeline redesign.
- Action execution order fixes.
- Keyboard handling improved [1].
- New classes implemented: System.capabilities (partial),
SharedObject, LocalConnection.
- New opcodes implemented: ActionImplements, Try/Throw.
- Movieclip.beginGradientFill completes drawing API support.
- MovieClip._lockroot support added.
- Implement GET/POST for MovieClip.loadVariables and
MovieClip.loadMovie
- Textfield support improved.
- Security: configurable sandbox restricts filesystem access by movies.
- Better support for SWF8.
- Streaming OGG-contained multimedia (e.g. vorbis/theora or vorbis/dirac),
and other free formats.
- OGL and Cairo renderers much improved.
- Improvements of the Framebuffer GUI (hide text messages, support Linux
events system, built-in touchscreen calibration, simple keyboard support,
better architecture support).
- SOLdumper utility for reading SOL files ('flash cookies').
- DumpShm utility finds and dumps Local Connection memory segments.
- Fullscreen display possible.
- Extensions for LIRC and DBus.
- High quality, cross-platform psuedo-randomness using boost random.
- NPAPI (Mozilla) plugin: keyboard events work, navigation and javascript
from within movies.
- Set and save preferences from the GUI (GTK).
- Improved stability and robustness with malformed SWFs.
- Many other bugfixes.
2007-08-29 Sandro Santilli <strk@keybit.net>
Fourth alpha release of Gnash (0.8.1).
Improvements since 0.8.0 release are:
- Garbage Collector
- Support for device fonts
- Support for dynamic text fields
- Better key handling
- Support for FFMPEG SVN
- Support for on-demand install of needed Gstreamer codec plugins.
- Debugger off by default (improves performance and memory use)
- AGG renderer by default
- Support for KDE/AGG combination
- Layout change : we'll now build <gui>-gnash and 'gnash' is a shell
script with gui selection capabilities (-G)
- More robust parser
- Better support for flash player detection
- Fix for 'debugLog' directive in gnashrc
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
libtheora 1.0beta3 (2008 April 16)
- Build new libtheoradec and libtheoraenc libraries
supporting the new API from theora-exp. This API should
not be considered stable yet.
- Change granule_frame() to return an index as documented.
This is a change of behaviour from 1.0beta1.
- Document that granule_time() returns the end of the
presentation interval.
- Use a custom copy of the libogg bitpacker in the decoder
to avoid function call overhead.
- MMX code improved and ported to MSVC.
- Fix a problem with the MMX code on SELinux
- Fix a problem with decoder quantizer initialization.
- Fix a page queue problem with png2theora.
- Improved robustness.
- Updated VS2005 project files.
- Dropped build support for Microsoft VS2003.
- Dropped build support for the unreleased libogg2.
- Added the specification to the autotools build.
- Specification corrections.
- Wrong boundary check in Speex decoder (CVE-2008-1686).
- Compilability of CDDA code with modern libcdio versions.
Vendor updates in 0.8.6f
- Security vulnerabilities in the Subtitle demuxer, Real RTSP demuxer,
MP4 demuxer and Cinepak codec: CVE-2007-6681, CVE-2008-0073,
CVE-2008-1489, CVE-2008-1769).
- Crashes in H264 packetizer.
- Close MMS access on network timeout.
- Some problems with AAC decoder & packetizer.
Vendor updates in 0.8.6e:
- Security vulnerabilities in the Web interface, Subtitle demuxer,
Real RTSP demuxer, SDL_image library and MP4 demuxer (CVE-2007-6681,
CVE-2007-6682, CVE-2006-4484, CVE-2008-0225, CVE-2008-0295, CVE-2008-0296,
CORE-2008-0130).
- Resume playback for viewing content over FTP.
- Fixed XShm detection with remote X11.
- DTS to S/PDIF converter fixes.
- Waiting for SPS/PPS problem in H.264 packetizer.
- Improved compatibility for creating H.264 video files playable on iPhones.
Approved-by: joerg
changes:
-security fix (unchecked array index, CVE-2008-1686)
-a few bug fixes (including the 1.1.11.1 regressions)
-new version of the pulseaudio output plugin
-open-source upport for RealAudio "cook"
type, which lets mp4 files be added to the database, and get presented
via UPnP.
There are two files because the basic mappings are specified in the
config.xml file, which is generated by a C++ program, and there's a
corresponding change to the mappings.xml file which is kept around
as source.
With thanks to Jared for the mapping information.
support is built into the package.
+ Convert to use PLIST_VARS instead of manually adding "@comment" to
PLIST_SUBST.
Bump PKGREVISION to 19 due to the addition of package options.
changes:
* Security fixes:
- Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073)
- integer overflow, possibly leading to buffer overflow, CVE-2008-1482
* Reworked the plugin directory naming so that external plugins don't have
to be rebuilt for every release
* Made the version parsing much more reliable; it wasn't properly coping
with four-part version numbers
* Fixed an off-by-one in the FLAC security fix patch. This breakage was
causing failure to play some files
* Support 16-bit big-endian DTS audio
* Improved frame snapshot API. (ABI extension.)
* Re-add support for # (stream parameter separator) in raw filenames
* Fixed long delay when closing stream on dual core systems
pkgsrc note: CVE-2008-0073 was already fixed by patch
MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
user interface, it allows you to stream your digital media through
your home network and listen to/watch it on a variety of UPnP
compatible devices.
MediaTomb implements the UPnP MediaServer V 1.0 specification that can
be found on http://www.upnp.org/. The current implementation focuses
on parts that are required by the specification, however we look into
extending the functionality to cover the optional parts of the spec as
well.
MediaTomb should work with any UPnP compliant MediaRenderer, please
tell the authors if you experience difficulties with particular
models, also take a look at the Supported Devices list for more
information.
With thanks to Jared Macneill for the patches to make this compile on
NetBSD.
Oh, and works very nicely with my Archos 605 (not in the Supported Devices
list).
be used in a shared library). Applications linked against "libx264" can now
actually be started without crashing immediately because the symbol
"_x264_deblock_h_luma_altivec" couldn't be found.
Bump package revision because of this fix.