summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2012-07-07Changes 2.0.0:adam14-747/+60
* a lot of small patches and fixes
2012-07-05more PKGREV bumps for gnutls updatedrochner2-4/+4
2012-07-04fix botch in patch, fixes amd64 build (PR pkg/46653)drochner2-4/+4
2012-07-03Update to 0.3.1ryoon2-7/+6
Changelog: Overview of changes in gst123-0.3.1: * Added quiet mode (Issue 9). * Ignore image files during playback (Issue 1). * Added keybinding 'n' for 'play next file'.
2012-07-03Always return value in non-void functions. Default arguments in typedefsjoerg9-3/+160
are invalid. Be explicit about argument sizes of assembler ops.
2012-07-02update to 2.0.2drochner4-34/+8
changes: -bugfixes -feature improvements for OSX
2012-07-02update to 0.7.13drochner3-9/+9
changes: bugfixes
2012-07-02update to 1.2.2drochner5-25/+64
changes: -YUV conversion optimisation -support for FLAC in Matroska -support for BMP -bugfixes
2012-07-02Revbump after updating boostadam3-5/+6
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland8-16/+24
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01Remove references to xine_trick_mode(), which was not actually useddholland4-5/+49
here and got removed from xine-lib. While here, add desktopdb.mk and set BUILDLINK_DEPMETHOD.libXt correctly. PKGREVISION -> 10.
2012-06-25Fix build with Clang.joerg2-1/+15
2012-06-25Fix build with modular Xorg.joerg1-1/+2
2012-06-23fixes build with PHP-5.4.obache2-1/+28
patch taken from MacPorts via upstream Issue tracker: https://github.com/libming/libming/issues/9
2012-06-21Mark this NOT_FOR netbsd-5, as netbsd-5 doesn't have dtvio.h.dholland1-1/+5
2012-06-18Remove PHP 5.2.x supporting code.taca1-7/+1
2012-06-16Ryosuke Moro reports in PR 46605 that gmplayer now looks for its skinswiz2-569/+569
somewhere else. Adapt it. Bump PKGREVISION.
2012-06-16Improve chmod logic for skins; fixes a permissions failure I ran intodholland1-3/+2
after the update.
2012-06-16Update to KDE SC 4.8.4markd2-6/+5
Bug fixes.
2012-06-15Add a workaround so this builds again on NetBSD.wiz2-1/+27
Might make the Darwin situation worse, but at least the build error will be later now there as well.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd84-150/+168
2012-06-14regen (for adding comments to patches)wiz1-10/+8
2012-06-11Remove another obsolete patch (x264 has been new enough for quite some time)wiz2-20/+1
2012-06-11Remove obsolete patch (same code is a bit lower in the same file)wiz2-18/+1
for security problem from 2009.
2012-06-11Add comments to patches. From Leonardo Taccari in private mail.wiz8-28/+38
XXX: patch-ae and patch-sub_osd.c (OS X support) need to reviewed if they are still needed. The same holds for patch-ve_x264
2012-06-11Update mplayer packages to 1.1, provided by Leonardo Taccari in PR 46566.wiz22-411/+1010
Pkgsrc changes: * Fix some pkglint(1) warnings (no functional changes intended) * Modified options.mk in order to always enable or disable a PKG_SUPPORTED_OPTION (for more information please give a look to the second "Note" of options.mk) * Removed the mplayer-internal-faad PKG_SUPPORTED_OPTION, now faad support is only enabled via audio/faad2. * Changed MASTER_SITES, now MPlayer distfile is fetched directly from its mirror. MPlayer changes: 1.1: "We gave up on 1.0" Decoders: * FFmpeg AAC decoder is now preferred over libfaad2 and the internal libfaad2 forked copy has been removed in its favor Demuxers: * experimental support for using binary Quicktime codecs with -demuxer lavf. * correct runtime and average bitrate for VBR (variable bitrate) MP3 Filters: * delogo: allow to change the rectangle based on the time. * lavfi: libavfilter filter graphs (experimental). Other: * support adding noise at output resolution with -vo gl:noise-strength=8 * experimental support for OpenGL ES 1.0 in -vo gl * support for PGS (BluRay-compatible), DVB and XSUB subtitles. * af_cmdline slave command to change e.g. audio equalizer options at runtime. * vo x11: don't hide or show cursor any more if attached to an existing window (-wid) * try reconnecting network streams e.g. after network timeouts * lots of bug fixes as always (and surely a few new bugs, too :-( ) GUI: Support for the GUI continues. * numerous fixes, improvements and updates * UTF-8 support * all skin messages available as slave commands (gui <message>) * fancy new icon Ports: * Wine (see DOCS/tech/crosscompile.txt) MEncoder: * -force-key-frames option to set explicit seek points. MPlayer (1.0) rc4: "Yes We Can" GUI: Changes towards removing the GUI * The GUI will no longer display any error or warning messages. * Special GUI slave commands (gui_*) were removed, along with the related key bindings. Decoders: * YUY2 Lossless Codec (YLC0) via binary DLL * Truemotion RT codec (TR20) via binary DLL * Nogantech Codec (NTN1 and NTN2) via binary DLL * add new FourCCs (m1v1, yuvs, VYUY, Y42B, V422, YUNV, UYNV, UYNY, uyv1, 2Vu1, P422, HDYC, IJLV, MVJP) TwoCCs (0xA106, 0x6c75, 0xAAC0, 0x55005354) to existing decoders * AMR now handled via OpenCORE decoder * updated Windows Media Screen Codec (MSS1, MSS2) via binary DLL * CoreAVC H.264 decoder via binary DLL (Windows only) * Kega Game video codec (KGV1) via binary DLL * SoftLab-NSK Forward MPEG-2 I-frames (SLIF) via binary DLL * JPEG 2000 support via OpenJPEG * internal liba52 copy removed * CineForm HD (CFHD) via binary DLL * VP8 en-/decoding through libvpx wrapper and native decoder in FFmpeg * support for external libmpeg2 added * hardware MPEG decoder priority lowered * external libmpg123 support Demuxers: * Mostly fixed timing issues with some H.264 (PAFF) samples * Matroska and Ogg demuxers switched to use libavformat by default. Report issues and use -demuxer ogg and -demuxer mkv to work around them. * support for TrueHD in Blu-ray streams in libmpdemux * more Blu-ray codec support with lavf * fix length in ASF/WMV files * support ISDB-Tb DVB streams Filters: * remove vf_yuy2, functionality is replaced by -vf format=yuv2 * remove vf_rgb2bgr, functionality is replaced by sws and vf_format Streaming: * Support for unencrypted Blu-ray playback through libbluray. Use it through: mplayer br:////path/to/disc Drivers: * -vo yuv4mpeg:interlaced no longer does its own interlaced RGB->YUV conversion. Use -vf scale=::1 to keep the same behavior and report if there are any issues with that. * X11: Window manager chooses Window position by default. Add geometry=50%:50% to your configuration to get the old behavior. * -vo md5sum md5 calculation changed so output matches FFmpeg's -f framemd5 * Support for more formats in OpenGL video output drivers (different YUV subsampling, 16 bit per component) * Selectable YUV to RGB conversion standard for -vo gl (-vo gl:colorspace=...:levelconv=...) * -vo gl now tries to use yuv=2 by default if possible * -vo gl:stereo=... for experimental stereo (3D) support * -vo matrixview finally added * add OS/2 KAI audio driver (-ao kai) Other: * -nosub option for disabling auto-selected subtitles * support for displaying subs in the terminal (FIXME) * support for subtitles with audio-only files * support for right-to-left languages with embedded subtitles * support for UTF-16 encoded external subtitles * support for 8 channel audio * sync dvd:// and dvdnav:// features * support for MPEG-4 ASP in VDPAU video output (non-B-frame only) * support for live and non-live DVB teletext with demuxer lavf * -name, -title and -use-filename-title options for MPlayer * support for stream handling via FFmpeg, in particular RTMP and RTSP (use e.g. ffmpeg://http://example.com/test) * experimental support for external libass, configure with --disable-ass-internal * better support for 16-bit-per-component formats and formats with alpha channel * better out-of-the-box support for compiling for ARM, IA64, MinGW32 and MinGW-w64, MinGW has ASLR enabled with recent enough binutils * libdvdcss synced with upstream Subversion snapshot MEncoder: * add -tsprog for demuxer lavf
2012-06-11Update adobe-flas-plugin11 to 11.2.202.236 for APSB12-14.obache2-6/+6
2012-06-11Update adobe-flas-plugin10.1 to 10.3.183.20 for APSB12-14.obache2-6/+6
2012-05-22Update to 1.1.0ryoon4-24/+22
* Tested with devel/xulrunner and www/firefox 12.0 on NetBSD/i386 6.99.7 Changelog: 2012-05-09 v1.1.0 "Eider" This introduces a number of enhancements, mostly focused on real-time encoding. In addition, it fixes a decoder bug (first introduced in Duclair) so all users of that release are encouraged to upgrade. - Upgrading: This release is ABI and API compatible with Duclair (v1.0.0). Users of older releases should refer to the Upgrading notes in this document for that release. This release introduces a new temporal denoiser, controlled by the VP8E_SET_NOISE_SENSITIVITY control. The temporal denoiser does not currently take a strength parameter, so the control is effectively a boolean - zero (off) or non-zero (on). For compatibility with existing applications, the values accepted are the same as those for the spatial denoiser (0-6). The temporal denoiser is enabled by default, and the older spatial denoiser may be restored by configuring with --disable-temporal-denoising. The temporal denoiser is more computationally intensive than the spatial one. This release removes support for a legacy, decode only API that was supported, but deprecated, at the initial release of libvpx (v0.9.0). This is not expected to have any impact. If you are impacted, you can apply a reversion to commit 2bf8fb58 locally. Please update to the latest libvpx API if you are affected. - Enhancements: Adds a motion compensated temporal denoiser to the encoder, which gives higher quality than the older spatial denoiser. (See above for notes on upgrading). In addition, support for new compilers and platforms were added, including: improved support for XCode Android x86 NDK build OS/2 support SunCC support Changing resolution with vpx_codec_enc_config_set() is now supported. Previously, reinitializing the codec was required to change the input resolution. The vpxenc application has initial support for producing multiple encodes from the same input in one call. Resizing is not yet supported, but varying other codec parameters is. Use -- to delineate output streams. Options persist from one stream to the next. Also, the vpxenc application will now use a keyframe interval of 5 seconds by default. Use the --kf-max-dist option to override. - Speed: Decoder performance improved 2.5% versus Duclair. Encoder speed is consistent with Duclair for most material. Two pass encoding of slideshow-like material will see significant improvements. Large realtime encoding speed gains at a small quality expense are possible by configuring the on-the-fly bitpacking experiment with --enable-onthefly-bitpacking. Realtime encoder can be up to 13% faster (ARM) depending on the number of threads and bitrate settings. This technique sees constant gain over the 5-16 speed range. For VC style input the loss seen is up to 0.2dB. See commit 52cf4dca for further details. - Quality: On the whole, quality is consistent with the Duclair release. Some tweaks: Reduced blockiness in easy sections by applying a penalty to intra modes. Improved quality of static sections (like slideshows) with two pass encoding. Improved keyframe sizing with multiple temporal layers - Bug Fixes: Corrected alt-ref contribution to frame rate for visible updates to the alt-ref buffer. This affected applications making manual usage of the frame reference flags, or temporal layers. Additional constraints were added to disable multi-frame quality enhancement (MFQE) in sections of the frame where there is motion. (#392) Fixed corruption issues when vpx_codec_enc_config_set() was called with spatial resampling enabled. Fixed a decoder error introduced in Duclair where the segmentation map was not being reinitialized on keyframes (#378)
2012-05-22Fix linkage of OSS module. Bump revision.joerg3-3/+17
2012-05-18multimedia/xine-lib: Fix for DragonFly-*-i386marino2-1/+17
2012-05-14Add a Linux only PLIST.sbd2-2/+7
Bump PKGREVISION.
2012-05-12treat for the case PKG_PHP_VERSION=52obache1-2/+2
2012-05-12set HOMEPAGE url.obache1-1/+2
2012-05-12Update HOMEPAGE url.obache1-2/+2
2012-05-12Switch to use ming distribution's one, instead of PHP distribution bundled one.obache2-4/+133
This extension is no longer bundled with PHP as of PHP 5.3.0, so this change let to allow php53. For php5(52), set PECL_LEGACY_VERSION_SCHEME=yes to avoid version downgrade.
2012-05-12define MING_VERSION and EXTRACT_SUFX here for upcomming php-ming update.obache1-2/+5
2012-05-12reset PKGREVISION from base pkg update.obache1-2/+1
2012-05-12Update ming to 0.4.4.obache7-69/+49
0.4.4 - 2011-10-26 * Generally improve swftoscript and decompiler * Change makefdb to name output files by font ID, to play nicer with swftoscript. * Add support for 'class A extends B' syntax in actioncompiler * Fix bug in 'makeswf' failing to catch some compile errors (bugzilla #94) and being too silent in swf embedding errors * Fix bug in action compiler dealing with class methods (bugzilla #94) * Add support for libpng > 1.4 (bugzilla #96) * Add font kernings support (bugzilla #95) * Add button characters export capabilities * Add support for 'swfAction <code>' syntax in asm blocks
2012-05-09Update adobe-flash-plugin10.1 to 10.3.183.19, to resolve APSB12-09.obache2-6/+6
2012-05-09Update adobe-flash-plugin11 to 11.2.202.235, for resolve APSB12-09.obache2-6/+6
2012-05-07glib2 build fixes for gst-plugins0.10-spc.dholland3-1/+34
2012-05-07Set BUILDLINK_API_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland25-50/+50
It turns out there were a lot of these.
2012-05-07Build fix for latest glib2.dholland2-1/+17
2012-05-06Needs desktopdb.mk. PKGREVISION -> 1dholland1-1/+3
2012-05-06Build fix for newest glib2.dholland2-1/+17
2012-05-06Build fixes for new glib2.dholland4-5/+48
2012-05-04Don't use the integrated assembler with LLVM for now, too much ambigiousjoerg1-1/+7
assembler usage on x86.
2012-05-03Changes 5.0.1:adam2-7/+7
* build system: Updated the Debian/Ubuntu files to debhelper v7/quilt 3.0 format. * mkvmerge: enhancement: Implemented support for yet another way of storing EAC3 and DTS in MPEG transport streams. * mkvinfo: bug fix: Track information was not reset when opening more than one file in the GUI. * mkvmerge: bug fix: The PGS subtitle output module was not outputting any packet in certain cases due to uninitialized variables. * mkvmerge: bug fix: Fixed mkvmerge not finding any track in TS streams whose first PMT packet could not be parsed (e.g. invalid CRC). * mkvmerge: bug fix: Fixed detection of TS streams that only contain one PAT or PMT packet within the first few KB but no others within the first 10 MB.