summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use imgconv to try to do image type conversionJack Jansen1993-01-271-13/+17
* Initial (skeleton) version of universal image format converterJack Jansen1993-01-271-0/+38
* - Added LiveVideoOutSlow class (which only updates after full pkt)Jack Jansen1993-01-271-14/+44
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-2620-51/+122
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-264-19/+45
* Fixed a bug where the library inadvertently skipped over the soundSjoerd Mullender1993-01-261-2/+4
* Documented marshal.{dumps,loads} and sys.builtin_module_names.Guido van Rossum1993-01-223-3/+3
* Added tovideo routineJack Jansen1993-01-221-0/+59
* Found and fixed a few bugs in the handling of audio files with MARKs.Sjoerd Mullender1993-01-221-12/+8
* New module aifc to read and write AIFF-C and AIFF files. SeeSjoerd Mullender1993-01-221-0/+912
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-218-158/+365
* * Add some more tests for numbersGuido van Rossum1993-01-214-10/+44
* Create CMIF-video file from SGI rgb imagesJack Jansen1993-01-201-0/+75
* Use full path for izoom.h include fileJack Jansen1993-01-191-1/+1
* Added (optional) better scaling to readscaledJack Jansen1993-01-191-24/+138
* ushdr_t was not defined so fill in its size instead of using sizeof.Sjoerd Mullender1993-01-131-2/+3
* Close the window when receiving a close request; turn time into int.Guido van Rossum1993-01-131-1/+2
* Added error checking.Sjoerd Mullender1993-01-131-21/+82
* This commit was manufactured by cvs2svn to create tag 'release098'.v0.9.8cvs2svn1993-01-101-0/+1
* Checking in last-minute changes that are already part of release 0.9.8Guido van Rossum1993-01-102-5/+6
* * Makefile: use cp -r to install the libraryGuido van Rossum1993-01-093-33/+45
* Fixed various bugs in the adpcm routinesJack Jansen1993-01-081-40/+71
* Various changes.Sjoerd Mullender1993-01-064-9/+979
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-0418-78/+113