Menu

Svn Commit Log


Commit Date  
[r2780] by sms00

Fix a typo and also clarify the comment when dealing with unknown chroma type
from a DV file (basically means a broken/corrupt file).

2005-06-03 18:11:22 Tree
[r2779] by sms00

Continue trying to straighten out the libdv mess. Use the 'decoder->sampling'
value set up by 'dv_parse_header' instead of making assumptions (or guesses)
about how libdv was compiled

2005-06-03 18:09:07 Tree
[r2778] by sms00

LIBDV_PAL_YV12 goes away - it was badly broken and libdv seems to do things
a different way now.

2005-06-03 17:42:20 Tree
[r2777] by sms00

gcc4 caught an unused variable:
n.c:347: warning: unused variable 'delta'

2005-06-02 06:10:13 Tree
[r2776] by stefan_fendt

maybe I get this thing ready for the release?!?
Currently lacks of options to make it better controlable for the user,
lacks of speed, and surely contains a lot of bugs...

Despite that the source is a mess.
Do we have a release date? Or a date for the next RC? This could be
(or become) a just in time delivery. *G*

2005-06-01 08:33:19 Tree
[r2775] by stefan_fendt

more intelligent second stage processing ...
for lowest mpeg2 bitrates ever. ;-)

2005-05-31 18:13:03 Tree
[r2774] by sms00

Oops - the number of channels was hardcoded to 2. Use a loop "j < channels"
to free all of the allocated buffers pointed to by qt_audion.

2005-05-30 19:16:22 Tree
[r2773] by sms00

Make mplex created pcm DVDs the same as 'commercial' ones - fix submitted
by Dave Chapman.

2005-05-30 18:20:09 Tree
[r2772] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 04:12:03 Tree
[r2771] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 03:54:36 Tree
Older >
Auth0 Logo