Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
adf40002
Commit
adf40002
authored
Aug 23, 2000
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remplissure du champ AUTHORS des sources.
parent
45b6443f
Changes
54
Show whitespace changes
Inline
Side-by-side
Showing
54 changed files
with
85 additions
and
56 deletions
+85
-56
ChangeLog
ChangeLog
+1
-0
include/common.h
include/common.h
+2
-1
include/config.h.in
include/config.h.in
+2
-1
include/debug.h
include/debug.h
+1
-1
include/decoder_fifo.h
include/decoder_fifo.h
+3
-1
include/input.h
include/input.h
+3
-1
include/input_netlist.h
include/input_netlist.h
+1
-1
include/input_ps.h
include/input_ps.h
+2
-1
include/input_vlan.h
include/input_vlan.h
+1
-1
include/int_types.h
include/int_types.h
+1
-1
include/main.h
include/main.h
+1
-1
include/mtime.h
include/mtime.h
+1
-1
include/netutils.h
include/netutils.h
+1
-1
include/rsc_files.h
include/rsc_files.h
+1
-1
include/vdec_idct.h
include/vdec_idct.h
+2
-1
include/vdec_motion.h
include/vdec_motion.h
+2
-1
include/video.h
include/video.h
+1
-1
include/video_decoder.h
include/video_decoder.h
+1
-1
include/video_fifo.h
include/video_fifo.h
+1
-1
include/video_graphics.h
include/video_graphics.h
+1
-1
include/video_output.h
include/video_output.h
+1
-1
include/video_parser.h
include/video_parser.h
+1
-1
include/vpar_blocks.h
include/vpar_blocks.h
+3
-1
include/vpar_headers.h
include/vpar_headers.h
+2
-1
include/vpar_synchro.h
include/vpar_synchro.h
+3
-1
src/generic_decoder/generic_decoder.c
src/generic_decoder/generic_decoder.c
+1
-1
src/generic_decoder/generic_decoder.h
src/generic_decoder/generic_decoder.h
+1
-1
src/input/input.c
src/input/input.c
+2
-1
src/input/input_ctrl.c
src/input/input_ctrl.c
+2
-1
src/input/input_ctrl.h
src/input/input_ctrl.h
+1
-1
src/input/input_file.c
src/input/input_file.c
+2
-1
src/input/input_file.h
src/input/input_file.h
+1
-1
src/input/input_netlist.c
src/input/input_netlist.c
+1
-1
src/input/input_network.c
src/input/input_network.c
+2
-1
src/input/input_network.h
src/input/input_network.h
+1
-1
src/input/input_pcr.c
src/input/input_pcr.c
+1
-1
src/input/input_pcr.h
src/input/input_pcr.h
+1
-1
src/input/input_psi.c
src/input/input_psi.c
+1
-1
src/input/input_psi.h
src/input/input_psi.h
+1
-1
src/input/input_vlan.c
src/input/input_vlan.c
+1
-1
src/misc/decoder_fifo.c
src/misc/decoder_fifo.c
+1
-1
src/misc/mtime.c
src/misc/mtime.c
+1
-1
src/misc/netutils.c
src/misc/netutils.c
+1
-1
src/misc/rsc_files.c
src/misc/rsc_files.c
+1
-1
src/video_decoder/vdec_idct.c
src/video_decoder/vdec_idct.c
+1
-1
src/video_decoder/vdec_motion.c
src/video_decoder/vdec_motion.c
+3
-1
src/video_decoder/vdec_motion_inner.c
src/video_decoder/vdec_motion_inner.c
+3
-1
src/video_decoder/vdec_motion_inner_mmx.c
src/video_decoder/vdec_motion_inner_mmx.c
+2
-1
src/video_decoder/video_decoder.c
src/video_decoder/video_decoder.c
+2
-3
src/video_parser/video_fifo.c
src/video_parser/video_fifo.c
+1
-1
src/video_parser/video_parser.c
src/video_parser/video_parser.c
+2
-1
src/video_parser/vpar_blocks.c
src/video_parser/vpar_blocks.c
+3
-1
src/video_parser/vpar_headers.c
src/video_parser/vpar_headers.c
+2
-1
src/video_parser/vpar_synchro.c
src/video_parser/vpar_synchro.c
+4
-2
No files found.
ChangeLog
View file @
adf40002
...
@@ -2,6 +2,7 @@ O.1.99i :
...
@@ -2,6 +2,7 @@ O.1.99i :
* fixed the support for the field pictures, which involved a few dozens
* fixed the support for the field pictures, which involved a few dozens
bugs in the video parser and video decoder
bugs in the video parser and video decoder
* put names of authors under a lot of source files, for historical purposes
Tue, 22 Aug 2000 01:31:58 +0200
Tue, 22 Aug 2000 01:31:58 +0200
0.1.99h :
0.1.99h :
...
...
include/common.h
View file @
adf40002
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* Copyright (C) 1998, 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Samuel Hocevar <sam@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/config.h.in
View file @
adf40002
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
*
*
* 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
...
...
include/debug.h
View file @
adf40002
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Benoît Steiner <benny@via.ecp.fr>
*
*
* 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
...
...
include/decoder_fifo.h
View file @
adf40002
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Michel Kaempf <maxx@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
* Michel Lespinasse <walken@via.ecp.fr>
*
*
* 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
...
...
include/input.h
View file @
adf40002
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
* Benoît Steiner <benny@via.ecp.fr>
*
*
* 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
...
...
include/input_netlist.h
View file @
adf40002
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* Copyright (C) 1998, 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
include/input_ps.h
View file @
adf40002
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
*
*
* 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
...
...
include/input_vlan.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/int_types.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/main.h
View file @
adf40002
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/mtime.h
View file @
adf40002
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN
* Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/netutils.h
View file @
adf40002
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/rsc_files.h
View file @
adf40002
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/vdec_idct.h
View file @
adf40002
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Gaël Hendryckx <jimmy@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
include/vdec_motion.h
View file @
adf40002
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
*
*
* 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
...
...
include/video.h
View file @
adf40002
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/video_decoder.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
include/video_fifo.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
include/video_graphics.h
View file @
adf40002
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/video_output.h
View file @
adf40002
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
include/video_parser.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
include/vpar_blocks.h
View file @
adf40002
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
*
*
* 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
...
...
include/vpar_headers.h
View file @
adf40002
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
*
*
* 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
...
...
include/vpar_synchro.h
View file @
adf40002
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Samuel Hocevar <sam@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
src/generic_decoder/generic_decoder.c
View file @
adf40002
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* Copyright (C) 1998, 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
src/generic_decoder/generic_decoder.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
src/input/input.c
View file @
adf40002
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* Copyright (C) 1998, 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Benot Steiner <benny@via.ecp.fr>
*
*
* 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
...
...
src/input/input_ctrl.c
View file @
adf40002
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Benot Steiner <benny@via.ecp.fr>
*
*
* 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
...
...
src/input/input_ctrl.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
src/input/input_file.c
View file @
adf40002
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
*
*
* 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
...
...
src/input/input_file.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
src/input/input_netlist.c
View file @
adf40002
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* Copyright (C) 1998, 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
src/input/input_network.c
View file @
adf40002
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Benot Steiner <benny@via.ecp.fr>
*
*
* 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
...
...
src/input/input_network.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massot@via.ecp.fr>
*
*
* 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
...
...
src/input/input_pcr.c
View file @
adf40002
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Jean-Marc Dressler <polux@via.ecp.fr>
*
*
* 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
...
...
src/input/input_pcr.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Jean-Marc Dressler <polux@via.ecp.fr>
*
*
* 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
...
...
src/input/input_psi.c
View file @
adf40002
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Benoît Steiner <benny@via.ecp.fr>
*
*
* 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
...
...
src/input/input_psi.h
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Benoît Steiner <benny@via.ecp.fr>
*
*
* 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
...
...
src/input/input_vlan.c
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
src/misc/decoder_fifo.c
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* Copyright (C) 1998, 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Michel Kaempf <maxx@via.ecp.fr>
*
*
* 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
...
...
src/misc/mtime.c
View file @
adf40002
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* Copyright (C) 1998, 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
src/misc/netutils.c
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
src/misc/rsc_files.c
View file @
adf40002
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Vincent Seguin <seguin@via.ecp.fr>
*
*
* 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
...
...
src/video_decoder/vdec_idct.c
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Gal Hendryckx <jimmy@via.ecp.fr>
*
*
* 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
...
...
src/video_decoder/vdec_motion.c
View file @
adf40002
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
* Michel Lespinasse <walken@via.ecp.fr>
*
*
* 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
...
...
src/video_decoder/vdec_motion_inner.c
View file @
adf40002
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
* Michel Lespinasse <walken@via.ecp.fr>
*
*
* 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
...
...
src/video_decoder/vdec_motion_inner_mmx.c
View file @
adf40002
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>, largerly inspired by the
* work done by the livid project <http://www.linuxvideo.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
...
...
src/video_decoder/video_decoder.c
View file @
adf40002
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Gal Hendryckx <jimmy@via.ecp.fr>
*
*
* 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
...
@@ -20,8 +21,6 @@
...
@@ -20,8 +21,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
*****************************************************************************/
/* FIXME: passer en terminate/destroy avec les signaux supplmentaires ?? */
/*****************************************************************************
/*****************************************************************************
* Preamble
* Preamble
*****************************************************************************/
*****************************************************************************/
...
...
src/video_parser/video_fifo.c
View file @
adf40002
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors:
Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
src/video_parser/video_parser.c
View file @
adf40002
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
*
*
* 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
...
...
src/video_parser/vpar_blocks.c
View file @
adf40002
...
@@ -3,7 +3,9 @@
...
@@ -3,7 +3,9 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
* Stéphane Borel <stef@via.ecp.fr>
*
*
* 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
...
...
src/video_parser/vpar_headers.c
View file @
adf40002
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
*
*
* 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
...
...
src/video_parser/vpar_synchro.c
View file @
adf40002
/*****************************************************************************
/*****************************************************************************
* vpar_
motion.c : motion vectors parsing
* vpar_
synchro.c : frame dropping routines
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
*
*
* Authors:
* Authors: Samuel Hocevar <sam@via.ecp.fr>
* Jean-Marc Dressler <polu@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
*
*
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment