[vlc-devel] [PATCH 0/3] Dirac packetizer and demux
    davidf+nntp at woaf.net 
    davidf+nntp at woaf.net
       
    Thu Apr  2 16:36:29 CEST 2009
    
    
  
From: David Flynn <davidf at rd.bbc.co.uk>
Updated:
 - to check for alloc errors
 - to handle missing sequence header
avaliable from:
  git://repo.or.cz/vlc/davidf-public.git df-diracdemux-20090402
Viewable via gitweb at:
  http://repo.or.cz/w/vlc/davidf-public.git?a=shortlog;h=refs/heads/df-diracdemux-20090402
To test:
  $ git fetch git://repo.or.cz/vlc/davidf-public.git df-diracdemux-20090402
  $ 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         |  249 +++++++++
 modules/packetizer/Modules.am |    5 +-
 modules/packetizer/dirac.c    | 1199 +++++++++++++++++++++++++++++++++++++++++
 src/input/demux.c             |    1 +
 6 files changed, 1516 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