Changeset ce24095ae19f0fb89902a31489333335b1048467
- 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
| r8bf0d77 |
rce24095 |
|
| 2 | 2 | * shout.c: This module forwards vorbis streams to an icecast server |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2005 VideoLAN |
|---|
| | 4 | * Copyright (C) 2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| r91c5596 |
rce24095 |
|
| 2 | 2 | * mux.c: muxer using ffmpeg (libavformat). |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2006 VideoLAN |
|---|
| | 4 | * Copyright (C) 2006 the VideoLAN team |
|---|
| 5 | 5 | * $Id: demux.c 8444 2004-08-17 08:21:07Z gbazin $ |
|---|
| 6 | 6 | * |
|---|
| r57e8f47 |
rce24095 |
|
| 118 | 118 | if( p_xml ) |
|---|
| 119 | 119 | xml_Delete( p_xml ); |
|---|
| 120 | | |
|---|
| 121 | | return i_ret; |
|---|
| 122 | | return 0; |
|---|
| | 120 | return VLC_SUCCESS; |
|---|
| 123 | 121 | } |
|---|
| 124 | 122 | |
|---|
| … | … | |
| 177 | 175 | /* attribute: version */ |
|---|
| 178 | 176 | if( !strcmp( psz_name, "version" ) ) |
|---|
| 179 | | { |
|---|
| | 177 | { |
|---|
| 180 | 178 | b_version_found = VLC_TRUE; |
|---|
| 181 | 179 | if( strcmp( psz_value, "0" ) && strcmp( psz_value, "1" ) ) |
|---|
| rac52d27 |
rce24095 |
|
| 2 | 2 | * ts.c: Transport Stream input module for VLC. |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2004-2005 VideoLAN (Centrale Réseaux) and its contributors |
|---|
| | 4 | * Copyright (C) 2004-2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| red0b72e |
rce24095 |
|
| 2 | 2 | * cmd_playtree.cpp |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2005 VideoLAN |
|---|
| | 4 | * Copyright (C) 2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Antoine Cellerier <dionoea@videolan.org> |
|---|
| | 8 | * Clément Stenac <zorglub@videolan.org> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This program is free software; you can redistribute it and/or modify |
|---|
| r2cb472d |
rce24095 |
|
| 2 | 2 | * cmd_playtree.hpp |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2005 VideoLAN |
|---|
| | 4 | * Copyright (C) 2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Antoine Cellerier <dionoea@videolan.org> |
|---|
| | 8 | * Clément Stenac <zorglub@videolan.org> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This program is free software; you can redistribute it and/or modify |
|---|
| r31c1e82 |
rce24095 |
|
| 2 | 2 | * ctrl_tree.cpp |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2003 VideoLAN |
|---|
| | 4 | * Copyright (C) 2003 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Antoine Cellerier <dionoea@videolan.org> |
|---|
| | 8 | * Clément Stenac <zorglub@videolan.org> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This program is free software; you can redistribute it and/or modify |
|---|
| r31c1e82 |
rce24095 |
|
| 2 | 2 | * ctrl_tree.hpp |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2003 VideoLAN |
|---|
| | 4 | * Copyright (C) 2003 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | | * Authors: Antoine Cellerier |
|---|
| | 7 | * Authors: Antoine Cellerier <dionoea@videolan.org> |
|---|
| | 8 | * Clément Stenac <zorglub@videolan.org> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This program is free software; you can redistribute it and/or modify |
|---|
| r1d16308 |
rce24095 |
|
| 2 | 2 | * var_tree.cpp |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2005 VideoLAN |
|---|
| | 4 | * Copyright (C) 2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Antoine Cellerier <dionoea@videolan.org> |
|---|
| | 8 | * Clément Stenac <zorglub@videolan.org> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This program is free software; you can redistribute it and/or modify |
|---|
| r31c1e82 |
rce24095 |
|
| 2 | 2 | * var_tree.hpp |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2005 VideoLAN |
|---|
| | 4 | * Copyright (C) 2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Antoine Cellerier <dionoea@videolan.org> |
|---|
| | 8 | * Clément Stenac <zorglub@videolan.org> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This program is free software; you can redistribute it and/or modify |
|---|
| r8f973a0 |
rce24095 |
|
| 2 | 2 | * playtree.cpp |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2005 VideoLAN |
|---|
| | 4 | * Copyright (C) 2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Antoine Cellerier <dionoea@videolan.org> |
|---|
| | 8 | * Clément Stenac <zorglub@videolan.org> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This program is free software; you can redistribute it and/or modify |
|---|
| r5397b8f |
rce24095 |
|
| 2 | 2 | * playtree.hpp |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2005 VideoLAN |
|---|
| | 4 | * Copyright (C) 2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Antoine Cellerier <dionoea@videolan.org> |
|---|
| | 8 | * Clément Stenac <zorglub@videolan.org> |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * This program is free software; you can redistribute it and/or modify |
|---|
| rfb0991c |
rce24095 |
|
| 2 | 2 | * ts.c: MPEG-II TS Muxer |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | | * Copyright (C) 2001-2005 VideoLAN (Centrale Réseaux) and its contributors |
|---|
| | 4 | * Copyright (C) 2001-2005 the VideoLAN team |
|---|
| 5 | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|