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
81a0414e
Commit
81a0414e
authored
Aug 31, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In preparation of 1.0.0-pre1 release.
parent
04bf9642
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
NEWS
NEWS
+4
-2
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
81a0414e
Changes between 0.2.2 and 1.0.0:
Changes between 0.2.2 and 1.0.0
-pre1
:
--------------------------------
--------------------------------
* new example application dvbinfo
* new example application dvbinfo
...
@@ -6,7 +6,9 @@ Changes between 0.2.2 and 1.0.0:
...
@@ -6,7 +6,9 @@ Changes between 0.2.2 and 1.0.0:
* add log callback (remove fprintf's)
* add log callback (remove fprintf's)
* make API more consistent, see doxygen "howto-new-api" section for converting your code:
* make API more consistent, see doxygen "howto-new-api" section for converting your code:
- introduces dvbpsi_t typedef
- introduces dvbpsi_t typedef
- removed dvbpis_handle
- removed dvbpsi_handle
- changed argument order
- changed table functions prototypes
* EIT table generation
* EIT table generation
* RST table decoding and generation
* RST table decoding and generation
* new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c (decoder and generators)
* new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c (decoder and generators)
...
...
configure.ac
View file @
81a0414e
AC_INIT(libdvbpsi, 1.0.0)
AC_INIT(libdvbpsi, 1.0.0
-pre1
)
AC_PREREQ(2.50)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CONFIG_AUX_DIR(.auto)
...
...
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