Menu

Svn Commit Log


Commit Date  
[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
[r2866] by sms00

Get the sample aspect from the 'pasp' atom in Quicktime files. This requires
a newer version of libquicktime so the required version of libquicktime was
bumped to 0.9.7

2005-10-01 03:19:52 Tree
[r2865] by sms00

Consolidate the dataformat checking in 1 place. Previously there were two
places which made _different_ checks for the data format. The YUV cases are
still wrong or missing support code but at least now the check is only made
in one place.

Eventually a decision should be made to either implement support for the
various "YUV" formats or remove the incomplete (incorrect) portions that are
present.

2005-09-29 22:29:32 Tree
[r2864] by sms00

Oops - forgot to include a few files in the distribution kit: README, ChangeLog,
TODO, INSTALL

2005-09-27 22:50:25 Tree
[r2863] by stefan_fendt

some bugfixes (greenlines top and below), more preparation to support more
chroma-modes... Currently outputs 420 at half field-rate

2005-09-27 21:13:02 Tree
[r2862] by sms00

writeframe() [writepic.cc] was an empty file - the entire function body was
ifdef'd out _and_ the 1 reference to writeframe() was ifdef'd out with
a DEBUG block (which would have done nothing even if DEBUG was defined).
Remove writepic.cc (which hasn't been touched in almost 2 years).

2005-09-27 21:01:07 Tree
[r2861] by sms00

Use the bufalloc() routine from libmjpegutils (utils/cpu_accel.c). Not only
does this prevent needless code duplication but the pointer from mjpegutil's
bufalloc() can be passed to free() (the one returned by duplicate code could
not be passed to free()).

2005-09-27 20:52:25 Tree
Older >
Auth0 Logo