Guido van Rossum
b1a77dd248
Deleting zombies
2001-07-17 15:45:08 +00:00
Thomas Wouters
7e47402264
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
...
comments, docstrings or error messages. I fixed two minor things in
test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
There is a minor style issue involved: Guido seems to have preferred English
grammar (behaviour, honour) in a couple places. This patch changes that to
American, which is the more prominent style in the source. I prefer English
myself, so if English is preferred, I'd be happy to supply a patch myself ;)
2000-07-16 12:04:32 +00:00
Jeremy Hylton
a05e293a21
typos fixed by Rob Hooft
2000-06-28 14:48:01 +00:00
Guido van Rossum
1554b7b061
Use constants defined in cl module. (Sjoerd)
1998-10-09 13:26:29 +00:00
Guido van Rossum
1e57a04301
Removed unnecessary import of cl and CL. (Sjoerd)
1998-10-09 13:26:01 +00:00
Guido van Rossum
9c2c1e88a3
Fix multi-arg list.append() calls.
1998-10-08 15:24:48 +00:00
Guido van Rossum
fe97656631
Hide .fdc files here.
1997-05-28 16:14:48 +00:00
Guido van Rossum
f06ee5fa07
/usr/local/bin/python -> /usr/bin/env python
1996-11-27 19:52:01 +00:00
Sjoerd Mullender
31b7727bad
Ported the editor to X. The GL version won't work.
...
This version needs Jack's img module and Sjoerd's new and improved (?)
X extensions for Python.
The last GL version is still available using the CVS tag "gl-editor".
1994-12-21 15:46:26 +00:00
Guido van Rossum
33325f439d
Vgeneric -- used in frozen version
1994-10-07 11:05:50 +00:00
Jack Jansen
26c86abb4b
Fixed faulty apply call
1994-06-07 14:44:02 +00:00
Guido van Rossum
424e4da9f3
Rot out all uses of time.milli*().
1993-12-28 21:36:50 +00:00
Guido van Rossum
0efafb39da
Rot out all uses of time.milli*().
...
Slightly improve debug output.
1993-12-28 21:36:18 +00:00
Guido van Rossum
605909dc9d
Rot out all uses of time.milli*().
...
Also change command line options to use seconds for all times.
1993-12-28 21:28:31 +00:00
Guido van Rossum
ca1c876d43
Use freeze_form instead of freeze_object
1993-12-28 21:27:23 +00:00
Sjoerd Mullender
c6d846a5d5
And another init incompatibility bites the dust.
1993-12-22 12:40:20 +00:00
Sjoerd Mullender
d6b9ce961e
Fixed use of aifc module.
1993-12-22 11:44:49 +00:00
Guido van Rossum
21a3ff9d5d
Uniformly replaced init() functions by __init__() constructors.
...
A few simple things seem to work, I haven't tested it thouroughly
though...
1993-12-17 15:11:41 +00:00
Guido van Rossum
546185075c
Fix reference to undefined 'memsize' in calcnframes().
1993-10-26 10:23:14 +00:00
Sjoerd Mullender
f9b7201bb8
* Added support for X window interface.
...
* Moviechannel now uses colormap mode on 8-bit XS Indigo's instead of
converting the image to RGB32.
* Compression Library support is dependent on USE_CL compile-time flag.
1993-10-12 12:55:27 +00:00
Jack Jansen
72d73649ff
- VFile: moved decompression code to VideoParams (so it is also
...
useable via VinFile).
- Vcopy: now allows decompression of 'compress' movies.
1993-09-28 16:46:15 +00:00
Jack Jansen
dbf71b7b4b
Added ability to edit compressed movies.
1993-09-28 15:29:18 +00:00
Jack Jansen
264117295e
Sanity check for compress files.
1993-09-28 15:28:44 +00:00
Jack Jansen
bab2ca3eb1
Added autoedit and cancel commands, removed debug output
1993-09-28 15:28:10 +00:00
Sjoerd Mullender
f993d28794
Don't import gl if not needed.
...
Fixed a typo.
1993-09-27 12:50:06 +00:00
Jack Jansen
78991fd042
VFile - Added support for creating compression lib movies
...
Vb, VbForm - Compression lib movie support
Save settings in ~/.Vb_init
1993-07-23 11:59:25 +00:00
Jack Jansen
f1cda9100d
This module can now be used asynchronously. Also, some commands
...
have been added.
1993-07-19 16:13:33 +00:00
Jack Jansen
827cc19be1
Interface to vcr index files (as created by vcrindex program)
1993-07-19 16:13:04 +00:00
Guido van Rossum
43df862c7f
Mostly cosmetics, e.g. change window titles so icon titles are better,
...
size window back to last size when going from 24bits to 8bits mode, etc.
1993-06-11 15:48:39 +00:00
Guido van Rossum
2055ee8480
Keep top left corner of window where it was when resizing.
...
Keep aspect and max size of window at all times.
Remove (now unnecessary) sleep(0.1) in vcr capture code.
Add messages when initializing VCR.
Remove old comments.
1993-06-11 14:13:13 +00:00
Guido van Rossum
2939a4cf1a
Fixed another place where set_rgbmode() should be called.
...
Separated out colormap installation (for override by Glx widget).
1993-06-10 14:42:03 +00:00
Guido van Rossum
f6d8032697
Impor VCR at the top. Change the way audio is recorded subtly.
1993-06-10 13:40:51 +00:00
Guido van Rossum
fa04170682
VCR.py: Use unix files instead of stdio files for tty communication,
...
because of buffering. Also added several new commands (Jack).
VFile.py: Made setting of RGB or colormap mode separate methods,
so they can be overridden (e.g. when using the Glx.draw widget
the way to change the mode is totally different).
1993-06-10 13:32:32 +00:00
Jack Jansen
672754a488
Added 24 bit RGB capture
...
Added JPEG capture
Added multiple-speed VCR sync and single-step VCR sync
VCR sync recorded movies get correct timestamps
Added (still non-functional) 24-bit picture scaling
1993-06-08 12:52:41 +00:00
Jack Jansen
34d12de03d
Grab a 24-bit image off the StarterVideo
1993-06-08 12:48:44 +00:00
Jack Jansen
35173716e5
Added jpeg grabber
1993-06-08 12:47:20 +00:00
Jack Jansen
a1e1f73e2f
Newss class style
1993-06-08 12:47:06 +00:00
Jack Jansen
f3f753132a
Changed setpf so it understands old-style packfactors
1993-06-01 12:04:08 +00:00
Jack Jansen
66338ec1b7
New class syntax
1993-05-25 10:40:23 +00:00
Guido van Rossum
605b127ff3
Jack's VCR control module
1993-05-12 12:35:44 +00:00
Guido van Rossum
ad4fcd49fc
Implemented VCR capture using forward slow instead of stepping.
...
Also added a 'rate' field to specify the capture rate in this case.
1993-05-11 18:36:54 +00:00
Guido van Rossum
c17c84fbe3
Disconnect from VCR when switching modes.
...
Wait for VCR ready and set VCR mode to DNR when initializing VCR.
Fix type error in getfloat().
1993-05-10 15:45:49 +00:00
Guido van Rossum
9f42f4fe43
Added single frame capturing.
...
Added VCR synchronized capturing.
Added audio capturing (for continuous mode only).
Lots of internal and external improvements.
1993-05-10 15:07:20 +00:00
Guido van Rossum
71ba5d96f9
Revived the old aplay tool which can play synchronous audio and video...
1993-05-10 14:56:32 +00:00
Guido van Rossum
c5a14331a0
Moved stop button again; default form position next to video window.
1993-05-07 11:20:07 +00:00
Guido van Rossum
bc6d3c37d1
All combinations of video format and capture mode (cont/burst) now
...
work. Reorganized a lot of the code, still not satisfied...
1993-05-07 09:37:42 +00:00
Guido van Rossum
e17c6c355a
Use groups to show/hide "Stop capture" button.
...
Made mono capture work.
Don't support rgb24 capture (the code for this doesn't exist in Vrec either!).
1993-05-06 16:27:25 +00:00
Guido van Rossum
b7e3cc12e1
New program: Video Bag Of Tricks. Will eventually replace Vrec and
...
Vrecb. Has a user interface dialog to set options etc.
1993-05-06 16:06:44 +00:00
Guido van Rossum
aff9470d23
Fixed watch cursor origin
1993-03-17 12:11:47 +00:00
Sjoerd Mullender
7bbceea6a9
Added support for "compress" type video files. This uses the
...
Compression Library to decompress the images.
1993-03-17 12:09:29 +00:00