Commit 4d3acaf2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Schroedinger: fix copyright year, and NEWS

parent b94a0412
...@@ -26,6 +26,8 @@ Codecs ...@@ -26,6 +26,8 @@ Codecs
* You can now use ffmpeg-mt in conjunction with vlc * You can now use ffmpeg-mt in conjunction with vlc
* Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
* Experimental Hardware decoding using Broadcom CrystalHD cards * Experimental Hardware decoding using Broadcom CrystalHD cards
* New module for Dirac encoding, using the faster libschroedinger
The Schroedinger module should be prefered to the Dirac one
Core: Core:
* Playback rate doesn't get resetted to 1 between items anymore * Playback rate doesn't get resetted to 1 between items anymore
......
...@@ -3,12 +3,11 @@ ...@@ -3,12 +3,11 @@
* (http://www.bbc.co.uk/rd/projects/dirac/index.shtml) * (http://www.bbc.co.uk/rd/projects/dirac/index.shtml)
* (http://diracvideo.org) * (http://diracvideo.org)
***************************************************************************** *****************************************************************************
* Copyright (C) 2008 the VideoLAN team * Copyright (C) 2008-2010 the VideoLAN team
* $Id$
* *
* Authors: Jonathan Rosser <jonathan.rosser@gmail.com> * Authors: Jonathan Rosser <jonathan.rosser@gmail.com>
* David Flynn <davidf at rd dot bbc.co.uk> * David Flynn <davidf at rd dot bbc.co.uk>
* Anuradha Suraparaju <asuraparaju at gmail dot com> * Anuradha Suraparaju <asuraparaju at gmail dot com> (encoding)
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -136,7 +135,6 @@ vlc_module_begin () ...@@ -136,7 +135,6 @@ vlc_module_begin ()
ppsz_enc_options[i_numopts+2] = NULL; ppsz_enc_options[i_numopts+2] = NULL;
vlc_module_end () vlc_module_end ()
/***************************************************************************** /*****************************************************************************
...@@ -1139,3 +1137,4 @@ static void CloseEncoder( vlc_object_t *p_this ) ...@@ -1139,3 +1137,4 @@ static void CloseEncoder( vlc_object_t *p_this )
free( p_sys ); free( p_sys );
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment