[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame 1.7.1rc1 released.



yes please!  send me the patch!

On 8/11/05, Dmitry Borisov <jbors@xxxxxxx> wrote:
> Hi,
> Just wanted to ask if anyone need more functionality from Overlay.
> In my case I have implemented several new calls to deal with overlay direct
> blitting.
> I have submitted that patch to Pete long time ago, but it was never put in
> CVS.
> The rationale behind every additional call below:
> - set_data( (y,u,v) ) - sets the data to an overlay but do not display it,
> so you can do SW blitting via blit().
> - blit( img, pos ) - blits the RGB Surface onto YUV overlay surface
> - display() - display the Overlay.
> In many case RGB over YUV blit just produces bad quality pics with ugly
> perfromance, but sometimes that's the only way you can put OSD over movie.
> See the example here:
> http://pymedia.org/pycar/screenshots/ts1/screenshot_11.html
> Let me know if you're interested in this patch so I can compile it.
> Thanks,
> Dmitry/
> 
> ----- Original Message -----
> From: "Rene Dudfield" <renesd@xxxxxxxxx>
> To: <pygame-users@xxxxxxxx>
> Sent: Tuesday, August 09, 2005 8:48 PM
> Subject: [pygame] pygame 1.7.1rc1 released.
> 
> 
> Hey,
> 
> this is the first release candidate for pygame 1.7.1.
> 
> CVS has been tagged with release_1_7_1rc1 to mark this release candidate.
> 
> If there are no changes, or bug fixes over the next week then this
> will become the 1.7.1 release.
> 
> Please report your testing here.  Thanks!
> 
> Source release:
>   http://rene.f0o.com/~rene/pygame-1.7.1rc1.tar.gz
> Windows binary release:
>   http://rene.f0o.com/~rene/pygame-1.7.1rc1.win32-py2.4.exe
> 
> 
> Recent notes from the WHATSNEW file:
> 
> August 10, 2005
>     Fix for overlay.c to compile in windows.
>     Fixed some warnings for font, and rotozoom with gcc4.
>     Added an example for fastevents.
>     Fix for config_unix.py with wrong paths for /usr/local
> 
> July 28, 2005
>     Fix for sprite module[BUG].  fastevent module for faster sdl event
> processing.
>     Updated examples.
> 
> 
> Cheers.
> 
>