]> git.sesse.net Git - vlc/blobdiff - NEWS
Determine psz_vlcpath in according to a location of DLL not the executable on OS/2
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index 74a72f63c42ee73d480d4ac4066c940012749d15..63fef27fff26b99d09caf18ebc9871d1f9147c83 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
-Changes between 1.1.x and 1.2.0-pre1:
-------------------------------------
+Changes between 1.2.x and 1.3.0-git:
+--------------------------------
+
+Encoders:
+ * high10,high422 and high444 encoding support in h264
+
+
+Changes between 1.1.12 and 1.2.0:
+---------------------------------
 
 Important notes:
+ * The licenses of libVLC and libVLCcore have changed from GPLv2+ to LGPLv2.1+
  * Start/end titles/chapters are now specified with # rather than @ to fix
    conflicts with some URLs and file names. For instance, this plays a DVD
    from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
@@ -13,7 +21,7 @@ Important notes:
    - --disc-caching specifies caching for local optical media.
    All values are expressed in milliseconds as in previous versions.
  * HTTP server IP address, port, and TLS configuration is now centralized:
-   - The --http-host option sets the address, e.g. "--http-host=2001:db8::1".
+   - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
      By default, both :: and 0.0.0.0 are used.
    - The --http-port and --https-port options set the port numbers.
      By default, 8080 is used for HTTP, and 8443 for HTTPS.
@@ -115,6 +123,8 @@ Interfaces:
  * Mac OS X: support for the native fullscreen mode on OS X Lion
  * Mac OS X: enhanced AppleScript support
  * The rc and telnet lua interfaces were merged into a new "cli" interface
+ * lua: the recommended way to run custom interface scripts is now to pass
+   -I luaintf --lua-intf myscript
  * ncurses: heavy refactor of the complete interface
  * dbus: Rewrite of the main loop to use a more efficient poll-based model
  * dbus: Upgrade to an mpris2 compliant interface, see http://www.mpris.org
@@ -135,6 +145,7 @@ Video Output:
  * New video output for Android platform, based on Surface
  * Support for 9/10bits output in the OpenGL output
  * Updated OpenGL video output for Mac, requires a Quartz Extreme capable machine
+ * New video output based on kva API for OS/2
 
 Audio Output and Filters:
  * New audio output based on AudioQueue API for iOS