summaryrefslogtreecommitdiffstats
path: root/Demo/sgi
Commit message (Expand)AuthorAgeFilesLines
* Use variables from module cd instead of CD.Sjoerd Mullender1995-04-065-22/+21
* Ported the editor to X. The GL version won't work.Sjoerd Mullender1994-12-211-1/+1
* Vgeneric -- used in frozen versionGuido van Rossum1994-10-071-0/+2
* print gl variablesGuido van Rossum1994-10-071-0/+20
* test cacheGuido van Rossum1994-10-072-0/+83
* init -> __init__Guido van Rossum1994-10-072-3/+3
* micro changesGuido van Rossum1994-10-078-11/+10
* Description of what's hereGuido van Rossum1994-08-301-0/+22
* Fixed faulty apply callJack Jansen1994-06-071-1/+1
* Rot out all uses of time.milli*().Guido van Rossum1993-12-283-6/+5
* Rot out all uses of time.milli*().Guido van Rossum1993-12-281-8/+9
* Rot out all uses of time.milli*().Guido van Rossum1993-12-281-16/+17
* Use freeze_form instead of freeze_objectGuido van Rossum1993-12-281-2/+2
* And another init incompatibility bites the dust.Sjoerd Mullender1993-12-221-1/+2
* Fixed use of aifc module.Sjoerd Mullender1993-12-222-18/+10
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-1727-95/+86
* *** empty log message ***Guido van Rossum1993-12-174-17/+21
* Fix reference to undefined 'memsize' in calcnframes().Guido van Rossum1993-10-261-2/+2
* * Added support for X window interface.Sjoerd Mullender1993-10-121-0/+1
* - VFile: moved decompression code to VideoParams (so it is alsoJack Jansen1993-09-282-14/+44
* Added ability to edit compressed movies.Jack Jansen1993-09-281-0/+3
* Sanity check for compress files.Jack Jansen1993-09-281-1/+1
* Added autoedit and cancel commands, removed debug outputJack Jansen1993-09-281-4/+9
* Don't import gl if not needed.Sjoerd Mullender1993-09-271-3/+10
* VFile - Added support for creating compression lib moviesJack Jansen1993-07-233-54/+242
* This module can now be used asynchronously. Also, some commandsJack Jansen1993-07-191-25/+127
* Interface to vcr index files (as created by vcrindex program)Jack Jansen1993-07-191-0/+328
* Use module aifc instead of module aiff.Guido van Rossum1993-07-101-8/+8
* Mostly cosmetics, e.g. change window titles so icon titles are better,Guido van Rossum1993-06-111-19/+25
* Keep top left corner of window where it was when resizing.Guido van Rossum1993-06-111-5/+13
* Fixed another place where set_rgbmode() should be called.Guido van Rossum1993-06-101-3/+13
* Impor VCR at the top. Change the way audio is recorded subtly.Guido van Rossum1993-06-101-3/+2
* VCR.py: Use unix files instead of stdio files for tty communication,Guido van Rossum1993-06-102-10/+151
* Added 24 bit RGB captureJack Jansen1993-06-082-24/+166
* Grab a 24-bit image off the StarterVideoJack Jansen1993-06-081-0/+97
* Added jpeg grabberJack Jansen1993-06-081-2/+4
* Newss class styleJack Jansen1993-06-081-1/+1
* Changed setpf so it understands old-style packfactorsJack Jansen1993-06-011-0/+2
* New class syntaxJack Jansen1993-05-251-1/+1
* Jack's VCR control moduleGuido van Rossum1993-05-121-0/+297
* Implemented VCR capture using forward slow instead of stepping.Guido van Rossum1993-05-112-26/+83
* Disconnect from VCR when switching modes.Guido van Rossum1993-05-102-6/+52
* Added single frame capturing.Guido van Rossum1993-05-102-270/+653
* Revived the old aplay tool which can play synchronous audio and video...Guido van Rossum1993-05-101-0/+167
* Moved stop button again; default form position next to video window.Guido van Rossum1993-05-072-111/+172
* All combinations of video format and capture mode (cont/burst) nowGuido van Rossum1993-05-071-85/+201
* Use groups to show/hide "Stop capture" button.Guido van Rossum1993-05-062-13/+85
* New program: Video Bag Of Tricks. Will eventually replace Vrec andGuido van Rossum1993-05-062-0/+570
* Fixed watch cursor originGuido van Rossum1993-03-171-0/+1
* Added support for "compress" type video files. This uses theSjoerd Mullender1993-03-171-3/+26