Jump to letter: [
          
            ABCDFKLMOSVX
          ]
        
        vlc-devel: VLC Development system
        
        
            | Name: | vlc-devel | Vendor: | VideoLAN Project (http://www.videolan.org) | 
        
            | Version: | 1.1.2 | License: | GPL v2 | 
        
            | Release: | 2.7 | URL: |  | 
        
        
        - Summary
- Those development headers are required if you plan on coding against VLC
Changelog
        
            - * Mon Aug 17 14:00:00 2009 [email protected]
- - Add vlc-1.0.1-libass4.patch to support newer libass. Patch
  taken from upstream commit 019359b5a5. 
            - * Mon Sep 21 14:00:00 2009 [email protected]
- - Update to version 1.0.2
  + Decoders:
  - Native support for WMA Professional, without the use of the
    Win32 dlls
  - Fix issues in subtitles, especially SSA ones
  - Various fixes on theora and ogg
  + Demuxers:
  - Various fixes for EPG support in MPEG-TS demuxer
  - Fixes for potential stack overflow in .avi, .mp4 and .asf
    demuxers
  + Access:
  - Fixes for v4l2 devices
  - Fixes for dvb-c channels-scanning
  + Qt Interface:
  - Fix some playlist sorting issues
  + Encoders:
  - MPEG2 transrate stream output removed
  - x264 default-values closer to x264.exe defaults.
  - x264 rc-behaviour fixes:
    . if user defines qp-value, CQP-mode is used
    . otherwise if user defines vb=0, CRF-mode is used
    . otherwise ABR-mode is used
  - x264 set vbv-bufsize/vbv-maxsize better if user hasn't
    defined these:
    . ABR mode set vbv-max-bitrate=bitrate
    . vbv-bufsize is bitrate * seconds between keyframes
    (keyint/fps)
  + Playlist:
  - Lua scripts for Mpora and Vimeo playback
  + Updated translations.
            - * Tue Sep 29 14:00:00 2009 [email protected]
- - Add 540_all_x264.patch to build with x264 >= 0.76. Patch copied
  from gentoo portage.