summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2010-11-01Reset maintainer.wiz1-2/+2
2010-10-30Add CONFLICTS with adobe-flash-plugin.wiz1-1/+3
2010-10-29Update gnash to 0.8.8.obache12-187/+350
Gnash 0.8.8 2010/08/17 * Renderers are able to be switched at runtime between Cairo, OpenGL, and AGG. * Media handlers can be switched at runtime between ffmpeg and Gstreamer. * Hardware video decoding support via VAAPI for Nvidia, ATI, and Intel GPUs. * Android specific support. * Gnash now compiles faster due to reduce internal dependencies. * Mostly complete Scriptable Plugin support which works with the ExternalInterface class. * Improved input device handling when using a raw framebuffer. * 100% of all YouTube videos should work Improvements since 0.8.7 release are: Gnash 0.8.7 2010/02/15 Improvements since 0.8.6 release are: * Automatic and spontaneous screenshots support in all GUIs (Benjamin Wolsey) * Significant memory savings in parsing large XML trees (Benjamin Wolsey) * Significant memory savings in functions calls when super is not required (Benjamin Wolsey) * Enhancements in video streaming [youtube HD button and seeks] (Sandro Santilli) * Non blocking load of bitmaps, movies, data (Sandro Santilli) * Fix use of imported library symbols (Sandro Santilli) * AS2 Array handling fixed. (Benjamin Wolsey) * Refactoring to eliminate most static data and get closer to re-entrant VM. (Benjamin Wolsey) * SWF6 dynamic gradients tested and implemented correctly. (Benjamin Wolsey) * TextFormat.getTextExtent implemented. (Benjamin Wolsey) * TextField.autoSize implemented for right and center autosizing. (Benjamin Wolsey) Gnash 0.8.6 Improvements since 0.8.5 release are: * TextSnapshot, Camera, Microphone, TextField and TextFormat implemented. * ASSetNative, ASSetNativeAccessor, ASconstructor implemented. * New utilities for finding input devices for Camera and Microphone. * Fix bitmap smoothing handling in AGG renderer (Bug #25894). * Custom Gnash GTK widget. * Various improvements to text handling. * large-scale refactoring of object and class creation for improved AS compatibility. * extension of native classes now works in many cases. * PyGTK module support. * Native and built-in functions properly separated, more native functions added. * AmigaOS4 support (gui and sound handler). * Fixes to XMLSocket crash and event order. * Performance improvement for SDL gui (invalidated regions). * Corrected timing of various AS events, fixing various SWFs that rely on them. * Many minor bug fixes. * Better A/V synchronization. * Rudimentary AVM2 implementation when enabled. * Fix in sendAndLoad forcing use of POST. 2009-03-04 Rob Savoye <rob@welcomehome.org> Gnash 0.8.5 released ! Improvements since 0.8.4 release are: Due to better XML parsing compatibility and a minor fix to NetConnection, many more video sites work than in the last release. Support for new codecs keeps YouTube support up to date. XML parsing, Selection implementation, Sound and MovieClip fixes mean that many BBC Flash movies (not the BBC iPlayer) now work. Potlatch support is improved with better remoting compatibility and XML parsing. All of the Orisinal morning sunshine games now work due to support for Mixed SWF Versions runs. * Support for saving streamed (FLV, H264, MP3 etc) and loaded (JPEG, SWF, PNG, GIF) media to disk. * Basic GUI warning messages when media decoding fails (usually missing codecs). * Added support for FLV parsing and decoding of H.264 video and AAC audio. * Scaled video smoothing implemented in AS and in default renderer (AGG). YouTube video looks better when Gnash is running with high quality or better. * Support for _quality implemented with user-specified override. (Presently only affects video smoothing in the default renderer). * Made NPAPI plugin quiet, except on plugin-specific errors (to reduce .xsession-errors pollution). * Implemented LoadVars.toString(), XML.send() and LoadVars.send(). * XML parsing made compatible (less strict), XML.xmlDecl and XML.docTypeDecl implemented. * XMLNode methods implemented: getPrefixForNamespace(), getNamespaceForPrefix(), namespaceURI, localName, prefix. Handling of attributes corrected. * New GUI for KDE4 / Qt4 with SWF properties and Gnash preferences dialog boxes. * Corrected AS enumeration order. * Fixed incorrect mouse event on double click (shouldn't exist). * Implemented MovieClip.getURL(), MovieClip.attachBitmap(). * Implemented POST for send() and getURL() methods. * Added support for parsing and decoding Speex audio in FLV files using libspeex. * __resolve property implemented. Fixes a Flickr Flash badge. * Video.clear(), Video.width and Video.height implemented. * Multiple NetStream.play() fixed. * Fixed support of mixed-version swf runs. * Fix decoding of RAW and UNCOMPRESSED audio with gstreamer media handler * Improve SWF4 compatibility. * Improve compatibility in setting characters properties. * NetConnection.isConnected and NetConnection connect events implemented (fixes various video sites). * Remoting support generally improved (NetConnection). * Make initialization object available to MovieClip constructor (attachMovie, duplicateMovieClip). * Sound.getBytesLoaded, Sound.getBytesTotal implemented. * Complete Selection class implemented. -- 2008-10-13 Russ Nelson <nelson@crynwr.com> Sixth alpha release of Gnash (0.8.4). Improvements since 0.8.3 release are: More visible to users: * The -d switch won't behave the same as in 0.8.3. This is a temporary thing, we'll likely bring it back to its original behaviour for next releases. If you're curious, -d will now change heart beating rate. * Support for MIT SHM X extention is disabled by default `cause it broke (*grin*). We'll get it back on next release. Let us know if you really notice a performance degradation on the rendering side please <gnash-dev@gnu.org>. * Keep Adobe happy with our users and our users happy with us by changing "Flash player" into "SWF player" everywhere. Adobe claims "Flash" as a trademark and had asked a Linux distributor to fix it. * The popular SWF Twitter badge now renders correctly. * Fix parsing of urls containing multiple question marks * Fix support for movies embedding multiple sound streams * Support for loading PNG and GIF images added. * Improved rendering of SWF movies because of the less visible changes listed below. * Support for writing RGB/RGBA PNG images and JPEG images. * Works with Potlatch OpenStreetMap editor * New 'flvdumper' utility for analyzing FLV video files. * XPI packaging support for Mozilla & Firefox. Less visible to users: * Improved SWF version 8 support: o flash.geom.Point, flash.geom.Rect, flash.geom.Matrix classes implemented. o flash.geom.ColorTransform almost fully implemented. o flash.display.BitmapData partially implemented. o flash.geom.Transform.matrix and flash.geom.Transform.ColorTransform implemented. o MovieClip.transform implemented, with ability to find and apply MovieClip transformations. o Playback of VP6F video (SWF version 8 FLV) with Ffmpeg. * Fixes and implementation of ActionScript 2 classes: o NetConnection.call() implemented: initial support for flash Remoting o toString() method of objects called correctly, String.split implementation fixed. o XMLSocket onData method implemented properly, other methods fixed. o Error class implemented. o XML and LoadVars sendAndLoad() now derive from a common base object (loadable AS object); fixes the popular SWF Twitter badge. o addRequestHeaders and contentType implemented for LoadVars and XML. * VM bugfixes and improvements: o Heart beating model, allowing for fine-grained interval timers and threading reduction. o Frame label fix (case sensitivity). o Fixes and improvements to Color and cxform. o SWF matrix made faster and more compatible (golf.swf works now!) o try/catch/finally ActionScript expression handled more correctly. o Parse and partially use ScriptLimits tag. Handle stack limit more correctly. o Fixed scoping issues for SWF <= 5 o Bitmap characters now support alpha. * Media handling improvements: o Pluggable architecture for MediaHandlers (ffmpeg/gst available) o Media-handler agnostic Sound and NetStream classes o Numerous bug fixes in ffmpeg and gstreamer media handling * SWF version 2-specific fixes: o PlaceObject tag display fixed (also applies to SWFs generated with some free tools) o DefineButtonCxform tag implemented). * Codebase improvements: o Renamed the 'server' directory to be a more accurate 'libcore'. Merge 'libgeometry' into 'libbase' o Keep Adobe happy with our users and our users happy with us by changing "Flash player" into "SWF player" everywhere (a Linux distributor received a demand letter). o Numerous cleanups and changes to improve portability.
2010-10-27Update kmplayer to 0.11.2cmarkd4-15/+22
Third maintenance release for 0.11.2 Two crash fixes, the youtube generator could generate an information page that crashed kmplayer and a XML document with trailing XML fragments also crashed kmplayer. A revert of the in-place playlist item title renaming in 0.11.2. There was no easy way to rename a new group for instance. Second maintenance release for 0.11.2 Support for redesigned youtube with updated konqueror and resolution change fix in the npp backend, opening a DVD with MPlayer now shows the titles on the disk again, the pause button didn't pause list items and local file name encoding fixes.
2010-10-27Add dependency on ffmpeg.markd2-2/+6
2010-10-25Update to KDE SC 4.5.2markd3-15/+15
4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release.
2010-10-25Update to phonon 4.4.2markd3-11/+55
changes unknown.
2010-10-24drop maintainershipahoka4-8/+8
2010-10-23Update ruby-gnome2 to 0.90.3.obache1-1/+3
= NEWS == Ruby-GNOME2 0.90.3: 2010-10-23 NOTE: 0.90.x releases are for 1.0.0 major release. * Support String encoding in Ruby 1.9. * RVAL2CSTR2 and CSTR2RVAL2 are deprecated. * Ruby/GIO2 is imported as an experimental library. === Changes ==== All * Support String encoding. [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou] * Don't install *.pc by default. Set pkgconfigdir make varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'. ==== Ruby/GLib2 * Improvements: * declare argument types. [Nobuyoshi Nakada, Kouhei Sutou] ==== Ruby/GIO2 * Imported as an experimental library. [Nikolai Weibull] ==== Ruby/GTK2 * Improvements: * keep backward compatibility around GDK key symbols introduced at GTK+ 2.20. "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal" [Vincent Carmona] * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * Bug fixes: * fix GType conversion in Gtk::ItemFactory.new on 64bit platform. [Grant McLean, Steve Wills, Kouhei Sutou] ==== Ruby/GdkPixbuf2 * Improvements: * move gdk-pixbuf and cairo related methods to Ruby/GTK2. "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2" [Andrea Dallera, Kouhei Sutou] * change .pc filename from ruby-gdkpixbuf2 to ruby-gdk-pixbuf2. ==== Ruby/RSVG2 * Bug fixes: * add missing libcroco dependency on Windows. [U.Nakamura, Kouhei Sutou] ==== Ruby/Poppler * Improvements: * support Popper 0.15.0. [#3079667] [Mamoru Tasaka, Kouhei Sutou] * Bug fixes: * add missing libjpeg dependency on Windows. [U.Nakamura, Kouhei Sutou] * fix installed Ruby/GLib2 gem can't be detected. [kdmsnr, Kouhei Sutou] === Thanks * U.Nakamura * kdmsnr * Mamoru Tasaka * Guillaume Cottenceau * Vincent Carmona * Grant McLean * Steve Wills * Andrea Dallera * Nobuyoshi Nakada * Neil Roberts == Ruby-GNOME2 0.90.2: 2010-09-26 NOTE: 0.90.x releases are for 1.0.0 major release. A RubyGems package fix release. === Changes ==== All * fix path. [kimura wataru, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * fix gtk2/base.rb is missing in gem. [S.Kitagawa, Kouhei Sutou] ==== Ruby/GIO2 * Bug fixes: * fix a typo in .pc name. [#3075619] [O01eg, Kouhei Sutou] ==== Ruby/RSVG2 * Bug fixes: * also check rb_cairo.h availability. [#3075617] [O01eg, Kouhei Sutou] === Thanks * S.Kitagawa * O01eg * kimura wataru
2010-10-22update to 2.30.4drochner3-8/+8
changes: -minor fixes -documentation updates
2010-10-22Add missing build tools.wiz1-2/+3
2010-10-19+kdenliveabs1-1/+2
2010-10-19Added multimedia/kdenlive version 0.7.8abs5-0/+366
Kdenlive is a free open-source video editor which supports DV, AVCHD and HDV editing. Kdenlive relies on several other open source projects, such as FFmpeg, the MLT video framework and Frei0r effects.
2010-10-19pkglint -Wall - no functional changesabs11-22/+31
2010-10-19+mltabs1-1/+2
2010-10-19Added multimedia/mlt version 0.5.10abs14-0/+443
MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, XML authoring components, and an extensible plug-in based API.
2010-10-04Need dummy gtkdoc-rebase, PR#41475.obache1-1/+5
2010-10-03from patch-ad, requirement of lwres (bind95) is only for NetBSD.obache1-3/+4
(FreeBSD has it in base).
2010-09-27No need a patch for configure, so no need to autoconf.obache4-42/+5
2010-09-27replace obsolated '-r' option for nasm with '-v' in configure script.obache3-5/+30
per PR#43910 from Ryo ONODERA. Furthermore, nasm is only required for mmx support. Made mmx optionify and let to exactly depend on nasm with mmx option. (disabled by default).
2010-09-27Using pkg-config in configure script.obache1-1/+2
2010-09-23Update ruby-gnome2 to 0.90.1.obache1-3/+2
= NEWS == Ruby-GNOME2 0.90.1: 2010-09-23 NOTE: 0.90.x releases are for 1.0.0 major release. A install bug fix release of 0.90.0. === Changes ==== Ruby/ATK * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/Pango * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/Poppler * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] ==== Ruby/RSVG * Bug fixes: * fix .pc install path. [OBATA Akio, Kouhei Sutou] === Thanks * OBATA Akio == Ruby-GNOME2 0.90.0: 2010-09-23 NOTE: 0.90.x releases are for 1.0.0 major release. RubyGems support! === Changes ==== Ruby/GTK2 * Bug fixes: * [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name' add Gtk::Buildable#builder_name/set_builder_name. [Simon Arnaud, Kouhei Sutou] === Thanks * Simon Arnaud
2010-09-19Fix build under Mac OS X with a small change discussed on thetron1-1/+7
"mplayer-dev-eng" mailing list.
2010-09-19Include xcb-util/buildlink3.mk for x11 to ensure globalhotkeys is built - ↵abs2-3/+4
bump pkgrevision
2010-09-16Update to 20100913, provided by Aleksey Cheusov via wip.wiz19-239/+144
One year of changes. Ok ahoka@
2010-09-16clutter-gst 1.2.0 (18/08/2010)obache2-8/+7
=============================================================================== * list of changes since 1.0.0 o Supports the ClutterMedia subtitle-related properties introduced in 1.2.0. o Added a "idle material" to VideoTexture, a material that will be used to paint the texture when not playing any video. o You can now set a user-agent when streaming videos. o The usual bulk of small fixes, small memory leaks, build (builds on GLES2 now), don't use deprecated symbols, ...
2010-09-16Now that libX11 pulls in libxcb, merge xine-xcb package back intowiz4-9/+16
xine-lib. Update dependency patterns in users and bump PKGREVISION.
2010-09-15Fix PLIST with x11 option (default on) by always depending on libxcb,wiz3-4/+7
since it's pulled in by libX11 anyway, nowadays. Bump PKGREVISION.
2010-09-14More PKGREVISION bumps for pixman update.wiz2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz44-84/+88
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-12Note that:wiz1-0/+2
A newer version of this plugin is in multimedia/adobe-flash-plugin.
2010-09-10* Ajust new ruby package's framework.taca6-5/+95
* Add patch to support for ruby18 and ruby19.
2010-09-09sync with mplayer package.obache2-6/+6
2010-09-08update to 0.98.11drochner3-9/+8
changes: -minor fixes -translation updates
2010-09-08update to 4.3.0drochner2-6/+14
changes: -feature additions: "quiet"-Flag, more data shown by mkvinfo -fixes -build systems uses a ruby script "drake" rather than "make"
2010-09-08update to 0.10.16drochner3-21/+7
changes: misc fixes and improvements
2010-09-08update to 0.10.16drochner4-23/+10
changes: -misc fixes and improvements -uses orc instead of liboil
2010-09-08update to 0.10.20drochner3-8/+17
changes: -new video effects plugins: coloreffects, gaudieffects, geometrictransform -some new elements -misc fixes and improvements -uses orc instead of liboil
2010-09-08update to 0.10.25drochner3-7/+9
changes: misc fixes and improvements
2010-09-06Update to 0.15, less test failures than 0.14 (2/31, 4/429 insteadwiz2-7/+7
of 3/31, 5/425). Set LICENSE. 2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * lib/GStreamer.pm * NEWS: Release 0.15. 2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL * MANIFEST * GStreamer.pm (removed) * lib/GStreamer.pm (added): Move GStreamer.pm into the new lib directory. 2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GstPad.t * xs/GstPad.xs: Wrap gst_pad_is_blocking, gst_pad_peer_query, gst_pad_iterate_internal_links, and gst_pad_iterate_internal_links_default. 2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GstIterator.xs (newSVGstIterator): Convert NULL iterators to undef. 2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GstFormat.xs (SvGstFormat): Throw an exception if gst_format_get_by_nick failed to convert the string to a format. This means that unregistered format strings now cause errors instead of being silently turned into GST_FORMAT_UNDEFINED. 2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GstClock.t: Make the clock resolution and master clock tests more robust. 2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GstIndex.t: Make the GstIndexEntry tests more robust and correct. 2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GstIndex.xs: We don't own the GstIndexEntry objects returned by the various GstIndex methods, so don't use the _own typemap variant.
2010-09-05Remove unused variable pointing to non-existent dir.wiz1-2/+1
pkglint is now much happier.
2010-09-05Fix build on Solaris, from Aleksey Cheusov in PR 43841.wiz2-1/+16
2010-09-05Add VDPAU support, from Aleksey Cheusov.wiz1-1/+17
2010-09-05Add RCS Id.wiz2-2/+4
2010-09-05pkglint cleanup.wiz2-5/+6
2010-09-05Ensure mplayer knows how to disable the screen saver. Mostly from PR#43804.jakllsch1-5/+4
While here, finish enabling libXvMC. XXX libXvMC needs real builtinifying.
2010-09-01Add vdpau option, on the platforms where it is supported.wiz1-2/+13
From Aleksey Cheusov in PR 43658.
2010-09-01s/wip/multimedia/gwiz1-3/+3
2010-09-01+ libvdpau.wiz1-1/+2
2010-09-01Initial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.wiz6-0/+96
The Video Decode and Presentation API for Unix (VDPAU) provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams. These video streams may be combined (composited) with bitmap content, to implement OSDs and other application user interfaces. This VDPAU API allows video programs to offload portions of the video decoding process and video post-processing to the GPU video-hardware.