Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitstream
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
bitstream
Commits
7bec3154
Commit
7bec3154
authored
9 years ago
by
Christophe Massiot
Browse files
Options
Downloads
Patches
Plain Diff
prepare for 1.1 release
parent
b9b81a07
No related branches found
Branches containing commit
Tags
2.5.12
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
NEWS
+17
-0
17 additions, 0 deletions
NEWS
with
19 additions
and
2 deletions
Makefile
+
2
−
2
View file @
7bec3154
PREFIX
?=
/usr/local
INCLUDE
=
$(
subst //,/,
$(
DESTDIR
)
/
$(
PREFIX
)
/include/bitstream
)
VERSION
=
1.
0
VERSION
=
1.
1
all
:
@
echo
"Run
\"
make install
\"
to install biTStream into
$(
INCLUDE
)
"
...
...
@@ -30,7 +30,7 @@ uninstall:
@
echo
"REMOVE
$(
INCLUDE
)
"
@
rm
-rf
$(
INCLUDE
)
dist
check
:
dist
:
git archive
--format
=
tar
--prefix
=
bitstream-
$(
VERSION
)
/ master | bzip2
-9
>
bitstream-
$(
VERSION
)
.tar.bz2
.PHONY
:
install uninstall distcheck
This diff is collapsed.
Click to expand it.
NEWS
+
17
−
0
View file @
7bec3154
1.1 (5 Oct 2015)
================
- Rename fields in BAT, RST and SIT to match those of SDT
- Add support for private data specifier 0x233a for descriptor 0x83
- Add support for elementary streams MPEG video and audio, AAC, A/52, Opus,
H264 and DVB subtitles
- Add support for SMPTE 2022-1 Forward Error Correction
- Add support for encoder/decoder DVB Simulcrypt EMMG interface
- Add support for IEEE 802.3 Ethernet frames
- Add support for IP and UDP headers
- Add support for IETF RTCP
- Add support for SCTE-35 Splice Information Table
- Fix parsing of PSI version_number
- Fix bug in EIT
- Fix bug in PCR writing
- Fix retrieval of PES payload offset in case of optional header
- Fix incorrect marker bit in PES PTS and DTS syntax
1.0 (15 Dec 2011)
=================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment