Menu

Svn Commit Log


Commit Date  
[r2906] by rbultje

Fix dmesg flooding

2005-10-30 20:12:51 Tree
[r2905] by waldviertler

Added the patch from: Alessandro Fausto - fareale

It can be found in the Patches Tracker: [ 1334877 ] Solve the glav current video position always zero.

Short description:
In my system withint the glav tool the time position do
not work, i have found
and patched the problem.

After debugging i have found that the scanf function
only decode the first
parameters and fail for other 3 integer parameters.

The incriminated call is located at
lavtools/glav_main.c row 337

sscanf(inpbuff+1,"%lg/%d/%d/%d",&fps,&cur_pos,&total_frames,&cur_speed);

the inpbuff is @24.0004/52/32692/1
the sscanf extract 24, 0, 0, 0 and return 1 (only one
token correctly decoded)

It fail to decode the decimal part (.0004) of the
floating point number.

I have changed this function with a more complicated
splitting (without strtok)
and manual extraction.
The problem with .0004 remain but to not interfere with
integer tokens decoding.
With this all work very fine!!

2005-10-29 04:44:49 Tree
[r2904] by stefan_fendt

bugfix: orientated SINC-reconstruction was using incorrect taps on one
direction

2005-10-26 07:17:56 Tree
[r2903] by sms00

If the user give "-f q" and wants to call the file foo.avi that's his right.

2005-10-24 03:17:56 Tree
[r2902] by stefan_fendt

minor bugfix and changed sinc-filter-code...

2005-10-23 19:44:20 Tree
[r2901] by sms00

If the user wants to call non-quicktime files .mov that's the user's business.
The signature checks determine the type, let the user pick the name he wants.

2005-10-23 18:54:54 Tree
[r2900] by sms00

Wow, how many of these things are there. Use 's' in sequence-header-every-gop

2005-10-23 18:45:28 Tree
[r2899] by sms00

Found another one. Put 'C' in the long form.

2005-10-23 18:41:49 Tree
[r2898] by sms00

-Z and -O (short form) were not used anywhere in the option processing

2005-10-23 18:28:28 Tree
[r2897] by sms00

't' in shortoption form not used.
Use 'd' in the longform svcd option.

2005-10-23 18:00:54 Tree
Older >
Auth0 Logo