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
bac9ebf6
Commit
bac9ebf6
authored
Jul 16, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved video parser into video decoder.
parent
915759dc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/video_decoder/video_fifo.c
src/video_decoder/video_fifo.c
+1
-1
src/video_decoder/video_parser.c
src/video_decoder/video_parser.c
+1
-1
src/video_decoder/vpar_blocks.c
src/video_decoder/vpar_blocks.c
+1
-1
src/video_decoder/vpar_headers.c
src/video_decoder/vpar_headers.c
+1
-1
src/video_decoder/vpar_synchro.c
src/video_decoder/vpar_synchro.c
+1
-1
No files found.
src/video_
pars
er/video_fifo.c
→
src/video_
decod
er/video_fifo.c
View file @
bac9ebf6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* video_fifo.c : video FIFO management
* video_fifo.c : video FIFO management
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: video_fifo.c,v 1.
32 2001/05/08 20:38:25 sam
Exp $
* $Id: video_fifo.c,v 1.
1 2001/07/16 16:39:00 massiot
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
*
...
...
src/video_
pars
er/video_parser.c
→
src/video_
decod
er/video_parser.c
View file @
bac9ebf6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* video_parser.c : video parser thread
* video_parser.c : video parser thread
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: video_parser.c,v 1.
87 2001/05/31 01:37:08 sam
Exp $
* $Id: video_parser.c,v 1.
1 2001/07/16 16:39:00 massiot
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
...
src/video_
pars
er/vpar_blocks.c
→
src/video_
decod
er/vpar_blocks.c
View file @
bac9ebf6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vpar_blocks.c : blocks parsing
* vpar_blocks.c : blocks parsing
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vpar_blocks.c,v 1.
83 2001/07/06 08:43:31 sam
Exp $
* $Id: vpar_blocks.c,v 1.
1 2001/07/16 16:39:00 massiot
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
...
...
src/video_
pars
er/vpar_headers.c
→
src/video_
decod
er/vpar_headers.c
View file @
bac9ebf6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vpar_headers.c : headers parsing
* vpar_headers.c : headers parsing
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vpar_headers.c,v 1.
87 2001/05/07 03:14:10 stef
Exp $
* $Id: vpar_headers.c,v 1.
1 2001/07/16 16:39:00 massiot
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
...
...
src/video_
pars
er/vpar_synchro.c
→
src/video_
decod
er/vpar_synchro.c
View file @
bac9ebf6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vpar_synchro.c : frame dropping routines
* vpar_synchro.c : frame dropping routines
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vpar_synchro.c,v 1.
91 2001/07/11 02:01:05 sam
Exp $
* $Id: vpar_synchro.c,v 1.
1 2001/07/16 16:39:00 massiot
Exp $
*
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
...
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