Greetings, humans.

The feature-packed pyglet 1.1 is now available in beta form.  If you
haven't yet taken the plunge, now is the time to make sure your
existing code base is compatible (and report bugs if it's not!).

http://code.google.com/p/pyglet/downloads/list?q=1.1beta1
http://pyglet.org/doc/1.1

There are some minor functional improvements in this release over 1.1
alpha 2, and many bug fixes.  The Windows and OS X packages also
bundle the latest AVbin version 3 (Linux and source users can download
this from http://code.google.com/p/avbin).   According to the FFmpeg
changelog, AVbin 3 has the following new features:

Slice-based parallel H.264 decoding
Monkey's Audio demuxer and decoder
AMV audio and video decoder
H.264 PAFF decoding
Nellymoser ASAO decoder
Beam Software SIFF demuxer and decoder
IntraX8 (J-Frame) subdecoder for WMV2 and VC-1
PC Paintbrush PCX decoder
Sun Rasterfile decoder
TechnoTrend PVA demuxer
Linux Media Labs MPEG-4 (LMLM4) demuxer
Mimic decoder
MSN TCP Webcam stream demuxer
RL2 demuxer / decoder
IFF demuxer
8SVX audio decoder

The complete changelog for pyglet 1.1 beta 1 is reproduced below.

Message ends.
Alex.

1.1beta1
    * docs: Added "Debugging tools" section to programming guide
    * docs: Clarified usage of ClockDisplay in module docstring
    * examples: Fixed polygon winding in opengl.py
    * pyglet: Added debug trace options
    * pyglet: Renamed "debug_graphics_enable_vbo" option to "graphics_vbo"
    * pyglet: Fixed import errors breaking the exception stack due to
      class instance used as module
    * pyglet.clock: Added ClockDisplay.unschedule
    * pyglet.font: Fixed Text.width
    * pyglet.image: get_transform() now operates around the anchor
    * pyglet.image: Added fallback BMP loader
    * pyglet.gl: Fixed GL/GLU strings being re-requested each frame
    * pyglet.graphics: Fixed VertexList.migrate
    * pyglet.graphics: Fixed memory leak with unused groups in a batch
    * pyglet.graphics: Fixed IndexedVertexList.draw
    * pyglet.media: Added have_avbin
    * pyglet.media: MediaFormatException now subclasses MediaException
    * pyglet.media: 24 bit audio files loaded with RIFF loader are now
      rejected early
    * pyglet.resource: Fixed resource.get_location
    * pyglet.resource: Resource path locations are now indexed deeply
    * pyglet.sprite: Added usage parameter
    * pyglet.text: Fixed multiple width/multiline issues, changed text
      class constructors to accomodate
    * pyglet.text: Added DocumentLabel.get_style and set_style
    * pyglet.text: Fixed layout states clobbering current color
    * pyglet.text: Fixed error when document truncated past caret position
    * pyglet.text: Move some style constants into HTML loader class for
      easier overriding
    * Linux: Fixed BMP loading for certain BMP files
    * OS X: AVbin default location is now /usr/local/lib
    * OS X: Libraries are now searched for in the application bundle before
      standard system paths
    * OS X: Now distributed with AVbin 3
    * Win32: Fixed GDI+ error message
    * Win32: Now distributed with AVbin 3

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to