/*************************************************************************** (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International Business Machines Corporation and Siemens Rolm Communications Inc. For purposes of this license notice, the term Licensors shall mean, collectively, Apple Computer, Inc., AT&T Corp., International Business Machines Corporation and Siemens Rolm Communications Inc. The term Licensor shall mean any of the Licensors. Subject to acceptance of the following conditions, permission is hereby granted by Licensors without the need for written agreement and without license or royalty fees, to use, copy, modify and distribute this software for any purpose. The above copyright notice and the following four paragraphs must be reproduced in all copies of this software and any software including this software. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS AND NO LICENSOR SHALL HAVE ANY OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR MODIFICATIONS. IN NO EVENT SHALL ANY LICENSOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. EACH LICENSOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF NONINFRINGEMENT OR THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The software is provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the government are subject to restrictions set forth in DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. ***************************************************************************/ #ifndef __VCC_H__ #define __VCC_H__ 1 #include "vobject.h" #if defined(__CPLUSPLUS__) || defined(__cplusplus) extern "C" { #endif typedef void (*MimeErrorHandler)(char *); extern DLLEXPORT(void) registerMimeErrorHandler(MimeErrorHandler); extern DLLEXPORT(VObject*) Parse_MIME(const char *input, unsigned long len); extern DLLEXPORT(VObject*) Parse_MIME_FromFileName(char* fname); /* NOTE regarding Parse_MIME_FromFile The function above, Parse_MIME_FromFile, comes in two flavors, neither of which is exported from the DLL. Each version takes a CFile or FILE* as a parameter, neither of which can be passed across a DLL interface (at least that is my experience). If you are linking this code into your build directly then you may find them a more convenient API that the other flavors that take a file name. If you use them with the DLL LIB you will get a link error. */ #if INCLUDEMFC extern VObject* Parse_MIME_FromFile(CFile *file); #else extern VObject* Parse_MIME_FromFile(FILE *file); #endif #if defined(__CPLUSPLUS__) || defined(__cplusplus) } #endif #endif /* __VCC_H__ */ les/node-fetch-2.6.1'>dependabot/npm_and_yarn/devel/electron6/files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Mark for depreciation, since unmaintained, failing to work with currentgerald2009-02-221-0/+3
* - Chase audio/faad shlib bumpmiwi2009-02-2110-16/+16
* Use my @FreeBSD.org email for the rest of my portsmakc2009-02-211-1/+1
* - Update to 0.12.3miwi2009-02-213-18/+8
* Update to 2.24.4.kwm2009-02-215-9/+22
* - Update to 0.2.3beech2009-02-213-5/+5
* - Update to 2.0.1miwi2009-02-2110-708/+777
* - Update to 0.7.2miwi2009-02-2118-330/+159
* Correct copy past bug in the plist for the spc plugin.kwm2009-02-201-2/+2
* Update to 0.10.1.kwm2009-02-203-48/+138
* - Make IPv6 and OpenGL optional but turn them on by default[1].jkim2009-02-203-27/+89
* - Dirty fix the build, sorry for the breakage.lwhsu2009-02-201-1/+2
* - Pass the maintainership to Toni Gundogdu (legatvs@gmail.com) as required vi...nivit2009-02-192-2/+2
* Mark as ignore on sparc64: invokes i386 asm.linimon2009-02-181-0/+4
* - Mark BROKEN: does not packagepav2009-02-181-0/+2
* - Update to 0.2.2beech2009-02-163-14/+15
* - add LICENSE:dinoex2009-02-161-0/+2
* - set NO_CDROMdinoex2009-02-161-0/+1
* clive-utils contains additional utilities that can be used together withmiwi2009-02-154-0/+81
* Update to 0.10.23ahze2009-02-152-7/+5
* Update PyQt4 ports to 4.4.4, new ports:makc2009-02-155-0/+110
* - Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tclmm2009-02-141-2/+2
* - Update to 2.4.2lwhsu2009-02-143-33/+39
* - Update to 0.4.5lwhsu2009-02-143-10/+14
* - Update to 0.11.0amiwi2009-02-143-8/+39
* - Fix install and plistbeech2009-02-122-2/+8
* - Add xulrunner to USE_GECKO within WITH_VLC_MOZILLA_PLUGINbeech2009-02-121-2/+3
* - Update to 0.13.1nivit2009-02-123-146/+150
* - Chase textproc/py-enchant updatenivit2009-02-121-1/+1
* - Update ImageMagick to 6.4.9.2mm2009-02-115-10/+11
* - Update to 4.1.3pav2009-02-116-24/+66
* - Chase libdvdread updatepav2009-02-101-1/+2
* - Update to 2.1.14nivit2009-02-102-4/+4
* cclive is a command line video extraction utility similar to clive butnivit2009-02-105-0/+92
* bump PORTREVISIONmakc2009-02-091-0/+1
* Add missing patch to fix gstreamer backend (noticed by beech)makc2009-02-091-0/+29
* Remove patch that is no longer needed.rnoland2009-02-091-15/+0
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-098-101/+77
* Replace libdvdread with the version maintained by the mplayer grouprnoland2009-02-0930-101/+297
* - Fix value of USE_PERL5 variable (2.5.8 -> 5.8.2)nivit2009-02-081-1/+1
* - Connect multimedia/clive1 to the ports treenivit2009-02-081-0/+1
* - Update to 2.1.5 (the program now depends on Perl instead of Python)nivit2009-02-084-133/+39
* 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-0465-2808/+0
* - Update to 1.8.3beech2009-02-0217-522/+1844
* Update to 1.3.3.pb2009-02-013-4/+7
* Fix some portlint warnings.pb2009-02-011-2/+2
* The Kaa Media Repository is a set of python modules related tobeech2009-01-315-0/+240
* The Kaa Media Repository is a set of python modules related tobeech2009-01-315-0/+65
* The Kaa Media Repository is a set of python modules related tobeech2009-01-317-0/+238
* - Remove patch that was integrated upstreampav2009-01-311-12/+0
* - Chase the download location around Sourceforge and switch to a newer tarballpav2009-01-312-6/+5
* Add m4 to build depends to fix package build.kwm2009-01-301-1/+2
* Add new port multimedia/kdenlive.makc2009-01-305-0/+215
* Add new port multimedia/mlt++.makc2009-01-305-0/+75
* Add new port multimedia/mlt.makc2009-01-306-0/+394
* This one slipped though the cracks, also fix plist here after the recent update.kwm2009-01-291-0/+2
* Add build depend on p5-XML-Parser to fix the build.kwm2009-01-281-0/+1
* Fix packaging for plugins.kwm2009-01-286-14/+37
* Fix packaging for plugins.kwm2009-01-282-1/+17
* Chase libepc lib bump.kwm2009-01-281-2/+2
* Update to 0.10.6.kwm2009-01-284-9/+21
* Update to 0.10.10.kwm2009-01-282-5/+4
* Update to 0.10.14.kwm2009-01-283-7/+15
* Update to 0.10.10.kwm2009-01-286-7/+9
* Update to 0.10.10.kwm2009-01-2810-57/+55
* Update to 0.10.13.kwm2009-01-287-8/+8
* Update to 0.10.22.kwm2009-01-283-26/+17
* - check m4 is installed unconditionallypav2009-01-282-1/+2
* Update to 0.10.22ahze2009-01-263-10/+11
* Enable libxcb support by default since libX11 depends on libxcb unconditionally.nobutaka2009-01-252-12/+3
* - Unhook remove vlc-develpav2009-01-241-1/+0
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-2411-17/+18
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-2/+2
* Turn over maintainership to mono@.flz2009-01-231-1/+1
* - Mark BROKEN on amd64/7: segfaults during buildpav2009-01-221-0/+4
* Update multimedia/banshee to 1.4.2.flz2009-01-213-4/+7
* Depend on gmake to fix the build.kwm2009-01-211-0/+1
* - Update to 1.8pav2009-01-214-169/+60
* Disconnect clive1 again until it can be changed from cliveerwin2009-01-201-1/+0
* - Send to atticbeech2009-01-207-1019/+0
* - Update to 0.9.8a3 (merged from -devel)beech2009-01-208-217/+140
* - Connect clive1 to the ports treenivit2009-01-201-0/+1
* Update to 0.9.8.kwm2009-01-192-4/+4
* - Mark BROKEN on FreeBSD 6.xpav2009-01-191-1/+7
* - Add USE_QT_VER=4pav2009-01-181-0/+1
* - Update to 0.30.0pav2009-01-183-30/+189
* - add LICENSE:dinoex2009-01-172-0/+4
* Set sample rate when resuming playback. This fixes AC3/DTS passthroughnaddy2009-01-162-1/+19
* MPEG TS/PS/ES Transport, Program and Elementary Stream toolsmiwi2009-01-165-0/+92
* DVBsnoop is an analyzer for DVB broadcast streams / MPEG transportmiwi2009-01-167-0/+515
* - Fix FFmpeg libavformat "str_read_packet()" Buffer Overflowmiwi2009-01-162-1/+53
* Update to 0.23.anders2009-01-162-4/+4
* - Hook new ports mythtv-frontend and mythtv-themes into the build.glarkin2009-01-161-0/+2
* These are the official MythTV Themes for your PVR.glarkin2009-01-164-0/+818
* MythTV is a "Personal Video Recorder", i.e. a computer-based videoglarkin2009-01-1617-0/+1122
* - Add missing QT4 dependencymiwi2009-01-151-0/+2
* - Change RESTRICTED to NO_PACKAGE; this way MPlayer distfile can be mirroredpav2009-01-151-1/+1
* - Update to 0.12.2miwi2009-01-143-24/+4
* kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in...makc2009-01-143-7/+15
* kde@freebsd team is pleased to announce the update for Qt4 ports.makc2009-01-144-9/+16
* Update to 2.24.3.marcus2009-01-133-4/+10
* Change "--with-quicktime" to "--enable-quicktime" as required by the configurestefan2009-01-111-1/+1
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-1020-171/+233
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foomezz2009-01-1010-60/+80
* - USE_PYTHONDISTUTILS is nothing, removepav2009-01-091-1/+0
* - fix dependenciesdinoex2009-01-091-1/+1
* - USE_GZIP does not need to be defined last few yearspav2009-01-091-1/+0
* - Fix typo USE_PERL5-RUN -> USE_PERL5_RUNpav2009-01-091-1/+2
* - Update to 0.6.6miwi2009-01-082-4/+4
* - Bump really PORTREVISIONmiwi2009-01-071-1/+1
* - Remove empty pkg-plist filepav2009-01-071-1/+0
* Fix PORTREVISION after OpenLDAP bump.marcus2009-01-071-1/+1
* - Use additional configure arguments that fix a build problem in ports/128085miwi2009-01-074-3/+59
* - Bump PORTREVISION due to share library version bump in security/libgcryptrafan2009-01-061-1/+1
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-0615-98/+4
* Bump PORTREVISION's after OpenLDAP update.delphij2009-01-0612-9/+12
* - Update maintainer mailmiwi2009-01-061-1/+1
* - Update address of my distfile mirroramdmi32009-01-061-1/+1
* - Update to 0.8.9amdmi32009-01-053-5/+6
* Unbreak by depending on libopenspc instead of OpenSPC.kwm2009-01-011-1/+1
* glarkin is working on an update, so give expiration a longer grace period.linimon2009-01-011-1/+1
* CATEGORIES+= python for py- ports missing itpgollucci2008-12-281-1/+1
* Clutter-GStreamer (clutter-gst) is an integration library for using GStreamermiwi2008-12-275-0/+81
* Allow PCM to be an available mixer track.marcus2008-12-252-1/+12
* - Hook handbrake back into buildbeech2008-12-221-0/+1
* - Fix faad dependbeech2008-12-222-35/+35
* - Update to 1.0.2nivit2008-12-228-20/+56
* - Update to 1.1.0:amdmi32008-12-224-4/+7
* - Update to 1.0.2amdmi32008-12-223-6/+7
* - Update to 1.2.1wxs2008-12-213-17/+5
* - Set for expiration in one month: has been broken for more than 6 monthspav2008-12-202-0/+4
* - Mark BROKEN: bad plistpav2008-12-201-0/+2
* Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2008-12-183-3/+3
* - Unhook handbrake from build (until fixed)beech2008-12-181-1/+0
* - Update to 0.9.3beech2008-12-1814-515/+155
* - Update to 0.14.0wxs2008-12-173-4/+8
* - Update to 0.6amdmi32008-12-144-334/+25
* Mark as broken on sparc64.linimon2008-12-103-2/+18
* Upgrade to 1.2.8.thierry2008-12-092-4/+4
* 2008-09-19 japanese/escpf: Has been broken for more than 6 monthsmiwi2008-12-086-550/+0
* - Update to 0.9.8amiwi2008-12-072-4/+4
* - Add categories to xmms.desktop.inbeech2008-12-051-0/+1
* - Removed buggy patch-main.cbeech2008-12-042-98/+1
* - Add xmms.desktop filebeech2008-12-033-3/+18
* - Update to 0.7.7.8miwi2008-12-022-4/+4
* - Add patch to enable shift-V (stop-fade out) feature.beech2008-11-271-0/+97
* This is a work-in-progress replacement for MultimediaKit. It currently onlydinoex2008-11-255-0/+69
* - Update to 0.5.2miwi2008-11-223-8/+14
* - Unbreaklme2008-11-221-7/+2
* Mark broken since it doesn't fetchitetcu2008-11-211-0/+2
* - use DOCSDIRitetcu2008-11-212-6/+7
* Install localization messagge files.delphij2008-11-192-1/+17
* Fix graphics/ImageMagick LIB_DEPENDS.miwi2008-11-161-2/+2
* - Fix conflicting WITH_SKINS + WITHOUT_QT4miwi2008-11-161-2/+2
* - Update to 0.1.18miwi2008-11-163-7/+12
* - Update to 0.6.5miwi2008-11-162-4/+4
* Update multimedia/banshee to 1.4.1.flz2008-11-114-24/+23
* Update multimedia/banshee to 1.4.0.1.flz2008-11-105-6/+150
* - Update to 0.8.7miwi2008-11-103-4/+5
* - Add USE_LDCONFIGamdmi32008-11-101-0/+2
* - Add support for gmerlinamdmi32008-11-102-20/+39
* - Update to 0.9.6miwi2008-11-102-5/+4
* Fix a stack overflow vulnerability while parsing malformed cue files.miwi2008-11-102-1/+112
* Gmerlin is a multimedia framework, which allows you to quicklyamdmi32008-11-095-0/+538
* Use PYTHON_CMD with the -m flag to run compileall (avoid referencing PYTHON_S...olgeni2008-11-092-1/+8
* Gmerlin_avdecoder is a general purpose media decoding library. Itamdmi32008-11-086-0/+242
* Update to 0.9.5, pass maintainership to submittermakc2008-11-033-23/+8
* Update to 0.13.1wxs2008-11-032-4/+4
* Update multimedia/banshee to 1.3.3.flz2008-10-275-74/+18
* - Fix plistmiwi2008-10-261-1/+0
* - Update to 0.6.4miwi2008-10-264-21/+27
* Unbreak build of KDE4.nobutaka2008-10-252-0/+12
* - Update to 0.8.5miwi2008-10-243-6/+13
* Fix maintainer email address.marcus2008-10-221-1/+1
* * Remove the no longer used SLP supportmarcus2008-10-222-11/+2
* Fix crash when listening to radio and pidgin-musictrackerflz2008-10-202-1/+30
* Update LIBXINE_VER to fix build error with current version of libxine.nobutaka2008-10-201-1/+1
* Update to 1.1.15.nobutaka2008-10-192-5/+5
* - Update to 1.4miwi2008-10-192-4/+4
* Remove unnecessary patch.anders2008-10-191-11/+0
* Add ffmpeg2theora, a command-line tool to convert many kinds of mediaanders2008-10-194-0/+37
* Add libkate, codec for karaoke and text encapsulation for Ogg.anders2008-10-197-0/+204
* - update to 0.22leeym2008-10-183-15/+31
* Update three ports I maintain.ed2008-10-153-9/+5
* - Fix port to actually use assembly on i386 and amd64, providing up to 4x cod...amdmi32008-10-132-7/+14
* Fix the build when gtk isn't installed.kwm2008-10-131-4/+9
* - Connect kmplayer-kde4miwi2008-10-121-0/+1
* - Update to 0.11.0-RC4miwi2008-10-124-254/+32
* Uptdate to 0.9.7ahze2008-10-123-5/+9
* - Update to 0.13.0miwi2008-10-112-4/+4
* - Add dependencies on Xorg libs and corresponding OPTIONSamdmi32008-10-111-5/+35
* - Update to 2.1.11nivit2008-10-113-9/+8
* Update to 0.10.21.kwm2008-10-105-7/+14
* Update to 0.10.21.kwm2008-10-103-6/+7
* - Update to 1.0.2:amdmi32008-10-093-17/+16
* - Fix configure.in so it can get PACKAGE_VERSION/PACKAGE_NAME correctlyrafan2008-10-072-4/+5
* - update to 0.21leeym2008-10-063-21/+7
* - update to 0.20leeym2008-10-042-7/+13
* - Fix a vulnerability which could result in arbitrary code executionmiwi2008-10-022-1/+29
* cx88 provides drivers for TV/radio capture cards based onamdmi32008-10-025-0/+76
* libtuner provides userspace drivers and support routines foramdmi32008-10-015-0/+52
* o Use /dev/acd0 instead of /dev/acd0c as the default DVD device.lioux2008-09-301-2/+2
* - Remove NLS option (causes build problems)beech2008-09-30