ChangeLog
author Mathieu Schroeter <mathieu.schroeter@mycable.ch>
Sun Oct 03 19:20:13 2010 +0200 (19 months ago)
changeset 1546 cb09ce4002a1
parent 1543 b2fcb8197341
permissions -rw-r--r--
updated ChangeLog for 2.0.1
     1 libplayer (2.0)
     2 
     3   2.0.1: 3 Oct, 2010
     4 
     5     * The libplayer version was not passed correctly to Doxygen.
     6     * Fix a segmentation fault when the default screen used by the X server can
     7       not be found.
     8 
     9   2.0.0: 3 Oct, 2010
    10 
    11     X11:
    12     * The code related to X11 has been rewritten in order to use XCB instead of
    13       Xlib. It fixes many potential problems related to the multi-threading.
    14     * New function to detect the VDPAU capabilities of the GPU.
    15     * The display (see DISPLAY environment variable) can be provided explicitly
    16       with the public API.
    17 
    18     MPlayer:
    19     * Fix VDPAU handling accordingly to the VDPAU capabilities of the GPU
    20       (see --enable-xlib-hack with configure).
    21     * The OSD can be enabled/disabled.
    22     * Support for DVB resource.
    23     * Support for VAAPI and DirectFB video outputs.
    24     * New parameter to control the video decoding quality.
    25 
    26     xine:
    27     * Support for VDPAU (see --enable-xlib-hack with configure) and DirectFB
    28       video outputs.
    29     * Support for more network resources.
    30     * The video aspect can be changed.
    31     * The playback speed can be changed.
    32 
    33     GStreamer: still experimental
    34     * Many improvements and functionalities.
    35     * Support for audio and video files.
    36 
    37     VLC: still experimental
    38     * Many improvements and functionalities.
    39     * Support for X11/XV video outputs.
    40     * Support for files, network streams and DVD resources.
    41 
    42     Other:
    43     * Many fixes and enhancements in Makefile and configure.
    44     * Drop player_video_set_fullscreen() function which was useless.
    45     * New public function to retrieve the libplayer version.
    46     * New public function to continue to the next MRL in the playlist
    47       accordingly to the playback mode.
    48     * Support for PulseAudio.
    49     * Now a userdata can be passed to the event callback.
    50     * All binaries have a manpage.
    51     * Partial support for MS Windows. The core of the lib is supported but not
    52       all backends can be compiled (for example, MPlayer is not supported).
    53     * The Python binding is not up-to-date and disabled by default.
    54     * Many small fixes and cosmetics ...
    55 
    56 
    57 libplayer (1.0)
    58 
    59   1.0.0: 6 Dec, 2009
    60 
    61     * Initial project release.
    62     * MPlayer and xine backends are well supported.