summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/VbForm.fd
Commit message (Collapse)AuthorAgeFilesLines
* VFile - Added support for creating compression lib moviesJack Jansen1993-07-231-22/+67
| | | | | Vb, VbForm - Compression lib movie support Save settings in ~/.Vb_init
* Added 24 bit RGB captureJack Jansen1993-06-081-12/+72
| | | | | | | 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
* Implemented VCR capture using forward slow instead of stepping.Guido van Rossum1993-05-111-10/+10
| | | | Also added a 'rate' field to specify the capture rate in this case.
* Added single frame capturing.Guido van Rossum1993-05-101-133/+283
| | | | | | Added VCR synchronized capturing. Added audio capturing (for continuous mode only). Lots of internal and external improvements.
* Moved stop button again; default form position next to video window.Guido van Rossum1993-05-071-56/+86
|
* Use groups to show/hide "Stop capture" button.Guido van Rossum1993-05-061-2/+62
| | | | | 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 andGuido van Rossum1993-05-061-0/+270
Vrecb. Has a user interface dialog to set options etc.