[vlc-commits] commit: Schroedinger: fix copyright year, and NEWS (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sat Jan 15 15:33:44 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 15 15:29:26 2011 +0100| [4d3acaf28ec6fd1f312d5223636865c46ac5f4f9] | committer: Jean-Baptiste Kempf 

Schroedinger: fix copyright year, and NEWS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d3acaf28ec6fd1f312d5223636865c46ac5f4f9
---

 NEWS                         |    2 ++
 modules/codec/schroedinger.c |    7 +++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 5ff8b47..d24ce17 100644
--- 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
diff --git a/modules/codec/schroedinger.c b/modules/codec/schroedinger.c
index 58fe207..5770dc4 100644
--- a/modules/codec/schroedinger.c
+++ b/modules/codec/schroedinger.c
@@ -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 at 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 );
 }
+



More information about the vlc-commits mailing list