summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
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.
2008-05-30update to 0.10.8drochner4-20/+14
changes: -ASF demuxer fixes -MP3 parsing and Xing header output bug-fixes -Real streaming and demuxing improvements
2008-05-26normalize time argument to pthread_cond_timedwait(), otherwise NetBSD'sdrochner3-3/+19
libpthread complains (happened if one jumped forth and back in a DVD) bump PKGREVISION
2008-05-26Needs c in USE_LANGUAGES for endian detection in configure script.wiz1-2/+2
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Reset maintainer on his request.wiz3-6/+6
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2008-05-25Yet another try to fix PR pkg/38733tonio3-9/+15
Use the __DARWIN_64_BIT_INO_T from sys/cdefs.h on darwin
2008-05-24Fix PLIST. Bump PKGREVISION.wiz2-4/+6
2008-05-24Fixing build for MacOSX 10.5, using __DARWIN_STRUCT_STAT64 to detect if stat64tonio3-7/+7
is available. This should fix PR pkg/38721
2008-05-23Fixes checksum for patch-aj: checksum for patches is sensible to comments.tonio1-2/+2
Fixes PR pkg/38731
2008-05-22ffmpeg-devel/buildlink3.mk was fixed, remove superfluous includes.wiz1-9/+1
2008-05-21Fix build for Darwintonio4-13/+34
- use the same work around for mntent.h as for NetBSD and DragonFly - deactivate oss output for Darwin This fixes PR pkg/38721
2008-05-20Fix PLIST breakage with native X11 introduced in rev 1.48.tnn1-2/+4
2008-05-19Add patches for CVE-2008-1558 for gmplayertonnerre2-3/+5
2008-05-19add a CONFLICTS line for ffmpeg-[0-9]*abs1-1/+3