[vlc-devel] [PATCH 0/2] Dirac Packetizer
davidf+nntp at woaf.net
davidf+nntp at woaf.net
Thu May 7 14:54:56 CEST 2009
From: David Flynn <davidf at rd.bbc.co.uk>
For nefrir to review, with changes as discussed + some extra changes
from my review.
I've double checked the synchronizer, encapsulation unit generator,
and the front end of the time stamp generator. I havn't re-reviewed
the reorder buffer timestamp generator and would like to reduce its
worst case latency, but it works for now and i'd rather just get it
in and update later.
..david
avaliable from:
git://repo.or.cz/vlc/davidf-public.git df-diracdemux-20090507-squashed
Viewable via gitweb at:
http://repo.or.cz/w/vlc/davidf-public.git?a=shortlog;h=refs/heads/df-diracdemux-20090507-squashed
To test:
$ git fetch git://repo.or.cz/vlc/davidf-public.git df-diracdemux-20090507-squashed
$ git checkout FETCH_HEAD
To verify the contents of the branch:
(assuming git fetch has occured)
$ git log ^origin/master FETCH_HEAD
My advice is not to pull this branch, without checking the above; and then
to do:
$ git checkout -b your-candidate-branch origin/master
for each commit you like:
do
$ git cherry-pick -s <commitid>
done
David Flynn (2):
packetizer/dirac: New fully featured dirac packetizer
demux/dirac: New [raw] Dirac demuxer.
modules/demux/Modules.am | 2 +
modules/demux/dirac.c | 244 +++++++
modules/packetizer/Modules.am | 5 +-
modules/packetizer/dirac.c | 1451 +++++++++++++++++++++++++++++++++++++++++
src/input/demux.c | 1 +
5 files changed, 1702 insertions(+), 1 deletions(-)
create mode 100644 modules/demux/dirac.c
create mode 100644 modules/packetizer/dirac.c
More information about the vlc-devel
mailing list