Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dvblast
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
dvblast
Commits
f7be1f7b
Commit
f7be1f7b
authored
Sep 12, 2011
by
Georgi Chorbadzhiyski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove $Id lines from files. They are useless in git.
parent
18b06744
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
20 deletions
+0
-20
AUTHORS
AUTHORS
+0
-1
INSTALL
INSTALL
+0
-1
NEWS
NEWS
+0
-1
README
README
+0
-1
asi.c
asi.c
+0
-1
comm.c
comm.c
+0
-1
comm.h
comm.h
+0
-1
demux.c
demux.c
+0
-1
dvb.c
dvb.c
+0
-1
dvblast.c
dvblast.c
+0
-1
dvblast.h
dvblast.h
+0
-1
dvblast_mmi.sh
dvblast_mmi.sh
+0
-1
dvblastctl.c
dvblastctl.c
+0
-1
en50221.c
en50221.c
+0
-1
en50221.h
en50221.h
+0
-1
extra/dvbiscovery/dvbiscovery.sh
extra/dvbiscovery/dvbiscovery.sh
+0
-1
output.c
output.c
+0
-1
udp.c
udp.c
+0
-1
util.c
util.c
+0
-1
version.h
version.h
+0
-1
No files found.
AUTHORS
View file @
f7be1f7b
# Contributors to DVBlast
# $Id$
#
# The format of this file was inspired by the Linux kernel CREDITS file.
# Authors are listed alphabetically.
...
...
INSTALL
View file @
f7be1f7b
$Id$
Getting DVBlast
===============
...
...
NEWS
View file @
f7be1f7b
$Id$
Changes between 1.2 and 2.0:
----------------------------
...
...
README
View file @
f7be1f7b
$Id$
Welcome to DVBlast!
===================
...
...
asi.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* asi.c: support for Computer Modules ASI cards
*****************************************************************************
* Copyright (C) 2004, 2009 VideoLAN
* $Id: asi.c 9 2007-03-15 16:58:05Z cmassiot $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
comm.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* comm.c: Handles the communication socket (linux-dvb only)
*****************************************************************************
* Copyright (C) 2008 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
comm.h
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* comm.h
*****************************************************************************
* Copyright (C) 2008 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
demux.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* demux.c
*****************************************************************************
* Copyright (C) 2004, 2008-2011 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Andy Gatward <a.j.gatward@reading.ac.uk>
...
...
dvb.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* dvb.c: linux-dvb input for DVBlast
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
dvblast.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* dvblast.c
*****************************************************************************
* Copyright (C) 2004, 2008-2011 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Andy Gatward <a.j.gatward@reading.ac.uk>
...
...
dvblast.h
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* dvblast.h
*****************************************************************************
* Copyright (C) 2004, 2008-2011 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Andy Gatward <a.j.gatward@reading.ac.uk>
...
...
dvblast_mmi.sh
View file @
f7be1f7b
...
...
@@ -3,7 +3,6 @@
# dvblast_mmi.sh
###############################################################################
# Copyright (C) 1998-2008 VideoLAN
# $Id$
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
dvblastctl.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* dvblastctl.c
*****************************************************************************
* Copyright (C) 2008 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
en50221.c
View file @
f7be1f7b
...
...
@@ -3,7 +3,6 @@
* layers of EN 50 221
*****************************************************************************
* Copyright (C) 2004-2005, 2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Based on code from libdvbci Copyright (C) 2000 Klaus Schmidinger
...
...
en50221.h
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* en50221.h
*****************************************************************************
* Copyright (C) 2008 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
extra/dvbiscovery/dvbiscovery.sh
View file @
f7be1f7b
...
...
@@ -3,7 +3,6 @@
# dvbiscovery.sh
###############################################################################
# Copyright (C) 2010 VideoLAN
# $Id$
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
...
...
output.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* output.c
*****************************************************************************
* Copyright (C) 2004, 2008-2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Andy Gatward <a.j.gatward@reading.ac.uk>
...
...
udp.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* udp.c: UDP input for DVBlast
*****************************************************************************
* Copyright (C) 2009 VideoLAN
* $Id: udp.c 9 2007-03-15 16:58:05Z cmassiot $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
util.c
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* util.c
*****************************************************************************
* Copyright (C) 2004 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
version.h
View file @
f7be1f7b
...
...
@@ -2,7 +2,6 @@
* version.h
*****************************************************************************
* Copyright (C) 2004, 2008-2010 VideoLAN
* $Id$
*
* Authors: Andy Gatward <a.j.gatward@reading.ac.uk>
*
...
...
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