| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix syntax error (sorry!) | Guido van Rossum | 1993-03-02 | 1 | -1/+1 |
|
|
* | Remove debug print statement | Guido van Rossum | 1993-03-02 | 1 | -1/+0 |
|
|
* | VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. | Guido van Rossum | 1993-03-02 | 2 | -10/+27 |
|
|
* | Definitions from <gl/get.h> | Guido van Rossum | 1993-03-01 | 2 | -0/+118 |
|
|
* | Vrec.py, Vrecb.py: | Guido van Rossum | 1993-02-25 | 6 | -12/+201 |
|
|
* | Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. | Guido van Rossum | 1993-02-25 | 4 | -19/+14 |
|
|
* | - Separated grabbing (which isn't used much!) from VFile. | Guido van Rossum | 1993-02-25 | 5 | -306/+478 |
|
|
* | Rewrite applypackfactor() using imageop: faster and more general; | Guido van Rossum | 1993-02-25 | 1 | -27/+14 |
|
|
* | Fix typos in jpeg code | Guido van Rossum | 1993-02-25 | 1 | -4/+4 |
|
|
* | Fix terse mode for printing tuple packfactor and to avoid zero division | Guido van Rossum | 1993-02-25 | 1 | -6/+13 |
|
|
* | Added audio recording to Vrecb | Jack Jansen | 1993-02-24 | 1 | -6/+76 |
|
|
* | Added jpeg conversions | Guido van Rossum | 1993-02-23 | 1 | -1/+26 |
|
|
* | Extensive changes to regex module (group(), casefold, etc.) | Guido van Rossum | 1993-02-23 | 1 | -12/+46 |
|
|
* | Added audioop.reverse() which reverses an audio sample | Jack Jansen | 1993-02-23 | 1 | -0/+40 |
|
|
* | * regexmodule.c: added use of translation table, substring() method. | Guido van Rossum | 1993-02-21 | 1 | -38/+117 |
|
|
* | * Changed preface in texipre.dat. | Guido van Rossum | 1993-02-21 | 3 | -20/+12 |
|
|
* | Added new module "array" (for now optional) defining array objects. | Guido van Rossum | 1993-02-19 | 2 | -0/+1159 |
|
|
* | Will now generate converters that go thru intermedeate formats | Jack Jansen | 1993-02-19 | 1 | -3/+81 |
|
|
* | Added converters for rgb<->rgb8 and rgb<->grey | Jack Jansen | 1993-02-19 | 1 | -0/+156 |
|
|
* | Added dither() routine | Jack Jansen | 1993-02-19 | 1 | -0/+1 |
|
|
* | Bug fixed wrt greyscale conversion | Jack Jansen | 1993-02-19 | 1 | -1/+1 |
|
|
* | Fix to allow tightly packed films to be converted | Jack Jansen | 1993-02-19 | 1 | -1/+8 |
|
|
* | The usual cosmetic changes after Jack is done... | Guido van Rossum | 1993-02-18 | 2 | -5/+11 |
|
|
* | DisplayVideoIn - Class similar to LiveVideoIn but sends data from | Jack Jansen | 1993-02-17 | 2 | -0/+289 |
|
|
* | Added support for 24-bit rgb movies | Jack Jansen | 1993-02-17 | 1 | -2/+8 |
|
|
* | Moved line-size stuff to single routine | Jack Jansen | 1993-02-17 | 1 | -11/+15 |
|
|
* | Companion to rgb2video: convert cmif film file to rgb files | Jack Jansen | 1993-02-17 | 1 | -0/+165 |
|
|
* | This time really check in the new routines :-) | Jack Jansen | 1993-02-17 | 1 | -26/+210 |
|
|
* | Added lin2lin, findmax, findfactor and fintfit routines | Jack Jansen | 1993-02-17 | 1 | -10/+51 |
|
|
* | * clmodule.c: the documentation was wrong, so changed the interface | Sjoerd Mullender | 1993-02-17 | 1 | -60/+60 |
|
|
* | Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. | Guido van Rossum | 1993-02-16 | 2 | -3/+53 |
|
|
* | VFile.py: fix bogus getrandomframe(). | Guido van Rossum | 1993-02-16 | 4 | -90/+224 |
|
|
* | * clmodule.c: use function prototypes (found and fixed some bugs this | Sjoerd Mullender | 1993-02-16 | 1 | -192/+214 |
|
|
* | Added readdisplay() routine | Jack Jansen | 1993-02-16 | 1 | -0/+29 |
|
|
* | Vrec.py: don't print Ids if no frames are captured. | Guido van Rossum | 1993-02-15 | 2 | -12/+19 |
|
|
* | lib1.tex: Added builtin.round(x, [n]). | Guido van Rossum | 1993-02-12 | 1 | -0/+1 |
|
|
* | bltinmodule.c: added round(x, [n]); coerce() of two class instances | Guido van Rossum | 1993-02-12 | 2 | -3/+32 |
|
|
* | Added new audio library functionality (getstatus, float sample fmts) | Jack Jansen | 1993-02-10 | 3 | -4/+172 |
|
|
* | Fixed some memory leaks when things go wrong. | Sjoerd Mullender | 1993-02-10 | 1 | -10/+10 |
|
|
* | Changed adpcm routines to use 2-element state (was 3 element) | Jack Jansen | 1993-02-10 | 1 | -4/+6 |
|
|
* | * stdwinmodule.c: various new commands: setwin{pos,size}, | Guido van Rossum | 1993-02-08 | 3 | -20/+301 |
|
|
* | Added usage() and help() to Vrecb, and turn on -f by default. | Guido van Rossum | 1993-02-05 | 2 | -54/+82 |
|
|
* | Introductory video documentation | Jack Jansen | 1993-02-05 | 1 | -0/+111 |
|
|
* | AWARE.py: New file with definitions for Aware Inc.'s compression | Sjoerd Mullender | 1993-02-05 | 3 | -4/+114 |
|
|
* | * ceval.c: ifdef out the last argument passing compat hack. | Guido van Rossum | 1993-02-05 | 4 | -29/+37 |
|
|
* | aiff.py, calendar.py: change functions taking a tuple to really take a | Guido van Rossum | 1993-02-05 | 1 | -1/+2 |
|
|
* | CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. | Sjoerd Mullender | 1993-02-04 | 4 | -305/+678 |
|
|
* | added kludge for buggy soundfiler from SGI; when reading 0 frames, | Sjoerd Mullender | 1993-01-29 | 1 | -1/+12 |
|
|
* | Added options to make window bigger than video (for recording to tape) | Jack Jansen | 1993-01-27 | 1 | -3/+38 |
|
|
* | Added a comment about XS 4bit pixel support | Jack Jansen | 1993-01-27 | 1 | -0/+4 |
|
|