| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Use imgconv to try to do image type conversion | Jack Jansen | 1993-01-27 | 1 | -13/+17 |
|
|
* | Initial (skeleton) version of universal image format converter | Jack Jansen | 1993-01-27 | 1 | -0/+38 |
|
|
* | - Added LiveVideoOutSlow class (which only updates after full pkt) | Jack Jansen | 1993-01-27 | 1 | -14/+44 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 20 | -51/+122 |
|
|
* | * os.py: _exit doesn't exist in all variations of posix | Guido van Rossum | 1993-01-26 | 4 | -19/+45 |
|
|
* | Fixed a bug where the library inadvertently skipped over the sound | Sjoerd Mullender | 1993-01-26 | 1 | -2/+4 |
|
|
* | Documented marshal.{dumps,loads} and sys.builtin_module_names. | Guido van Rossum | 1993-01-22 | 3 | -3/+3 |
|
|
* | Added tovideo routine | Jack Jansen | 1993-01-22 | 1 | -0/+59 |
|
|
* | Found and fixed a few bugs in the handling of audio files with MARKs. | Sjoerd Mullender | 1993-01-22 | 1 | -12/+8 |
|
|
* | New module aifc to read and write AIFF-C and AIFF files. See | Sjoerd Mullender | 1993-01-22 | 1 | -0/+912 |
|
|
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 8 | -158/+365 |
|
|
* | * Add some more tests for numbers | Guido van Rossum | 1993-01-21 | 4 | -10/+44 |
|
|
* | Create CMIF-video file from SGI rgb images | Jack Jansen | 1993-01-20 | 1 | -0/+75 |
|
|
* | Use full path for izoom.h include file | Jack Jansen | 1993-01-19 | 1 | -1/+1 |
|
|
* | Added (optional) better scaling to readscaled | Jack Jansen | 1993-01-19 | 1 | -24/+138 |
|
|
* | ushdr_t was not defined so fill in its size instead of using sizeof. | Sjoerd Mullender | 1993-01-13 | 1 | -2/+3 |
|
|
* | Close the window when receiving a close request; turn time into int. | Guido van Rossum | 1993-01-13 | 1 | -1/+2 |
|
|
* | Added error checking. | Sjoerd Mullender | 1993-01-13 | 1 | -21/+82 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'release098'.v0.9.8 | cvs2svn | 1993-01-10 | 1 | -0/+1 |
|
|
* | Checking in last-minute changes that are already part of release 0.9.8 | Guido van Rossum | 1993-01-10 | 2 | -5/+6 |
|
|
* | * Makefile: use cp -r to install the library | Guido van Rossum | 1993-01-09 | 3 | -33/+45 |
|
|
* | Fixed various bugs in the adpcm routines | Jack Jansen | 1993-01-08 | 1 | -40/+71 |
|
|
* | Various changes. | Sjoerd Mullender | 1993-01-06 | 4 | -9/+979 |
|
|
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 18 | -78/+113 |
|
|
* | * Configure.py: use #!/usr/local/bin/python | Guido van Rossum | 1993-01-04 | 6 | -22/+47 |
|
|
* | Renamed vcopy to Vcopy (it is the only old tool that's still in use) | Guido van Rossum | 1992-12-24 | 1 | -0/+134 |
|
|
* | Get rid of C and out-of-date files | Guido van Rossum | 1992-12-24 | 1 | -89/+20 |
|
|
* | Added usage message, minor cosmetic changes | Guido van Rossum | 1992-12-24 | 1 | -78/+110 |
|
|
* | Fix typo in print message | Guido van Rossum | 1992-12-24 | 1 | -1/+1 |
|
|
* | Use plain python. | Guido van Rossum | 1992-12-24 | 2 | -2/+2 |
|
|
* | setsize has two arguments: width, height. | Guido van Rossum | 1992-12-24 | 1 | -3/+3 |
|
|
* | Renamed Vrecc to Vrecb (*b*urst mode capture). | Guido van Rossum | 1992-12-23 | 1 | -0/+281 |
|
|
* | Added mono, grey2 and grey4 formats | Jack Jansen | 1992-12-23 | 5 | -61/+491 |
|
|
* | *** empty log message *** | Guido van Rossum | 1992-12-22 | 1 | -1/+0 |
|
|