summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error (sorry!)Guido van Rossum1993-03-021-1/+1
* Remove debug print statementGuido van Rossum1993-03-021-1/+0
* VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile.Guido van Rossum1993-03-022-10/+27
* Definitions from <gl/get.h>Guido van Rossum1993-03-012-0/+118
* Vrec.py, Vrecb.py:Guido van Rossum1993-02-256-12/+201
* Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python.Guido van Rossum1993-02-254-19/+14
* - Separated grabbing (which isn't used much!) from VFile.Guido van Rossum1993-02-255-306/+478
* Rewrite applypackfactor() using imageop: faster and more general;Guido van Rossum1993-02-251-27/+14
* Fix typos in jpeg codeGuido van Rossum1993-02-251-4/+4
* Fix terse mode for printing tuple packfactor and to avoid zero divisionGuido van Rossum1993-02-251-6/+13
* Added audio recording to VrecbJack Jansen1993-02-241-6/+76
* Added jpeg conversionsGuido van Rossum1993-02-231-1/+26
* Extensive changes to regex module (group(), casefold, etc.)Guido van Rossum1993-02-231-12/+46
* Added audioop.reverse() which reverses an audio sampleJack Jansen1993-02-231-0/+40
* * regexmodule.c: added use of translation table, substring() method.Guido van Rossum1993-02-211-38/+117
* * Changed preface in texipre.dat.Guido van Rossum1993-02-213-20/+12
* Added new module "array" (for now optional) defining array objects.Guido van Rossum1993-02-192-0/+1159
* Will now generate converters that go thru intermedeate formatsJack Jansen1993-02-191-3/+81
* Added converters for rgb<->rgb8 and rgb<->greyJack Jansen1993-02-191-0/+156
* Added dither() routineJack Jansen1993-02-191-0/+1
* Bug fixed wrt greyscale conversionJack Jansen1993-02-191-1/+1
* Fix to allow tightly packed films to be convertedJack Jansen1993-02-191-1/+8
* The usual cosmetic changes after Jack is done...Guido van Rossum1993-02-182-5/+11
* DisplayVideoIn - Class similar to LiveVideoIn but sends data fromJack Jansen1993-02-172-0/+289
* Added support for 24-bit rgb moviesJack Jansen1993-02-171-2/+8
* Moved line-size stuff to single routineJack Jansen1993-02-171-11/+15
* Companion to rgb2video: convert cmif film file to rgb filesJack Jansen1993-02-171-0/+165
* This time really check in the new routines :-)Jack Jansen1993-02-171-26/+210
* Added lin2lin, findmax, findfactor and fintfit routinesJack Jansen1993-02-171-10/+51
* * clmodule.c: the documentation was wrong, so changed the interfaceSjoerd Mullender1993-02-171-60/+60
* Cleanup of old files, added watchcursor.py (for Vedit.py), updated README.Guido van Rossum1993-02-162-3/+53
* VFile.py: fix bogus getrandomframe().Guido van Rossum1993-02-164-90/+224
* * clmodule.c: use function prototypes (found and fixed some bugs thisSjoerd Mullender1993-02-161-192/+214
* Added readdisplay() routineJack Jansen1993-02-161-0/+29
* Vrec.py: don't print Ids if no frames are captured.Guido van Rossum1993-02-152-12/+19
* lib1.tex: Added builtin.round(x, [n]).Guido van Rossum1993-02-121-0/+1
* bltinmodule.c: added round(x, [n]); coerce() of two class instancesGuido van Rossum1993-02-122-3/+32
* Added new audio library functionality (getstatus, float sample fmts)Jack Jansen1993-02-103-4/+172
* Fixed some memory leaks when things go wrong.Sjoerd Mullender1993-02-101-10/+10
* Changed adpcm routines to use 2-element state (was 3 element)Jack Jansen1993-02-101-4/+6
* * stdwinmodule.c: various new commands: setwin{pos,size},Guido van Rossum1993-02-083-20/+301
* Added usage() and help() to Vrecb, and turn on -f by default.Guido van Rossum1993-02-052-54/+82
* Introductory video documentationJack Jansen1993-02-051-0/+111
* AWARE.py: New file with definitions for Aware Inc.'s compressionSjoerd Mullender1993-02-053-4/+114
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-054-29/+37
* aiff.py, calendar.py: change functions taking a tuple to really take aGuido van Rossum1993-02-051-1/+2
* CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.Sjoerd Mullender1993-02-044-305/+678
* added kludge for buggy soundfiler from SGI; when reading 0 frames,Sjoerd Mullender1993-01-291-1/+12
* Added options to make window bigger than video (for recording to tape)Jack Jansen1993-01-271-3/+38
* Added a comment about XS 4bit pixel supportJack Jansen1993-01-271-0/+4