Menu

Svn Commit Log


Commit Date  
[r2876] by sms00

Get rid of unused variable compile warnings.

2005-10-13 04:35:20 Tree
[r2875] by sms00

24 bit lpcm patch submitted by aval57 at yahoo dot com. The patch was
extended to include the 20 bit case as well.

2005-10-13 02:49:23 Tree
[r2874] by sms00

ODML extensions courtesy of a (slightly) modified avilib.{c,h} from the
transcode project

2005-10-07 16:31:45 Tree
[r2873] by sms00

Use "d = abs(ypre - ygte);" form instead of "if ((d = ypre - ygte) < 0) d = -d;"
form in 6 places.

2005-10-06 22:02:52 Tree
[r2872] by sms00

Need <stdlib.h> for abs() prototype - otherwise:
motionsearch_deint.c:205: warning: implicit declaration of function 'abs'

2005-10-04 23:55:30 Tree
[r2871] by sms00

Cleanup - malloc/free shouldn't be inside loops, allocate the memory once and
be done with it!

2005-10-04 20:59:28 Tree
[r2870] by sms00

Small speedup by not constantly malloc'ing and free'ing arrays (simulating
auto variables).

2005-10-04 17:45:48 Tree
[r2869] by stefan_fendt

code cleanage...

2005-10-04 15:53:08 Tree
[r2868] by sms00

Use the provided YUV4MPEG2 ('y4m') chroma sampling names (Y4M_CHROMA_422, etc)
instead of creating a duplicate set (CHROMA422, ...).

2005-10-02 18:48:44 Tree
[r2867] by sms00

What started out as adding interlace detection (check the 'fiel' atom) for
quicktime files turned into a general cleanup effort. No need to have
duplicate definitions for interlacing (#define LAV_INTER_TOP_FIRST Y4M_ILACE_TOP_FIRST, ...)
so replace the copies (LAV_*) with their Y4M_* equivalents.

2005-10-02 17:01:30 Tree
Older >
Auth0 Logo