summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2012-03-19Update to KDE SC 4.8.0markd9-40/+63
2012-03-19Add phonon-backend-gstreamermarkd1-1/+2
2012-03-19Import phonon-backend-gstreamer version 4.5.1markd4-0/+54
Phonon GStreamer backend.
2012-03-19Update to 4.5.1markd6-87/+34
Required for KDE SC 4.8
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-03-14Fix build with newer glib.joerg1-1/+3
2012-03-14Fix casing. From Bug Hunting.wiz1-2/+2
2012-03-14Improve description, from Bug Hunting.wiz2-12/+6
2012-03-12Fix mandoc lint warnings in MP4(3) man page.wiz3-4/+94
Improve COMMENT while here. Bump PKGREVISION.
2012-03-12Pass X11 include/lib directory to configure,obache3-4/+16
and fix a bug in configure script for the case: https://savannah.gnu.org/bugs/index.php?35801 PR#46151 shoud be fixed.
2012-03-12released tarball is not in ahoka@'s sites.obache1-4/+2
2012-03-12Fix build on SunOS.fhajny3-2/+24
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz6-12/+12
py-* not affected, since it built different versions depending on the setting already.
2012-03-06Recursive PKGREVISION bump for xulrunner, nss, and nspr.ryoon6-12/+12
2012-03-06Take care come video standard macros added by V4L2 in Linux 2.6.17 (not in ↵obache2-1/+39
NetBSD).
2012-03-05Fix building with Xcode installed in /Applications (as is the current ↵adam2-3/+14
version on Lion).
2012-03-05Reset maintainer, do not use it much any longer.wiz1-2/+2
2012-03-04fix build on i386 without SSE/SSE2 support.obache2-1/+25
2012-03-03More pcre PKGREVISION bumps.wiz4-7/+8
2012-03-03Add missing mk/termcap buildlink to multimedia/mplayer and multimedia/gmplayersbd2-4/+6
Bump PKGREVISIONs
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz85-156/+170
2012-02-29Recursive bump from devel/boost-libs update.hans3-5/+6
2012-02-28reset PKGREV for base pkg updatedrochner8-24/+8
2012-02-28update to 0.10.19drochner4-10/+9
changes: -most audio decoders and encoders ported to the new base classes (with the exception of mad) -lame mp3 and twolame mp2 encoders now output framed mpeg audio (better for muxing) -x264enc now supports configuration via downstream caps restrictions (useful for encodebin / rtp etc.) -mad doesn't depend on libid3tag any longer (often a hassle on embedded builds) -mpeg2dec is more error resilient -lots of dvdreadsrc fixes
2012-02-28update to 0.10.23drochner5-54/+58
changes: -new API-unstable video codec parsing library -video parsing improvements -new audiovisualizers plugin -misc fixes and improvements
2012-02-28update to 0.10.31drochner4-9/+9
changes: -new souphttpclientsink element -new splitfilesrc element to expose multiple files as one single file -compressed audio format passthrough support for pulseaudio -rtspsrc is now fully async -shout2send: support webm streaming -rtpsession: Full Intra Requests (FIR) support using new force-key-unit API -propagate downstream caps constraints upstream in audio parsers and rtp payloaders -many multifile plugin improvements for file/stream splitting
2012-02-28update to 0.10.36drochner6-18/+31
changes: -new GstAudioDecoder and GstAudioEncoder base classes -new GstAudioInfo audio format description API (which matches the new API in 0.11) -add support for compressed audio payloading and passhthrough (think S/PDIF, mp3 over bluetooth) -new tag convenience API to get info about creative commons licenses -new GstTagMux base class -new video API to force key units via events -new video overlay composition API for subtitles -decodebin/playbin2 now plug parsers by default
2012-02-28update to 0.10.36drochner3-11/+10
changes: -new muxer/mixer helper class: GstCollectPads2 -weak ref support for mini objects -qdata support for buffers to attach additional metadata -input-selector: "sync-streams" property to sync inactive inputs with active one -multiqueue: add "sync-by-running-time" property to sync not-linked/deactivated streams by running time (instead of input order of buffers)
2012-02-28Add support for NetBSD/sparc64 (read the diff and start laughing, this mustmartin2-1/+14
be the most bizarre configure system ever)
2012-02-24PR/46089: David Shao: f{g,s}etpos portability fixes.christos2-3/+12
2012-02-24PR/46089: David Shao: Don't use f{g,s}etpos because there is no portablechristos9-0/+204
way of extracting the offset from them, which is all that is needed in this case. Just use fseeko/ftello.
2012-02-24Remove -static that broke build on 6.99.3/amd64, from drochner.wiz4-18/+27
Merge two patches for the same file.
2012-02-22Revert unintended commits.wiz1-3/+1
2012-02-22Mention putty-devel successor.wiz1-1/+3
2012-02-22Don't try to install two figures which don't exist, they will be createdsbd3-8/+26
as symlinks which point to themselves.
2012-02-21+vlc2drochner1-1/+2
2012-02-21add vlc-2.0.0. This may need some polishing and fixes; while it worksdrochner16-0/+1203
well mostly it is not ready to replace vlc-1.1 yet.
2012-02-19Add a bl3 file, required for the upcoming xfce4-tumbler packagegls1-0/+15
2012-02-16Add vdpau to the list of disabled plugins.hans1-1/+2
2012-02-16Update gnash to 0.8.10.obache12-87/+96
Gnash 0.8.10 2012/01/30 Improvements since 0.8.9 release are: * Qt4 GUI supports mouse wheel, clipboard, and screen resolution. * Enhanced UI support for script limits (abort popups, user prefs). * BitmapData functions copyPixels(), copyChannel(), perlinNoise() and noise() implemented. * Node id mapping in ActionScript XML class implemented (XML.idMap). * Fix dispatching of Sound.onLoad event, fixing google dict audio. * Fix support for control tags found after last expected frame (#33176). * Fix support for uncompressed sound with gstreamer media handler. * Implement Button.getDepth(), fix button key events. * Fixes to startDrag and stopDrag opcodes. * Implement onSoundComplete() for event sounds (#23020). * Fix MovieClip.onLoad event dispatching and constant pools handling, fixing support for movies generated by the evil Adobe Captivate tool (#33521). * Fix unattached Sound.stop() semantic (#33888) enjoy Super Mario! * OpenVG renderer added. * Improved framebuffer GUI and touchscreen support. * Framebuffer now supports using multiple renderers. * Refactored input device support. * Fix parsing of lossless 16bit bitmaps, fixing support for movies generated by the evil TechSmit Camtasia tool (#34625). * Improved double buffering support for AGG in a framebuffer. * Thumbnailer for SWF files and GNOME2 desktop config for it.
2012-02-14Update to 0.2.2ryoon2-7/+6
Changelog: Overview of changes in gst123-0.2.2: * Disable screensaver during video playback (via xdg-screensaver). * Fixed includes to compile with gcc-4.7. [Siddhesh Poyarekar] * Fixed a problem with fullscreen/unfullscreen.
2012-02-13Fix two alignement problemsmartin4-4/+48
2012-02-11Re-enable vcd and cdda plugins, they build fine.shattered2-14/+6
2012-02-09Add SET_LIBDIR=yessbd1-1/+2
2012-02-09Set CONFIGURE_ARGS for Darwin/x86_64.minskim1-1/+11
2012-02-09Add gtk2 to EMUL_MODULES and require suse 11.0. Noted by wiz@.shattered1-4/+4
2012-02-07Resolve file conflict with suse113_gtk2.shattered2-8/+3
2012-02-07The "SConstruct" file looks for "CC", not "cc" in the environment.tron1-2/+2
And as pkgsrc sets that by default we don't need to.
2012-02-06Add and enable "ffmpeg2theora".tron1-1/+2
2012-02-06Import new "ffmpeg2theora" package:tron4-0/+51
With "ffmpeg2theora" you can convert any file that "ffmpeg" can decode into the Theora format. Right now the settings are hardcoded into the binary. The idea is to provide "ffmpeg2theora" as a binary along sites like "v2v.cc" to enable as many people as possible to encode video clips with the same settings.