Changeset ce24095ae19f0fb89902a31489333335b1048467

Show
Ignore:
Timestamp:
09/09/06 11:05:11 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1157792711 +0000
git-parent:

[230ff455d6cf429d7e6bfb9db9eb9a206f819496]

git-author:
Clément Stenac <zorglub@videolan.org> 1157792711 +0000
Message:

Copyright stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_output/shout.c

    r8bf0d77 rce24095  
    22 * shout.c: This module forwards vorbis streams to an icecast server 
    33 ***************************************************************************** 
    4  * Copyright (C) 2005 VideoLAN 
     4 * Copyright (C) 2005 the VideoLAN team 
    55 * $Id$ 
    66 * 
  • modules/codec/ffmpeg/mux.c

    r91c5596 rce24095  
    22 * mux.c: muxer using ffmpeg (libavformat). 
    33 ***************************************************************************** 
    4  * Copyright (C) 2006 VideoLAN 
     4 * Copyright (C) 2006 the VideoLAN team 
    55 * $Id: demux.c 8444 2004-08-17 08:21:07Z gbazin $ 
    66 * 
  • modules/demux/playlist/xspf.c

    r57e8f47 rce24095  
    118118    if( p_xml ) 
    119119        xml_Delete( p_xml ); 
    120  
    121     return i_ret; 
    122     return 0; 
     120    return VLC_SUCCESS; 
    123121} 
    124122 
     
    177175        /* attribute: version */ 
    178176        if( !strcmp( psz_name, "version" ) ) 
    179        
     177       
    180178            b_version_found = VLC_TRUE; 
    181179            if( strcmp( psz_value, "0" ) && strcmp( psz_value, "1" ) ) 
  • modules/demux/ts.c

    rac52d27 rce24095  
    22 * ts.c: Transport Stream input module for VLC. 
    33 ***************************************************************************** 
    4  * Copyright (C) 2004-2005 VideoLAN (Centrale Réseaux) and its contributors 
     4 * Copyright (C) 2004-2005 the VideoLAN team 
    55 * $Id$ 
    66 * 
  • modules/gui/skins2/commands/cmd_playtree.cpp

    red0b72e rce24095  
    22 * cmd_playtree.cpp 
    33 ***************************************************************************** 
    4  * Copyright (C) 2005 VideoLAN 
     4 * Copyright (C) 2005 the VideoLAN team 
    55 * $Id$ 
    66 * 
    77 * Authors: Antoine Cellerier <dionoea@videolan.org> 
     8 *          Clément Stenac <zorglub@videolan.org> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/skins2/commands/cmd_playtree.hpp

    r2cb472d rce24095  
    22 * cmd_playtree.hpp 
    33 ***************************************************************************** 
    4  * Copyright (C) 2005 VideoLAN 
     4 * Copyright (C) 2005 the VideoLAN team 
    55 * $Id$ 
    66 * 
    77 * Authors: Antoine Cellerier <dionoea@videolan.org> 
     8 *          Clément Stenac <zorglub@videolan.org> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/skins2/controls/ctrl_tree.cpp

    r31c1e82 rce24095  
    22 * ctrl_tree.cpp 
    33 ***************************************************************************** 
    4  * Copyright (C) 2003 VideoLAN 
     4 * Copyright (C) 2003 the VideoLAN team 
    55 * $Id$ 
    66 * 
    77 * Authors: Antoine Cellerier <dionoea@videolan.org> 
     8 *          Clément Stenac <zorglub@videolan.org> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/skins2/controls/ctrl_tree.hpp

    r31c1e82 rce24095  
    22 * ctrl_tree.hpp 
    33 ***************************************************************************** 
    4  * Copyright (C) 2003 VideoLAN 
     4 * Copyright (C) 2003 the VideoLAN team 
    55 * $Id$ 
    66 * 
    7  * Authors: Antoine Cellerier 
     7 * Authors: Antoine Cellerier <dionoea@videolan.org> 
     8 *          Clément Stenac <zorglub@videolan.org> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/skins2/utils/var_tree.cpp

    r1d16308 rce24095  
    22 * var_tree.cpp 
    33 ***************************************************************************** 
    4  * Copyright (C) 2005 VideoLAN 
     4 * Copyright (C) 2005 the VideoLAN team 
    55 * $Id$ 
    66 * 
    77 * Authors: Antoine Cellerier <dionoea@videolan.org> 
     8 *          Clément Stenac <zorglub@videolan.org> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/skins2/utils/var_tree.hpp

    r31c1e82 rce24095  
    22 * var_tree.hpp 
    33 ***************************************************************************** 
    4  * Copyright (C) 2005 VideoLAN 
     4 * Copyright (C) 2005 the VideoLAN team 
    55 * $Id$ 
    66 * 
    77 * Authors: Antoine Cellerier <dionoea@videolan.org> 
     8 *          Clément Stenac <zorglub@videolan.org> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/skins2/vars/playtree.cpp

    r8f973a0 rce24095  
    22 * playtree.cpp 
    33 ***************************************************************************** 
    4  * Copyright (C) 2005 VideoLAN 
     4 * Copyright (C) 2005 the VideoLAN team 
    55 * $Id$ 
    66 * 
    77 * Authors: Antoine Cellerier <dionoea@videolan.org> 
     8 *          Clément Stenac <zorglub@videolan.org> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
  • modules/gui/skins2/vars/playtree.hpp

    r5397b8f rce24095  
    22 * playtree.hpp 
    33 ***************************************************************************** 
    4  * Copyright (C) 2005 VideoLAN 
     4 * Copyright (C) 2005 the VideoLAN team 
    55 * $Id$ 
    66 * 
    77 * Authors: Antoine Cellerier <dionoea@videolan.org> 
     8 *          Clément Stenac <zorglub@videolan.org> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
  • modules/mux/mpeg/ts.c

    rfb0991c rce24095  
    22 * ts.c: MPEG-II TS Muxer 
    33 ***************************************************************************** 
    4  * Copyright (C) 2001-2005 VideoLAN (Centrale Réseaux) and its contributors 
     4 * Copyright (C) 2001-2005 the VideoLAN team 
    55 * $Id$ 
    66 *