Guido van Rossum
62f6bc8e55
Adapted to new video library -- different capture interface, no bugs.
...
Also use locks and Queues for communication with other threads.
1992-09-03 16:56:04 +00:00
Sjoerd Mullender
da3eee99e8
version for new library
1992-09-03 13:08:04 +00:00
Guido van Rossum
4e16098ce7
Added a _v21 def to FL.py and added two new input field types
...
Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py
Added new module bisect.py and used it in sched.py.
Mostly cosmetic changes to profile.py (changed output format).
1992-09-02 20:43:20 +00:00
Sjoerd Mullender
2179945eec
newest version
1992-09-02 12:54:36 +00:00
Sjoerd Mullender
aee8bc1fab
adapted SV module to the new svideo library.
...
update thread package.
1992-09-02 11:25:37 +00:00
Guido van Rossum
e0be2b36b6
Added a clear() method to VFile class, to be called when the window
...
receives a REDRAW event
1992-09-01 14:45:57 +00:00
Guido van Rossum
61700bb985
cope with filenames containing spaces
1992-08-31 10:54:54 +00:00
Guido van Rossum
0b2b440a13
all Long constants have an L suffix, not l;
...
added an output() function to move the I/O out of the algorithm
1992-08-31 10:54:17 +00:00
Guido van Rossum
0cc19450e2
Use regex instead of regexp
1992-08-31 10:54:06 +00:00
Guido van Rossum
f2e1cfb8f3
Use regex and don't use path
1992-08-31 10:53:53 +00:00
Guido van Rossum
a93265a666
suppress unnecessary error message if too many arguments are passed
1992-08-27 07:45:12 +00:00
Guido van Rossum
a43111118f
Cosmetic changes to Vedit and -Form.
1992-08-25 13:53:10 +00:00
Guido van Rossum
354166fa05
Changed to use regex directly instead of regexp.
1992-08-25 12:31:03 +00:00
Guido van Rossum
9022fceae8
New module implementing a multi-everything queue.
1992-08-25 12:30:44 +00:00
Guido van Rossum
9ee7e15966
Created Vedit.py, the video editor. This uses the classes in Viewer.py.
...
Viewer.py in turn requires changes to VFile.py (unfortunately that file
is now a complete mess...).
1992-08-25 12:29:30 +00:00
Jack Jansen
e1b4d7ce14
Added rms, maxpp and avgpp methods.
1992-08-24 14:36:31 +00:00
Jack Jansen
8eace20f68
Removed debug statement
1992-08-24 14:35:38 +00:00
Guido van Rossum
33a8d428db
Clear the window to rather light grey when switching to RGB mode.
1992-08-21 12:41:23 +00:00
Guido van Rossum
e755aa50e2
Redesigned option processing and added several new options.
...
Added optional read-ahead thread.
Changed mouse interface.
1992-08-21 12:34:55 +00:00
Guido van Rossum
8a861be7f3
Add audio recording
1992-08-20 14:46:46 +00:00
Jack Jansen
3accf984b3
Added method to write image files.
1992-08-20 11:54:27 +00:00
Guido van Rossum
815adc9870
New files.
1992-08-20 11:54:00 +00:00
Guido van Rossum
99e237f809
new Vtime.py: manipulate time codes.
1992-08-20 11:53:14 +00:00
Guido van Rossum
78aab86201
Lots of changes, options (from Vtime.py) etc.
...
Cleverer skipping of frames.
1992-08-20 11:52:42 +00:00
Guido van Rossum
9a35d57ab2
Added reopen() to VinFile with semantics of old rewind(); rewind() now
...
saves the cache.
Added getinfo() to VoutFile.
Fixed writing of 'grey' file header.
Added quiet parameter.
Adapted to new syntax.
1992-08-20 11:51:47 +00:00
Guido van Rossum
dfb61fa2cb
Minor improvements: exit status, data size stats.
1992-08-20 11:49:58 +00:00
Guido van Rossum
180924d575
Initial revision
1992-08-20 11:46:28 +00:00
Guido van Rossum
0e389af0c9
Use \input instead of \include (or \inclide)
1992-08-19 16:54:06 +00:00
Guido van Rossum
ae507a42a0
splitfields(s, '') is illegal
1992-08-19 16:49:58 +00:00
Guido van Rossum
732282fa11
Module getattr doesn't exist any more, it's now called newdir.
1992-08-19 16:49:37 +00:00
Guido van Rossum
1e28e5e596
* renamed malloc.h mymalloc.h, and added MALLARG as the type of the
...
argument to malloc() (size_t or unsigned int)
* listobject.c: check for overflow of the size of the object,
so things like range(0x7fffffff) will raise MemoryError instead
of calling malloc() with -4 (and then crashing -- malloc's fault)
1992-08-19 16:46:30 +00:00
Guido van Rossum
b001f7adb1
rearranged modules alphabetically
1992-08-19 16:44:41 +00:00
Guido van Rossum
90ddb7b5cb
unpack() now returns a tuple, not a list
1992-08-19 16:44:15 +00:00
Guido van Rossum
3af03d8f3e
don't call gl.foreground and create a new window after all (seems to
...
break window positions in .Xdefaults)
1992-08-19 16:42:53 +00:00
Guido van Rossum
f9a2d33f01
fix *serious* (new) bug in testbool: by default objects should test
...
true, not false!!!
1992-08-19 16:41:45 +00:00
Guido van Rossum
448f4bf45a
added getname, getdefault and getminmax functions
1992-08-19 16:41:15 +00:00
Guido van Rossum
2b81dc9c00
fix *serious* (new) bug in evalfile: forgot to initialize s!!!
1992-08-19 16:40:53 +00:00
Guido van Rossum
7268c93c55
Minor improvements, comments; fix Vinfo -d.
1992-08-18 21:11:18 +00:00
Guido van Rossum
8b9c734e12
Add comments
1992-08-18 17:01:13 +00:00
Guido van Rossum
82534fd828
Add comments and options
1992-08-18 17:01:02 +00:00
Guido van Rossum
bc0eb9967d
Add close() method to VinFile
1992-08-18 17:00:51 +00:00
Guido van Rossum
b2e822849b
Added some new comments and files
1992-08-18 16:01:19 +00:00
Guido van Rossum
66beddb844
Hacked in audio support.
1992-08-18 16:01:07 +00:00
Guido van Rossum
74a3f8b6c0
Initial revision
1992-08-18 14:47:41 +00:00
Guido van Rossum
44b8e81c42
Change window title: prefix '* ' means playing.
1992-08-18 14:47:20 +00:00
Guido van Rossum
7ff90ef714
Adapt to new syntax and don't print garbage on self.close().
1992-08-18 14:16:21 +00:00
Guido van Rossum
843d153f99
Initial revision
1992-08-18 14:16:12 +00:00
Guido van Rossum
f9f2e82fca
New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()
...
to avoid hanging in cleanup().
1992-08-17 08:59:08 +00:00
Guido van Rossum
0297512a08
struct: pack/unpack binary structs; fcntl: fcntl(), ioctl().
1992-08-17 08:55:12 +00:00
Guido van Rossum
94390a4eaf
use getargs() in more cases;
...
oct(0) should return '0', not '00'
1992-08-14 15:14:30 +00:00