Menu

Svn Commit Log


Commit Date  
[r3198] by waldviertler

Added the Patch from the Tracker for Yuri :
http://sourceforge.net/tracker/index.php?func=detail&aid=1691505&group_id=5776&atid=305776

Allow more control to advanced MPEG encoding application
Summary: exposed inner steps inside SeqEncoder::EncodeStream() to user
allowing finer control.

SeqEncoder::EncodeStream() currently parses image stream using 'pull'
method, calling reader from inside the long loop.

2007-10-28 14:40:54 Tree
[r3197] by sms00

target_bits can be int instead of int32_t. Seems cygwin's implementation of
min() is broken somehow.

2007-10-12 03:42:17 Tree
[r3196] by sms00

level 0 optimization suggested by Burkhard Plaum

2007-09-23 16:29:29 Tree
[r3195] by sms00

Add support for model 15 Intel cpus (nocona x86_64)

2007-09-20 03:53:18 Tree
[r3194] by sms00

Sigh, seems a lot of interlacing info being passed around but never placed in
the output file. For Quicktime files use the interlacing info to add the 'fiel'
atom to the file. After this is done Quicktime Player app will recognize and
play the file.

2007-09-09 22:16:53 Tree
[r3193] by sms00

Might as well enable the program with a warning.

2007-09-09 21:53:13 Tree
[r3192] by sms00

Fix memory leak when reading AVI files. IF libquicktime support was present
the buffers for quicktime handling would be allocated even if AVI was the
input format. Then when the return was done out of the avi logic the buffers
were not free'd.

2007-08-18 18:26:40 Tree
[r3191] by waldviertler

Added the Patch from:
http://sourceforge.net/tracker/index.php?func=detail&aid=1770186&group_id=5776&atid=305776

Submitted By:
Roland Hermans - rolandh

jpeg2yuv doesn't see EOF when reading filenames from stdin
The jpeg2yuv command mjpegtools-1.9.0rc2 does not properly detect the end
of the list of input files passed via stdin. The example command mentioned
in the manual page

$ls *jpg | jpeg2yuv -f 25 -I p > result.yuv

never returns and keeps on writing data to result.yuv until the filesystem
is full.

2007-08-09 13:03:58 Tree
[r3190] by sms00

export & install motionsearch.h

2007-05-18 05:03:00 Tree
[r3189] by sms00

Code hygiene and preparation for promotion to an installed header file.

2007-05-15 07:04:19 Tree
Older >
Auth0 Logo