[vlc-devel] [PATCH 0/3] Dirac packetizer and demux
davidf+nntp at woaf.net
davidf+nntp at woaf.net
Fri Mar 27 21:39:36 CET 2009
From: David Flynn <davidf at rd.bbc.co.uk>
avaliable from:
git://repo.or.cz/vlc/davidf-public.git df-diracdemux-20090327
Viewable via gitweb at:
http://repo.or.cz/w/vlc/davidf-public.git?a=shortlog;h=refs/heads/df-diracdemux-20090327
To test:
$ git fetch git://repo.or.cz/vlc/davidf-public.git df-diracdemux-20090327
$ 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 (3):
blockhelper: create new block_FindMaskedFlags
packetizer/dirac: New fully featured dirac packetizer
demux/dirac: New [raw] Dirac demuxer.
include/vlc_block_helper.h | 61 +++
modules/demux/Modules.am | 2 +
modules/demux/dirac.c | 248 +++++++++
modules/packetizer/Modules.am | 5 +-
modules/packetizer/dirac.c | 1160 +++++++++++++++++++++++++++++++++++++++++
src/input/demux.c | 1 +
6 files changed, 1476 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