Menu

Svn Commit Log


Commit Date  
[r1324] by mdoggydog

const-correctness fixes. (not yet Perfect, but it's getting there. :)

2002-03-05 02:14:03 Tree
[r1323] by mcelrath

fix a couple of "char*"'s that should have been "unsigned char*"'s
(compiler warnings)

2002-03-05 02:06:02 Tree
[r1322] by mdoggydog

*** empty log message ***

2002-03-05 02:05:06 Tree
[r1321] by mdoggydog

Cleaned-up some pointer types:
o For Y'CbCr buffers, changed "unsigned char *" to the even less ambiguous
"uint8_t *", because that is precisely what they are.
o For y4m_read() and y4m_write(), changed "char *" to "void *", which more
accurately reflects their use as wrappers for read() and write().
(Internally, cast to "uint8_t *" in order to do some byte-wise pointer
arithmetic.)
o All other "char *" refer to character strings, and have been left alone.

2002-03-05 01:19:09 Tree
[r1320] by mdoggydog

Non-essential change,
just to see if a log message notification is produced.
(You can never have too much email.)

2002-03-04 22:11:22 Tree
[r1319] by mdoggydog

A first-swipe at getting commit-notifications automagically emailed to
developers. Since there is no existing "mjpeg-commit" list, right now
this just emails stuff to me.

2002-03-04 22:08:37 Tree
[r1318] by athos

Quick fix to allow deinterlace-only operation to succeed (output was being taken
from the denoising result buffer even if no denoising was performed).

2002-03-04 19:47:46 Tree
[r1317] by mcelrath

mmap(PROT_READ|PROT_WRITE...) and minor casts to avoid compiler warnings.

2002-03-04 08:18:34 Tree
[r1316] by athos

Saner handling of avifile versions. Placed setup for such handling and
common avifile includes into new header file libavifile.h

2002-03-03 19:26:52 Tree
[r1315] by mcelrath

cast for execvp to avoid compiler warnings.

2002-03-03 18:30:32 Tree
Older >
MongoDB Logo MongoDB