Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed redraw policy. | Guido van Rossum | 1993-11-01 | 1 | -14/+24 |
| | |||||
* | Added Dates.py and Rev.py | Guido van Rossum | 1993-10-30 | 1 | -0/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1993-10-30 | 2 | -0/+322 |
| | |||||
* | Fix bug and use __init__ | Guido van Rossum | 1993-10-30 | 1 | -9/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1993-10-28 | 5 | -0/+971 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1993-10-27 | 2 | -5/+31 |
| | |||||
* | Add coercions | Guido van Rossum | 1993-10-27 | 1 | -2/+12 |
| | |||||
* | Initial revision | Guido van Rossum | 1993-10-27 | 1 | -0/+341 |
| | |||||
* | Fix reference to undefined 'memsize' in calcnframes(). | Guido van Rossum | 1993-10-26 | 1 | -2/+2 |
| | |||||
* | * Added support for X window interface. | Sjoerd Mullender | 1993-10-12 | 1 | -0/+1 |
| | | | | | | * 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. | ||||
* | - VFile: moved decompression code to VideoParams (so it is also | Jack Jansen | 1993-09-28 | 2 | -14/+44 |
| | | | | | useable via VinFile). - Vcopy: now allows decompression of 'compress' movies. | ||||
* | Added ability to edit compressed movies. | Jack Jansen | 1993-09-28 | 1 | -0/+3 |
| | |||||
* | Sanity check for compress files. | Jack Jansen | 1993-09-28 | 1 | -1/+1 |
| | |||||
* | Added autoedit and cancel commands, removed debug output | Jack Jansen | 1993-09-28 | 1 | -4/+9 |
| | |||||
* | Don't import gl if not needed. | Sjoerd Mullender | 1993-09-27 | 1 | -3/+10 |
| | | | | Fixed a typo. | ||||
* | VFile - Added support for creating compression lib movies | Jack Jansen | 1993-07-23 | 3 | -54/+242 |
| | | | | | Vb, VbForm - Compression lib movie support Save settings in ~/.Vb_init | ||||
* | This module can now be used asynchronously. Also, some commands | Jack Jansen | 1993-07-19 | 1 | -25/+127 |
| | | | | have been added. | ||||
* | Interface to vcr index files (as created by vcrindex program) | Jack Jansen | 1993-07-19 | 1 | -0/+328 |
| | |||||
* | Use module aifc instead of module aiff. | Guido van Rossum | 1993-07-10 | 1 | -8/+8 |
| | |||||
* | Added fixps, fixcid. | Guido van Rossum | 1993-06-14 | 1 | -0/+2 |
| | |||||
* | Mostly cosmetics, e.g. change window titles so icon titles are better, | Guido van Rossum | 1993-06-11 | 1 | -19/+25 |
| | | | | size window back to last size when going from 24bits to 8bits mode, etc. | ||||
* | Keep top left corner of window where it was when resizing. | Guido van Rossum | 1993-06-11 | 1 | -5/+13 |
| | | | | | | | 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. | ||||
* | Fixed another place where set_rgbmode() should be called. | Guido van Rossum | 1993-06-10 | 1 | -3/+13 |
| | | | | Separated out colormap installation (for override by Glx widget). | ||||
* | Impor VCR at the top. Change the way audio is recorded subtly. | Guido van Rossum | 1993-06-10 | 1 | -3/+2 |
| | |||||
* | VCR.py: Use unix files instead of stdio files for tty communication, | Guido van Rossum | 1993-06-10 | 2 | -10/+151 |
| | | | | | | | 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). | ||||
* | Added 24 bit RGB capture | Jack Jansen | 1993-06-08 | 2 | -24/+166 |
| | | | | | | | 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 | ||||
* | Grab a 24-bit image off the StarterVideo | Jack Jansen | 1993-06-08 | 1 | -0/+97 |
| | |||||
* | Added jpeg grabber | Jack Jansen | 1993-06-08 | 1 | -2/+4 |
| | |||||
* | Newss class style | Jack Jansen | 1993-06-08 | 1 | -1/+1 |
| | |||||
* | Small imporvements, added mpz and md5 to list of modules, | Guido van Rossum | 1993-06-05 | 1 | -10/+16 |
| | | | | changed library list somewhat. CLOSE FILE "tmpconfig.c" AFTER WRITING! | ||||
* | Initial revision | Guido van Rossum | 1993-06-05 | 1 | -0/+91 |
| | |||||
* | Changed setpf so it understands old-style packfactors | Jack Jansen | 1993-06-01 | 1 | -0/+2 |
| | |||||
* | New class syntax | Jack Jansen | 1993-05-25 | 1 | -1/+1 |
| | |||||
* | Jack's VCR control module | Guido van Rossum | 1993-05-12 | 1 | -0/+297 |
| | |||||
* | Implemented VCR capture using forward slow instead of stepping. | Guido van Rossum | 1993-05-11 | 2 | -26/+83 |
| | | | | Also added a 'rate' field to specify the capture rate in this case. | ||||
* | Disconnect from VCR when switching modes. | Guido van Rossum | 1993-05-10 | 2 | -6/+52 |
| | | | | | Wait for VCR ready and set VCR mode to DNR when initializing VCR. Fix type error in getfloat(). | ||||
* | Added single frame capturing. | Guido van Rossum | 1993-05-10 | 2 | -270/+653 |
| | | | | | | Added VCR synchronized capturing. Added audio capturing (for continuous mode only). Lots of internal and external improvements. | ||||
* | Revived the old aplay tool which can play synchronous audio and video... | Guido van Rossum | 1993-05-10 | 1 | -0/+167 |
| | |||||
* | Moved stop button again; default form position next to video window. | Guido van Rossum | 1993-05-07 | 2 | -111/+172 |
| | |||||
* | All combinations of video format and capture mode (cont/burst) now | Guido van Rossum | 1993-05-07 | 1 | -85/+201 |
| | | | | work. Reorganized a lot of the code, still not satisfied... | ||||
* | Use groups to show/hide "Stop capture" button. | Guido van Rossum | 1993-05-06 | 2 | -13/+85 |
| | | | | | Made mono capture work. Don't support rgb24 capture (the code for this doesn't exist in Vrec either!). | ||||
* | New program: Video Bag Of Tricks. Will eventually replace Vrec and | Guido van Rossum | 1993-05-06 | 2 | -0/+570 |
| | | | | Vrecb. Has a user interface dialog to set options etc. | ||||
* | *** empty log message *** | Guido van Rossum | 1993-04-01 | 4 | -4/+4 |
| | |||||
* | Added freeze.py, methfix.py | Guido van Rossum | 1993-04-01 | 1 | -0/+2 |
| | |||||
* | bin/python | Guido van Rossum | 1993-04-01 | 4 | -4/+4 |
| | |||||
* | Microfixes | Guido van Rossum | 1993-04-01 | 1 | -2/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1993-04-01 | 1 | -0/+447 |
| | |||||
* | Fixed watch cursor origin | Guido van Rossum | 1993-03-17 | 1 | -0/+1 |
| | |||||
* | Added support for "compress" type video files. This uses the | Sjoerd Mullender | 1993-03-17 | 1 | -3/+26 |
| | | | | Compression Library to decompress the images. | ||||
* | Fix syntax error (sorry!) | Guido van Rossum | 1993-03-02 | 1 | -1/+1 |
| |