]> git.sesse.net Git - vlc/commitdiff
Schroedinger: fix copyright year, and NEWS
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Jan 2011 14:29:26 +0000 (15:29 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Jan 2011 14:32:26 +0000 (15:32 +0100)
NEWS
modules/codec/schroedinger.c

diff --git a/NEWS b/NEWS
index 5ff8b47cb7bb6e1dbb1bd3b4c9076600d1a14a0c..d24ce174fae0b466d0e7d543b10a5fc18ee023d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,8 @@ Codecs
  * You can now use ffmpeg-mt in conjunction with vlc
  * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
  * 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:
  * Playback rate doesn't get resetted to 1 between items anymore
index 58fe20749456daefaf253ffd55876ec8f5f57eea..5770dc44b8d58decc422c1e0193f3b4cbda42056 100644 (file)
@@ -3,12 +3,11 @@
  *          (http://www.bbc.co.uk/rd/projects/dirac/index.shtml)
  *          (http://diracvideo.org)
  *****************************************************************************
- * Copyright (C) 2008 the VideoLAN team
- * $Id$
+ * Copyright (C) 2008-2010 the VideoLAN team
  *
  * Authors: Jonathan Rosser <jonathan.rosser@gmail.com>
  *          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
  * it under the terms of the GNU General Public License as published by
@@ -136,7 +135,6 @@ vlc_module_begin ()
 
     ppsz_enc_options[i_numopts+2] = NULL;
 
-
 vlc_module_end ()
 
 /*****************************************************************************
@@ -1139,3 +1137,4 @@ static void CloseEncoder( vlc_object_t *p_this )
 
     free( p_sys );
 }
+