Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Changed preface in texipre.dat. | Guido van Rossum | 1993-02-21 | 3 | -20/+12 |
| | | | | | | * Added libwww entry to Makefile. * Documented new array module. * Documented extensions to regex (last, substring, translation table). | ||||
* | 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 |
| | | | | | screen Dsend - Main program analogous to Vsend to send data from display | ||||
* | 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 |
| | | | | | | accordingly: SetMin, SetMax, SetDefault are no longer methods of the compressor/decompressor but are functions of the cl module and they take a first argument which is a compression scheme | ||||
* | 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 |
| | | | | | Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement. Viewer.py: added random access, qinfo() function. | ||||
* | * clmodule.c: use function prototypes (found and fixed some bugs this | Sjoerd Mullender | 1993-02-16 | 1 | -192/+214 |
| | | | | | | | | | | way); more efficiently check whether parameters are float; removed one argument from DecompressImage method; use clGetParam instead of clGetParams where it makes sense; convert int parameters in SetParams, SetParam, SetMin, SetMax, and SetDefault to float when needed; added QuerySchemeFromHandle method * Makefile: interchanged cstubs and cgen.py so that $> in rule gets them in the right order | ||||
* | 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 |
| | | | | Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options). | ||||
* | 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 |
| | | | | | | will try to coerce anyway. classobject.c: instance 'nonzero' should first try __nonzero__ only then __len__. | ||||
* | 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 |
| | | | | | | | | | | listfontnames, bitmap ops. * listobject.c: use mkvalue() when possible; avoid weird error when calling append() without args. * modsupport.c: new feature in getargs(): if the format string contains a semicolor the string after that is used as the error message instead of "bad argument list (format %s)" when there's an error. | ||||
* | Added usage() and help() to Vrecb, and turn on -f by default. | Guido van Rossum | 1993-02-05 | 2 | -54/+82 |
| | | | | Removed duplicate description of -r option from documentation file. | ||||
* | 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 |
| | | | | | algorithms in cl module. aifc.py: fixed a small bug. | ||||
* | * ceval.c: ifdef out the last argument passing compat hack. | Guido van Rossum | 1993-02-05 | 4 | -29/+37 |
| | | | | | * Fixed memory leaks in socket, select and sv modules: mkvalue("O", v) does INCREF(v) so if v is brand new it should be XDECREF'd | ||||
* | aiff.py, calendar.py: change functions taking a tuple to really take a | Guido van Rossum | 1993-02-05 | 1 | -1/+2 |
| | | | | tuple (now that it makes a difference to Python) | ||||
* | CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. | Sjoerd Mullender | 1993-02-04 | 4 | -305/+678 |
| | | | | aifc.py: Several small improvements. Use new methods from CL module. | ||||
* | added kludge for buggy soundfiler from SGI; when reading 0 frames, | Sjoerd Mullender | 1993-01-29 | 1 | -1/+12 |
| | | | | | just set file pointer correctly instead of returning the complete file. | ||||
* | 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 |
| | | | | | - fixed bug in setmirror - cleaned up some common code | ||||
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 20 | -51/+122 |
| | | | | | | | | | | | * various modules: added 1993 to copyright. * thread.c: added copyright notice. * ceval.c: minor change to error message for "+" * stdwinmodule.c: check for error from wfetchcolor * config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h) * Add declaration of inittab to import.h * sysmodule.c: added sys.builtin_module_names * xxmodule.c, xxobject.c: fix minor errors | ||||
* | * os.py: _exit doesn't exist in all variations of posix | Guido van Rossum | 1993-01-26 | 4 | -19/+45 |
| | | | | * Added fcmp() to test_support.py and use it in test*.py | ||||
* | Fixed a bug where the library inadvertently skipped over the sound | Sjoerd Mullender | 1993-01-26 | 1 | -2/+4 |
| | | | | | data. Pass an extra parameter to the compression library. | ||||
* | 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 |
| | | | | (extensive) comments in the file for usage. | ||||
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 8 | -158/+365 |
| | | | | | | | | | | | | | | | | | | | | | stdwinmodule.c: wsetfont can now return an error Makefile: add CL_USE and CL_LIB*S; config.c: move CL part around New things in imgfile; also in Makefile. longobject.c: fix comparison of negative long ints... [REAL BUG!] marshal.c: add dumps() and loads() to read/write strings timemodule.c: make sure there's always a floatsleep() posixmodule.c: rationalize struct returned by times() Makefile: add test target, disable imgfile by default thread.c: Improved coexistance with dl module (sjoerd) stdwinmodule.c: Change include stdwin.h if macintosh rotormodule.c: added missing last argument to RTR_?_region calls confic.c: merged with configmac.c, added 1993 to copyright message fileobject.c: int compared to NULL in writestring(); change fopenRF ifdef timemodule.c: simplify times() using mkvalue; include myselect.h earlier (for sequent). posixmodule: for sequent, include unistd.h instead of explicit extern definitions and don't define rename() Makefile: change misleading/wrong MD5 comments | ||||
* | * Add some more tests for numbers | Guido van Rossum | 1993-01-21 | 4 | -10/+44 |
| | | | | * mainloop.py: don't use select unless absolutely necessary (for Mac) | ||||
* | 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 |
| |