Menu

Svn Commit Log


Commit Date  
[r2748] by sms00

assumptions about chroma subsampling should not be coded in as explicit
"divide by 4" (which assumes 4:2:0). Use the Y4M API to dynamically compute
the chroma plane size. I.E. do not do 'w * h / 4' but instead use
y4m_chroma_ss_x_ratio (and 'y').

2005-05-26 22:43:34 Tree
[r2747] by rbultje

Fix RPM build

2005-05-25 09:40:07 Tree
[r2746] by sms00

accidentally left out an arg in the usage summary for the chroma option. -x
takes an argument

2005-05-25 03:08:59 Tree
[r2745] by sms00

Overlooked the 'k' (flip bytes) option in the getopt() call.

2005-05-25 02:28:28 Tree
[r2744] by waldviertler

A nev version for the comming release

2005-05-24 11:02:32 Tree
[r2743] by sms00

Oops - single quotes instead of double quotes in a few places (PPC).

2005-05-23 21:05:09 Tree
[r2742] by sms00

Fix gcc4 support for PPC arch

2005-05-23 20:50:30 Tree
[r2741] by sms00

Changes from Burkhard Plaum (libquicktime) for gcc4 support.

2005-05-23 19:41:34 Tree
[r2740] by stefan_fendt

added a motion-compensation to the denoiser, again (as the temporal
filter seems to be very robust against motion-errors, now)
...but a lot(!) left to do...

2005-05-23 19:02:09 Tree
[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
Older >
Auth0 Logo