ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimate.c
Revision 2.55 - (view) (download) (annotate) - [select for diffs]
Sat Jun 8 02:49:19 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 2.54: +3 -3 lines
Diff to previous 2.54
Increased default diskspace to 1000 MBytes

Revision 2.54 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 19:08:20 2008 UTC (15 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0, rad4R1
Changes since 2.53: +3 -3 lines
Diff to previous 2.53
Changed ".pic" extension to ".hdr" throughout

Revision 2.53 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 01:22:06 2008 UTC (16 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R9
Changes since 2.52: +1 -2 lines
Diff to previous 2.52
Initial check-in of untested rsensor

Revision 2.52 - (view) (download) (annotate) - [select for diffs]
Tue Apr 18 04:30:35 2006 UTC (17 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 2.51: +8 -1 lines
Diff to previous 2.51
Added check for overflowing arguments in archive/remove command

Revision 2.51 - (view) (download) (annotate) - [select for diffs]
Tue Feb 28 03:44:54 2006 UTC (18 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.50: +7 -5 lines
Diff to previous 2.50
Fixed old bug in ranimate where NEXTANIM variable was not working

Revision 2.50 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 14:40:14 2005 UTC (18 years, 6 months ago) by schorsch
Branch: MAIN
Changes since 2.49: +10 -9 lines
Diff to previous 2.49
Using RT_PID instead of int.

Revision 2.49 - (view) (download) (annotate) - [select for diffs]
Mon Feb 7 17:08:17 2005 UTC (19 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.48: +4 -2 lines
Diff to previous 2.48
Switched from using "rsh" to "ssh" in ranimate

Revision 2.48 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 03:59:41 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.47: +69 -57 lines
Diff to previous 2.47
Created pmdblur script and added DBLUR variable to ranimate

Revision 2.47 - (view) (download) (annotate) - [select for diffs]
Tue Jun 8 19:48:31 2004 UTC (19 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.46: +2 -4 lines
Diff to previous 2.46
Removed redundant #include's and fixed ordering on some headers

Revision 2.46 - (view) (download) (annotate) - [select for diffs]
Fri Mar 26 21:36:20 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 2.45: +15 -11 lines
Diff to previous 2.45
Continued ANSIfication.

Revision 2.45 - (view) (download) (annotate) - [select for diffs]
Sun Feb 15 06:21:01 2004 UTC (20 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.44: +1 -7 lines
Diff to previous 2.44
Removed inappropriate error triggered by unset EXPOSURE variable

Revision 2.44 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 22:46:41 2003 UTC (20 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.43: +2 -4 lines
Diff to previous 2.43
Some versions of gcc don't like static f(); followed by exter f();

Revision 2.43 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 10:32:06 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.42: +123 -81 lines
Diff to previous 2.42
Added simplistic win_netproc.c and various other compatibility fixes.

Revision 2.42 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 19:19:29 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.41: +1 -5 lines
Diff to previous 2.41
Various platform compatibility fixes.

Revision 2.41 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:03 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.40: +2 -2 lines
Diff to previous 2.40
Added grouping parens to reduce ambiguity warnings.

Revision 2.40 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:19 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.39: +5 -4 lines
Diff to previous 2.39
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 2.39 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:13 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.38: +5 -3 lines
Diff to previous 2.38
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.38 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 20:04:06 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.37: +20 -19 lines
Diff to previous 2.37
Fixed bug in blur computation for recovered frames

Revision 2.37 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:35 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.36: +2 -2 lines
Diff to previous 2.36
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 15:21:57 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.35: +1 -0 lines
Diff to previous 2.35
Fixed bug in unremoved persist file for rpict

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Thu May 29 14:53:36 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.34: +2 -1 lines
Diff to previous 2.34
Undid last mistaken change -- rpict -S needs view for motion blur

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Tue May 27 15:30:04 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.33: +1 -2 lines
Diff to previous 2.33
Removed unnecessary view parameters to rpict with -S option

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Sun May 25 20:51:10 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.32: +1 -1 lines
Diff to previous 2.32
Bug fix in ranimate call to pinterp

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:34 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.31: +1 -1 lines
Diff to previous 2.31
Added (void *) cast to realloc calls

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:24 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.30: +1 -56 lines
Diff to previous 2.30
Replaced inline copyright notice with #include "copyright.h"

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 16:44:40 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.29: +3 -3 lines
Diff to previous 2.29
Added missing -a option to pinterp calls

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:30 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.28: +135 -22 lines
Diff to previous 2.28
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Mon Jul 6 18:17:39 1998 UTC (25 years, 8 months ago) by gwlarson
Branch: MAIN
Changes since 2.27: +3 -7 lines
Diff to previous 2.27
fixed bug by eliminated exit code check on rad (sigh)

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Wed Jun 3 16:37:51 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 2.26: +41 -41 lines
Diff to previous 2.26
made variable ordering alphabetical for easier parsing

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Tue Mar 3 19:36:43 1998 UTC (26 years, 1 month ago) by gwlarson
Branch: MAIN
Changes since 2.25: +2 -1 lines
Diff to previous 2.25
added last view to rpict command line for -pm option

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Tue Mar 3 11:44:46 1998 UTC (26 years, 1 month ago) by gwlarson
Branch: MAIN
Changes since 2.24: +84 -35 lines
Diff to previous 2.24
change directories before running transfer or archive commands

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 10:27:45 1998 UTC (26 years, 1 month ago) by gwlarson
Branch: MAIN
Changes since 2.23: +13 -4 lines
Diff to previous 2.23
fixed infinite loop in countviews()

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 15:02:43 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 2.22: +16 -5 lines
Diff to previous 2.22
fixed minor bug in getradfile() for matchless rad runs

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 14:53:17 1997 UTC (27 years ago) by greg
Branch: MAIN
Changes since 2.21: +2 -0 lines
Diff to previous 2.21
added call to check variable assignments

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Tue Jul 30 21:27:13 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.20: +2 -2 lines
Diff to previous 2.20
fixed bug in passing of -fr option to pinterp

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Wed Jul 17 17:45:11 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.19: +1 -1 lines
Diff to previous 2.19
bug fix in status check on finished job

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Wed Jul 10 15:14:59 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.18: +4 -1 lines
Diff to previous 2.18
made default BASENAME respond to number of END frame

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 14:53:17 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.17: +42 -36 lines
Diff to previous 2.17
fixed problem in multiple recovery by putting important code in donecom()

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Wed Jul 3 15:26:44 1996 UTC (27 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.16: +24 -11 lines
Diff to previous 2.16
fixed bug in -PP option of rpict

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu Jun 27 06:49:50 1996 UTC (27 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.15: +2 -2 lines
Diff to previous 2.15
changed formatting on -pa option

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 09:19:36 1996 UTC (27 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.14: +1 -1 lines
Diff to previous 2.14
fixed NULL pointer for AIX

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Thu May 30 17:00:10 1996 UTC (27 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.13: +7 -3 lines
Diff to previous 2.13
bug paranoia in getexp()

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue May 21 14:27:19 1996 UTC (27 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.12: +2 -2 lines
Diff to previous 2.12
changed "4" to sizeof(float) in space computation

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Mon May 20 11:50:19 1996 UTC (27 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.11: +12 -5 lines
Diff to previous 2.11
added warning about updates to control file

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 16 10:38:19 1996 UTC (27 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.10: +6 -3 lines
Diff to previous 2.10
changed call to execvp() to getpath() + execv()

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 16:13:53 1996 UTC (28 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.9: +22 -1 lines
Diff to previous 2.9
added RSH variable to rename or replace remote shell execution

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 16:42:41 1996 UTC (28 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.8: +2 -3 lines
Diff to previous 2.8
moved host name stuff to lib routine

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 14:31:36 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.7: +3 -1 lines
Diff to previous 2.7
added exception for VIEWFILE with just one view

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 12:22:15 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.6: +52 -50 lines
Diff to previous 2.6
more bug fixes

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 17:01:33 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.5: +17 -16 lines
Diff to previous 2.5
fixed pmblur view file naming problem

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 16:14:28 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.4: +16 -8 lines
Diff to previous 2.4
minor improvements

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jan 22 17:19:37 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.3: +31 -13 lines
Diff to previous 2.3
hopefully added -PP option to parallel machine runs

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 17:24:19 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.2: +33 -15 lines
Diff to previous 2.2
improved process recording

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 11:25:11 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.1: +329 -100 lines
Diff to previous 2.1
added network processing to ranimate

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Fri Jan 12 12:16:17 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad4R2P2: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a