search for: ndrop

Displaying 4 results from an estimated 4 matches for "ndrop".

Did you mean: drop
2000 Jun 02
3
graphical parameters in plot
I'm using plot to make a simple plot but I want to control where the tick marks go on bot axes. The graphical parameters xaxp and yaxp seem to be ignored by the plot function so I tried setting them using op <- par(no.readonly=T) par(xaxp=c(-2.4,-2.2,5), yaxp=c(-2500,10000,6)) plot(...) par(op) but they are still ignored. Next I tried to use the axis function as follows op <-
2004 Dec 16
0
[patch] ffmpeg2theora A/V sync
...s_delta = v_pts_delta_new; + else + v_pts_delta = ((v_pts_smoothness*v_pts_delta + v_pts_delta_new) / + (v_pts_smoothness+1.0)); + framesync = ((v_pts_delta - a_pts_delta) * this->fps); + if (framesync < -framesync_thresh) + { + fprintf (stderr, "\nDropping frame at %.1f: sync off by %.3f frames\n", + v_pts_out, framesync); + framesync = -1; + } + else if (framesync > framesync_thresh) + { + fprintf (stderr, "\nDuplicating frame at %.1f: sync off by %.3f frames\n", + v_pts_out, framesync)...
2004 Dec 19
0
[patch] more ffmpeg2theora improvements
...framesync_change) { + fprintf (stderr, "\nNo sync adjust at %.1f, sync change %.2f too large\n", + v_pts_out, framesync-was_framesync, max_good_framesync_change); + frameadjust = 0; + } + else if (framesync < -framesync_thresh) { + fprintf (stderr, "\nDropping frame at %.1f: sync off by %.2f frames\n", + v_pts_out, framesync); + frameadjust = -1; + } + else if (framesync > framesync_thresh) { + fprintf (stderr, "\nDuplicating frame at %.1f: sync off by %.2f frames\n", + v_pts_out, framesync);...
2005 Nov 04
19
Drag & Scroll
...you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library" here: http://www.walterzorn.com/dragdrop/dragdrop_e.htm ...you''ll notice that his implements the window scrolling when you drag elements around. Is this maybe a Prototype issue? I know that OpenRico has the same problem. Thanks. -- __________________________...