Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
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
libdvbpsi
Commits
45f77d4b
Commit
45f77d4b
authored
Mar 02, 2015
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On the way to 1.3.0 release.
parent
fe2f77dc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
NEWS
NEWS
+1
-1
configure.ac
configure.ac
+1
-1
doc/doxygen.cfg
doc/doxygen.cfg
+1
-1
src/Makefile.am
src/Makefile.am
+1
-1
src/dvbpsi.h
src/dvbpsi.h
+2
-2
No files found.
NEWS
View file @
45f77d4b
Changes between 1.2.0 and 1.
2.1
:
Changes between 1.2.0 and 1.
3.0
:
--------------------------------
--------------------------------
* New descriptor: 0x10
* New descriptor: 0x10
...
...
configure.ac
View file @
45f77d4b
AC_INIT(libdvbpsi, 1.
2
.0)
AC_INIT(libdvbpsi, 1.
3
.0)
AC_PREREQ(2.50)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CONFIG_AUX_DIR(.auto)
...
...
doc/doxygen.cfg
View file @
45f77d4b
...
@@ -38,7 +38,7 @@ PROJECT_NAME = libdvbpsi
...
@@ -38,7 +38,7 @@ PROJECT_NAME = libdvbpsi
# could be handy for archiving the generated documentation or if some version
# could be handy for archiving the generated documentation or if some version
# control system is used.
# control system is used.
PROJECT_NUMBER = 1.
2
.0
PROJECT_NUMBER = 1.
3
.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
# for a project that appears at the top of each page and should give viewer a
...
...
src/Makefile.am
View file @
45f77d4b
...
@@ -11,7 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
...
@@ -11,7 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
$(tables_src)
\
$(tables_src)
\
$(descriptors_src)
$(descriptors_src)
libdvbpsi_la_LDFLAGS
=
-version-info
9
:0:0
-no-undefined
libdvbpsi_la_LDFLAGS
=
-version-info
10
:0:0
-no-undefined
pkginclude_HEADERS
=
dvbpsi.h psi.h descriptor.h demux.h
\
pkginclude_HEADERS
=
dvbpsi.h psi.h descriptor.h demux.h
\
tables/pat.h tables/pmt.h tables/sdt.h tables/eit.h
\
tables/pat.h tables/pmt.h tables/sdt.h tables/eit.h
\
...
...
src/dvbpsi.h
View file @
45f77d4b
...
@@ -35,8 +35,8 @@
...
@@ -35,8 +35,8 @@
#ifndef _DVBPSI_DVBPSI_H_
#ifndef _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_
#define _DVBPSI_DVBPSI_H_
#define DVBPSI_VERSION 1.
2
.0
/*!< Human readible DVBPSI version*/
#define DVBPSI_VERSION 1.
3
.0
/*!< Human readible DVBPSI version*/
#define DVBPSI_VERSION_INT ((1<<16)+(
2
<<8)+0)
/*!< Machine readible DVBPSI version */
#define DVBPSI_VERSION_INT ((1<<16)+(
3
<<8)+0)
/*!< Machine readible DVBPSI version */
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
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