]> git.sesse.net Git - vlc/commitdiff
Fix encoding (and writing).
authorRémi Duraffort <ivoire@videolan.org>
Fri, 26 Jun 2009 08:18:08 +0000 (10:18 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Fri, 26 Jun 2009 08:18:08 +0000 (10:18 +0200)
THANKS
modules/video_filter/dynamicoverlay/dynamicoverlay.c
modules/video_filter/dynamicoverlay/dynamicoverlay_buffer.c
modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
modules/video_filter/dynamicoverlay/dynamicoverlay_list.c
modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c

diff --git a/THANKS b/THANKS
index 86bc8503598503560e5ef2b99da49d8490f15427..c855af56d345bd6f39faef4d94bb3445d9d5a2cf 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -264,7 +264,7 @@ Sebastian Jenny <jenny - sebastian &t gmail - com > - AAC decoding channel order
 Sebastien Chaumat <Sebastien.Chaumat at ens-lyon.fr> - YOPY port tests
 Sidney Doria <ssdoria qt gmail.com> - Brazilian Portuguese localisation
 Simon Damkjær Andersen <simondamkjaer at gmail.com> - playmode icons and the entire Fullscreen Panel design for the OSX GUI (v0.8.6)
-Soren Bog <avacore at videolan dot org> - dynamicoverlays
+Søren Bøg <avacore at videolan dot org> - dynamicoverlays
 Srikanth Raju - Chorus flanger audio filter
 Stefán Freyr Stefánsson <stefan.freyr -at- gmail.com> - Qt4 speed slider
 Steve Brown <sbrown at cortland.com> - fix for optional PES size bug
index bf57400151e01c2c5da8baf22b462d989b28197f..dca20ce2cef72f0f3a4dbe2fa3edc1c7e7961063 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2007 the VideoLAN team
  * $Id$
  *
- * Author: Soren Bog <avacore@videolan.org>
+ * Author: Søren Bøg <avacore@videolan.org>
  *
  * 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
index dce831b79371986befc0d144a6d8341f673c750c..b454ebf5b8db04c9279b534fd61f04616c882f9a 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * dynamicoverlay_buffer.h : dynamic overlay buffer
  *****************************************************************************
- * Copyright (C) 2008 the VideoLAN team
+ * Copyright (C) 2008-2009 the VideoLAN team
  * $Id$
  *
- * Author: SÃ\83¸ren BÃ\83¸g <avacore@videolan.org>
+ * Author: Søren Bøg <avacore@videolan.org>
  *         Jean-Paul Saman <jpsaman@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 58c9fcdfaa55bc61f62b84ceb1603f6aff7e70df..cf7ce627d1baa9d0cd8c0fa2529bd67aed0efcde 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2008 the VideoLAN team
  * $Id$
  *
- * Author: Soren Bog <avacore@videolan.org>
+ * Author: Søren Bøg <avacore@videolan.org>
  *         Jean-Paul Saman <jpsaman@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
index e3c5acc43c9f25e501367144533e07f9233ef833..985d3c415fedf04141b9333574e976c069d12b05 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * dynamicoverlay_list.h : dynamic overlay list
  *****************************************************************************
- * Copyright (C) 2008 the VideoLAN team
+ * Copyright (C) 2008-2009 the VideoLAN team
  * $Id$
  *
- * Author: SÃ\83¸ren BÃ\83¸g <avacore@videolan.org>
+ * Author: Søren Bøg <avacore@videolan.org>
  *         Jean-Paul Saman <jpsaman@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 80d8b301313f88dd2203f690365497e8fa1fbeef..c3896e9ae4e1681447a3ed6d999ecf7f517ab336 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * dynamicoverlay_commands.c : dynamic overlay plugin commands
  *****************************************************************************
- * Copyright (C) 2008 the VideoLAN team
+ * Copyright (C) 2008-2009 the VideoLAN team
  * $Id$
  *
- * Author: SÃ\83¸ren BÃ\83¸g <avacore@videolan.org>
+ * Author: Søren Bøg <avacore@videolan.org>
  *         Jean-Paul Saman <jpsaman@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify