Menu

Svn Commit Log


Commit Date  
[r2739] by sms00

mpeg2enc rather consistently (even on single cpu systems) crashes on the
linux systems (OS/X doesn't appear to have the problem):
INFO: [mpeg2enc] Signaling last frame = 499
mpeg2enc: seqencoder.cc:433: void SeqEncoder::EncodeStream(): Assertion `pass1coded.size() == 0' failed.
Abort

So, make the default -M value 0 to disable threading. Actually for buffering
the 'bfr' program can be placed in front of mpeg2enc and obviate the need for
threading in the encoder completely (it doesn't give much of a speed increase
as it turns out).

2005-05-19 23:55:05 Tree
[r2738] by sms00

Tidy up the dualprime logic - it was somewhat inverted. The default is still
OFF but the option to turn it off (--no-dualprime-mpeg2) was removed as
redundant.

Also print out a line in the summary saying DualPrime: on/off

2005-05-19 22:55:33 Tree
[r2737] by sms00

Why use a large multiline 'if' statement instead of a simple call to
y4m_chroma_keyword(mode) when converting the chroma id to a string?

2005-05-19 21:39:18 Tree
[r2736] by sms00

The files in win32/* are gone so remove the (few) lingering uses of them
in mplex and the utils/logging,types.h files.

2005-05-18 17:21:47 Tree
[r2735] by sms00

more win32 patches

2005-05-17 20:31:52 Tree
[r2734] by sms00

Cosmetic (whitespace) change in an attempt to goad SF's servers to propagate
changes to the anonymous/public servers.

2005-05-16 23:01:54 Tree
[r2733] by sms00

win32 enabling patches from pjk at bigpond d net d au

2005-05-12 00:17:36 Tree
[r2732] by sms00

Don't hardcode part of the quicktime.h pathname - it is subject to change (and
it did change today in libquicktime). pkg-config --cflags libquicktime
places the correct -I entry in $CFLAGS so that all applications need to do
is use <quicktime.h>.
The installed location of the quicktime headers changed from
$prefix/include/quicktime to $prefix/include/lqt to avoid a conflict with
OS/X (which has a damned caseinsensitive filesystem). <quicktime/quicktime.h>
was conflicting with the system's <QuickTime/QuickTime.h>. The libquicktime
maintainer suggested changing libquicktime to use 'lqt' instead.

2005-05-10 23:22:29 Tree
[r2731] by sms00

Disable threading in y4mdenoise until the bug at end of stream handling
can be fixed.

2005-05-10 16:01:06 Tree
[r2730] by sms00

Pit the contents of the static libs libmotion an dlibcpuaccel into libmjpegutils
to fix the build problem on OSX 10.4 using gcc4.

2005-05-10 13:30:39 Tree
Older >
Auth0 Logo