summaryrefslogtreecommitdiff
path: root/multimedia/vic/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1cvs2svn2004-02-1412-323/+0
| | | | | Notes: svn path=/head/; revision=100899 svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
* Don't treat alpha specially with INT_64. INT_64 is not used consistentlyBill Fenner2003-01-311-0/+15
| | | | | | | so causes type mismatch errors. Notes: svn path=/head/; revision=74361
* Make the struct huffentry public so that global variablesBill Fenner2003-01-241-0/+16
| | | | | | | can be declared using it. Notes: svn path=/head/; revision=73897
* Use std::memset instead of just memsetBill Fenner2003-01-241-0/+73
| | | | Notes: svn path=/head/; revision=73896
* Fix signal handler prototype to make newer g++ happyBill Fenner2003-01-241-0/+8
| | | | Notes: svn path=/head/; revision=73895
* Support IPv6.Munechika SUMIKAWA2002-03-243-0/+77
| | | | | | | | Submitted by: Takenori Kobayashi <nori@3si.co.jp> No response from: maintainer Notes: svn path=/head/; revision=56524
* Update to vic 2.8ucl-1.1.3Bill Fenner2001-08-0128-3409/+134
| | | | | | | | PR: ports/27239 Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp> Notes: svn path=/head/; revision=45715
* Add -pedantic to override the default -pedantic-errors, to allowBill Fenner2000-01-281-0/+11
| | | | | | | socket code to compile. Notes: svn path=/head/; revision=25144
* Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.Steve Price1999-11-2914-56/+217
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23483
* 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
* 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-131-6/+15
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13946
* 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-263-1669/+98
| | | | | | | | | | | - 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-171-90/+90
| | | | | | | Suggested by: The Meistersinger Notes: svn path=/head/; revision=10210
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-241-90/+90
| | | | 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-113-205/+1383
| | | | Notes: svn path=/head/; revision=7856
* 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
* Upgrade to version 2.8Bill Fenner1996-11-044-106/+536
| | | | Notes: svn path=/head/; revision=4287
* 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
* Port of vic version 2.6Garrett Wollman1994-12-143-0/+93
Notes: svn path=/head/; revision=573