Commit 00b2cd8d authored by Rémi Duraffort's avatar Rémi Duraffort

Fix encoding (and writing).

parent 12a4a6f9
...@@ -264,7 +264,7 @@ Sebastian Jenny <jenny - sebastian &t gmail - com > - AAC decoding channel order ...@@ -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 Sebastien Chaumat <Sebastien.Chaumat at ens-lyon.fr> - YOPY port tests
Sidney Doria <ssdoria qt gmail.com> - Brazilian Portuguese localisation 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) 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 Srikanth Raju - Chorus flanger audio filter
Stefán Freyr Stefánsson <stefan.freyr -at- gmail.com> - Qt4 speed slider 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 Steve Brown <sbrown at cortland.com> - fix for optional PES size bug
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Copyright (C) 2007 the VideoLAN team * Copyright (C) 2007 the VideoLAN team
* $Id$ * $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 * 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
......
/***************************************************************************** /*****************************************************************************
* dynamicoverlay_buffer.h : dynamic overlay buffer * dynamicoverlay_buffer.h : dynamic overlay buffer
***************************************************************************** *****************************************************************************
* Copyright (C) 2008 the VideoLAN team * Copyright (C) 2008-2009 the VideoLAN team
* $Id$ * $Id$
* *
* Author: Søren Bøg <avacore@videolan.org> * Author: Søren Bøg <avacore@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org> * Jean-Paul Saman <jpsaman@videolan.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Copyright (C) 2008 the VideoLAN team * Copyright (C) 2008 the VideoLAN team
* $Id$ * $Id$
* *
* Author: Soren Bog <avacore@videolan.org> * Author: Søren Bøg <avacore@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org> * Jean-Paul Saman <jpsaman@videolan.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/***************************************************************************** /*****************************************************************************
* dynamicoverlay_list.h : dynamic overlay list * dynamicoverlay_list.h : dynamic overlay list
***************************************************************************** *****************************************************************************
* Copyright (C) 2008 the VideoLAN team * Copyright (C) 2008-2009 the VideoLAN team
* $Id$ * $Id$
* *
* Author: Søren Bøg <avacore@videolan.org> * Author: Søren Bøg <avacore@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org> * Jean-Paul Saman <jpsaman@videolan.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/***************************************************************************** /*****************************************************************************
* dynamicoverlay_commands.c : dynamic overlay plugin commands * dynamicoverlay_commands.c : dynamic overlay plugin commands
***************************************************************************** *****************************************************************************
* Copyright (C) 2008 the VideoLAN team * Copyright (C) 2008-2009 the VideoLAN team
* $Id$ * $Id$
* *
* Author: Søren Bøg <avacore@videolan.org> * Author: Søren Bøg <avacore@videolan.org>
* Jean-Paul Saman <jpsaman@videolan.org> * Jean-Paul Saman <jpsaman@videolan.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
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