summaryrefslogtreecommitdiff
path: root/mbone/vic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite virtual function pointer code so it can compile with EGCS on myRoger Hardiman1999-09-091-26/+92
| | | | | | | | | | | -current machine. Also I fixed the code for grabbing from the X11 desktop in 24 bit colour modes. Previously it gave us a blurred yellow image. Now it can capture the X11 desktop in full 24 bit colour for both XRGB and XBGR Truecolour. Notes: svn path=/head/; revision=21475
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Allow vat & vic to run with tcl8.0.4.Bill Fenner1999-01-101-2/+10
| | | | Notes: svn path=/head/; revision=15952
* Unbreak.Justin M. Seger1998-10-132-9/+16
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13946
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | c++ -O2 -DUSE_SHM -DED_YBITS=4 -DSIGRET=void -I/usr/local/include -I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0 -I/usr/X11R6/include -I./jpeg -I./p64 -I. -o vic inet.o cellb_tables.o tkStripchart.o md5c.o random.o main.o net.o net-ip.o source.o iohandler.o timer.o idlecallback.o media-timer.o session.o session-rtpv1.o session-nv.o session-ivs.o decoder.o decoder-jpeg.o decoder-nv.o decoder-h261.o decoder-h261v1.o decoder-cellb.o device.o grabber.o vw.o Tcl.o Tcl2.o module.o transmitter.o encoder-nv.o encoder-cellb.o encoder-h261.o transcoder-jpeg.o framer-jpeg.o group-ipc.o confbus.o renderer.o renderer-window.o color.o color-true.o color-pseudo.o color-dither.o color-ed.o color-quant.o color-hi.o color-gray.o color-mono.o color-hist.o rgb-converter.o jpeg/jpeg.o p64/p64.o dct.o compositor.o rate-variable.o crypt.o crypt-dull.o grabber-still.o cm0.o cm1.o huffcode.o version.o bv.o ui-ctrlmenu.o ui-main.o ui-resource.o ui-srclist.o ui-stats.o ui-util.o ui-windows.o ui-switcher.o ui-extout.o ui-grabber.o ui-unix.o cf-main.o cf-tm.o cf-confbus.o cf-network.o cf-util.o tkerror.o entry.o tk.o strtol.o strtoul.o grabber-x11.cc grabber-meteor.o grabber-spigot.o -lspigot -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lXext -lX11 -lm grabber-x11.cc: In method `int X11Grabber::X11Grab_Initialize(long unsigned int, int, int)': grabber-x11.cc:627: warning: implicit declaration of function `int VidUtil_DestroyXImage(...)' Notes: svn path=/head/; revision=13932
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* This commit brought to you by the Paddock Bowling Alley.Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12622
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Fix the configure script to not try to build a grabber which is notBill Fenner1998-07-111-0/+10
| | | | | | | included in the vic source. Notes: svn path=/head/; revision=11837
* Fix Luigi's recently committed submission:Bill Fenner1998-06-264-1671/+100
| | | | | | | | | | | - Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files Notes: svn path=/head/; revision=11546
* These patches implement the following features in vic:Jordan K. Hubbard1998-06-242-0/+2041
| | | | | | | | | | | | | | | | | * an x11 grabber similar to the one present in nv. Extremely useful for interactive work (i'd say better than a camera in many cases). * add video controls to the meteor grabber (brightness etc.) * add tuner control when used with the meteor grabber (require a small modification to the kernel to let tuner be controlled via the grabber fd); Submitted by: luigi PR: 6814 Notes: svn path=/head/; revision=11502
* Back out changes to use tcl81.Thomas Gellekum1998-03-172-93/+93
| | | | | | | Suggested by: The Meistersinger Notes: svn path=/head/; revision=10210
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-242-93/+93
| | | | Notes: svn path=/head/; revision=9912
* Add send() kernel bug workaround to vic too.Bill Fenner1998-02-191-0/+117
| | | | Notes: svn path=/head/; revision=9840
* Fix memory leaks.Bill Fenner1998-02-191-0/+96
| | | | Notes: svn path=/head/; revision=9839
* Add BT848 grabber support.Bill Fenner1997-12-191-0/+725
| | | | | | | Submitted by: Amancio Hasty <hasty@rah.star-gate.com> Notes: svn path=/head/; revision=9131
* Make port work with tcl/tk 8.0Bill Fenner1997-09-114-208/+1386
| | | | Notes: svn path=/head/; revision=7856
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-4/+4
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* imm, nv and vic are moved to mbones/. Repository copy is alreadySatoshi Asami1996-11-071-2/+2
| | | | | | | done, this is change to CATEGORIES line only. Notes: svn path=/head/; revision=4334
* Install manpage in /usr/X11R6/man/man1, not /usr/X11R6/man.Satoshi Asami1996-11-071-0/+11
| | | | Notes: svn path=/head/; revision=4330
* Find the tcl library files in /usr/libdata/tcl .Bill Fenner1996-11-071-11/+21
| | | | Notes: svn path=/head/; revision=4329
* Fix install targetBill Fenner1996-11-071-6/+5
| | | | Notes: svn path=/head/; revision=4328
* Upgrade to version 2.8Bill Fenner1996-11-048-123/+553
| | | | Notes: svn path=/head/; revision=4287
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Change "networking" to "net".Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2485
* Reorganize Makefile, add Garrett as MAINTAINER.Satoshi Asami1995-04-101-3/+7
| | | | Notes: svn path=/head/; revision=1323
* Submitted by: Garrett Wollman <wollman@halloran-eldar.lcs.mit.edu>Satoshi Asami1995-04-101-0/+14
| | | | | | | | (thanks!) Here's patch-ad. This could be integrated with patch-aa. Notes: svn path=/head/; revision=1322
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Checksum for vic.Garrett Wollman1995-03-301-0/+1
| | | | Notes: svn path=/head/; revision=1252
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Port of vic version 2.6Garrett Wollman1994-12-147-0/+123
Notes: svn path=/head/; revision=573