summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2008-08-27Update to KDE 3.5.10markd1-4/+4
minor bugfixes
2008-08-26fix build w/o lzodrochner2-1/+32
2008-08-26update to 1.1.15drochner3-12/+10
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.
2008-08-24Uses xmkmf in configure script; USE_TOOLS+=xmkmf.dholland1-2/+2
Noted by Hasso Tepper in PR 39286.
2008-08-21Add faac option (disabled by defaultabs1-2/+7
2008-08-10At least the esound support requires pkg-config, so pull it in.joerg1-1/+5
2008-08-07update to 1.0.6drochner4-12/+47
changes: does not longer require LZOv1 (this was broken in pkgsrc since archivers/lzo is v2)
2008-08-07update to 0.5.1drochner4-25/+24
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).
2008-08-06update to 0.10.8drochner3-9/+10
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
2008-08-06update to 0.10.9drochner5-9/+28
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
2008-08-06prepare for addition of a "gio" plugin pkgdrochner2-2/+4
(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)
2008-07-30I missed this change in my previous commit. Should build OK on PPC now.ahoka2-1/+15
2008-07-30Include altivec.h on NetBSD/ppc. This will unbreak the build for thatahoka7-1/+85
platform. Closes PR pkg/38470.
2008-07-29Rearrange how libXv and libXvMC are probed in order to work properly ondholland2-15/+14
systems with libXvMC.so but no libXvMCW.so. Also add missing dependence on libX11. Thus, PKGREVISION++.
2008-07-27The package supports installation to DESTDIR.heinz1-2/+4
2008-07-21Add libXvMC so the XvMC plugin is built and installed.dholland3-3/+20
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.
2008-07-20add UDFFindFile to exported symbol setdbj5-2/+47
2008-07-17update to 1.1.14drochner3-14/+14
changes: -adds Xv port & type selection -improved content type detection for HTTP streams -some DVB and V4L improvements -DVB audio bug fixed
2008-07-15update to 0.10.12drochner2-6/+6
changes: Build fixes make gst.Fraction do simplification like GstFraction does in C Wrap gst_type_find_register Various bug-fixes
2008-07-15update to 0.10.20drochner3-8/+99
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
2008-07-15update to 0.10.20drochner3-9/+27
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
2008-07-14Mark as destdir ready.joerg15-15/+44
2008-07-10Fix compilation on Solaris, which lacks isinfinite as reported byjoerg2-1/+15
Daniel Vergien.
2008-07-10Fix build on Solaris: install -d must be called with only one directory.joerg2-16/+20
2008-07-07Update to 0.8.3nb2abs3-3/+28
- 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-07-04Also mention the sysctl for NetBSD current.joerg1-1/+4
2008-07-03Fix vlc wav handling heap overflow. A specially crafted .WAV file couldtonnerre3-3/+47
be used to achieve that with an overly large fmt chunk. (CVE-2008-2430)
2008-06-28Fix installation for kde plugin.wiz1-1/+11
Noted by Mihai Chelaru.
2008-06-26Add a patch to fix typo, it breaks build with some DragonFly releases.obache2-1/+15
Based on patch submitted by Hasso Tepper in PR 38818.
2008-06-24Don't pull in bsd.options.mk if we don't define PKG_SUPPORTED_OPTIONS,jmcneill1-4/+3
fixes build on non-i386.
2008-06-22Update to 0.8.3nb1:wiz3-2/+17
Add patch provided by Kouichirou Hiratsuka in PR 39015 to fix segfaults.
2008-06-22Update to 0.8.3:wiz5-19/+71
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)
2008-06-22Update distinfo.taca1-2/+2
2008-06-21update to 1.1.13drochner6-40/+20
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
2008-06-21Disable building documentation if Doxygen/LaTeX are present. Speeds updsainty1-1/+3
the build, but more importantly, allows the build to complete should there be odd LaTeX/unicode issues floating about.
2008-06-21make this build on DragonFly, from Hasso Tepper per PR pkg/38997drochner3-7/+7
2008-06-20Add DESTDIR support.joerg36-56/+115
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca4-21/+40
Bump PKGREVISION.
2008-06-16Fix installation. Add DESTDIR.joerg1-2/+6
2008-06-16Fix DESTDIR.joerg1-2/+2
2008-06-14Then disable certainly otherwise.obache1-1/+3
2008-06-14Try to regist Linux framebuffer support modules if available.obache2-3/+8
Part of PR 37581.
2008-06-12Add DESTDIR support.joerg10-20/+34
2008-06-12Ming module included in PHP4 does not compatible with Ming 0.3.obache1-1/+3
2008-06-11Fix typo in PLIST.obache1-2/+2
Noticed by Hasso Tepper in PR 38901.
2008-06-04Explicitly disable arts support so that it doesn't find and try to usemarkd1-1/+3
it if its installed.
2008-06-02make it build on DragonFly/FreeBSD, from Hasso Tepper per PR pkg/38821,drochner2-1/+15
slightly modified by me
2008-06-01set USE_LANGUAGES=c PKG_DESTDIR_SUPPORT=user-destdirabs1-4/+6
2008-06-01update to dvdrip-0.98.8nb2abs1-6/+11
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
2008-05-31Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38805.