Menu

Svn Commit Log


Commit Date  
[r1330] by mdoggydog

Removed all the "DV deinterlace" code. (If you really need it, revert!
But I believe 'yuvdenoise -I' subsumes this function...)
Tried to document libdv's packing format a bit (for future reference).

2002-03-06 17:58:00 Tree
[r1329] by athos

Fix compile errors after lav_common cleanup. Add stdio include to lav2yuv,
remove noise commandline option from lav2divx.

2002-03-06 12:49:02 Tree
[r1328] by mdoggydog

Removed all kinds of monkey-business from lav_common.[ch] and associated
programs (lav2yuv --- removed cropping/geometry, line swapping, noise
filtering; stuff that is now done much better anyway by other tools).

2002-03-06 08:42:51 Tree
[r1327] by mdoggydog

Replaced "unsigned char" by "uint8_t" where more appropriate.
Fixed up some #include's (such as adding <config.h> !)

2002-03-05 16:54:39 Tree
[r1326] by mdoggydog

Completely unessential change (added superfluous newline),
so that I could commit something, and see if the new
CVS commit -> mailing list
pathway actually works.

If it does, I am going to sleep.
If it doesn't, I am already asleep.

2002-03-05 08:22:59 Tree
[r1325] by mdoggydog

Send mail to the new "mjpeg-cvs" mailing list, instead of just
good ol' mdoggydog.

2002-03-05 08:11:28 Tree
[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
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.