Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bitstream
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
bitstream
Commits
5e4e0888
Commit
5e4e0888
authored
Oct 15, 2011
by
Georgi Chorbadzhiyski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove $Id$ lines. They are useless in git.
parent
ef59fee1
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
0 additions
and
18 deletions
+0
-18
AUTHORS
AUTHORS
+0
-1
INSTALL
INSTALL
+0
-1
NEWS
NEWS
+0
-1
README
README
+0
-1
common.h
common.h
+0
-1
dvb/ci.h
dvb/ci.h
+0
-1
dvb/sim.h
dvb/sim.h
+0
-1
examples/Makefile
examples/Makefile
+0
-2
examples/dvb_ecmg.c
examples/dvb_ecmg.c
+0
-1
examples/dvb_ecmg_test.c
examples/dvb_ecmg_test.c
+0
-1
examples/dvb_print_si.c
examples/dvb_print_si.c
+0
-1
examples/mpeg_print_pcr.c
examples/mpeg_print_pcr.c
+0
-1
examples/rtp_check_seqnum.c
examples/rtp_check_seqnum.c
+0
-1
ietf/rtp.h
ietf/rtp.h
+0
-1
mpeg/aac.h
mpeg/aac.h
+0
-1
mpeg/pes.h
mpeg/pes.h
+0
-1
mpeg/ts.h
mpeg/ts.h
+0
-1
No files found.
AUTHORS
View file @
5e4e0888
# Contributors to biTStream
# $Id$
#
# The format of this file was inspired by the Linux kernel CREDITS file.
# Authors are listed alphabetically.
...
...
INSTALL
View file @
5e4e0888
$Id$
Installing biTStream
====================
...
...
NEWS
View file @
5e4e0888
$Id$
1.0 (?? Aug 2010)
=================
...
...
README
View file @
5e4e0888
$Id$
Welcome to biTStream!
=====================
...
...
common.h
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* common.h: (Rare) common declarations for all submodules
*****************************************************************************
* Copyright (C) 2010 VideoLAN
* $Id: psi.h 1 2010-08-10 19:42:50Z massiot $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
dvb/ci.h
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* ci.h: ETSI EN 50 221 Common Interface Specification
*****************************************************************************
* Copyright (C) 2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
dvb/sim.h
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* sim.h: ETSI TS 103 194 DVB Simulcrypt
*****************************************************************************
* Copyright (C) 2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
examples/Makefile
View file @
5e4e0888
# $Id$
CFLAGS
=
-Wall
-O2
-g
CFLAGS_LOCAL
=
-Wall
-O2
-g
-I
.
-I
../..
LDFLAGS
=
...
...
examples/dvb_ecmg.c
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* dvb_ecmg.c: Example of a basic DVB Simulcrypt ECMG server (ETSI TS 103 197)
*****************************************************************************
* Copyright (C) 2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
examples/dvb_ecmg_test.c
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* dvb_ecmg_test.c: Simulation of an SCS to stress-test an ECMG
*****************************************************************************
* Copyright (C) 2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
examples/dvb_print_si.c
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* dvb_print_si.c: Prints tables from a TS file
*****************************************************************************
* Copyright (C) 2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
examples/mpeg_print_pcr.c
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* mpeg_print_pcr.c: Prints PCR PID from the first program of the stream
*****************************************************************************
* Copyright (C) 2011 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
examples/rtp_check_seqnum.c
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* rtp_check_seqnum.c: Prints RTP discontinuities
*****************************************************************************
* Copyright (C) 2011 VideoLAN
* $Id: dvb_print_si.c 27 2011-04-10 16:57:59Z massiot $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
ietf/rtp.h
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* rtp.h: Real-Time Protocol
*****************************************************************************
* Copyright (C) 2009 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
mpeg/aac.h
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* aac.h: ISO/IEC 14496-3 Advanced Audio Coding
*****************************************************************************
* Copyright (C) 2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
mpeg/pes.h
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* pes.h: ISO/IEC 13818-1 Packetized Elementary Stream
*****************************************************************************
* Copyright (C) 2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
mpeg/ts.h
View file @
5e4e0888
...
...
@@ -2,7 +2,6 @@
* ts.h: ISO/IEC 13818-1 Transport Stream
*****************************************************************************
* Copyright (C) 2009-2010 VideoLAN
* $Id$
*
* Authors: Christophe Massiot <massiot@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