[vlc-devel] [PATCH 0/3] Dirac Packetizer

davidf+nntp at woaf.net davidf+nntp at woaf.net
Tue Apr 21 20:26:45 CEST 2009


From: David Flynn <davidf at rd.bbc.co.uk>

Updated to take into account removal of p_prev from block_t

avaliable from:
  git://repo.or.cz/vlc/davidf-public.git df-diracdemux-20090421

Viewable via gitweb at:
  http://repo.or.cz/w/vlc/davidf-public.git?a=shortlog;h=refs/heads/df-diracdemux-20090421

To test:
  $ git fetch git://repo.or.cz/vlc/davidf-public.git df-diracdemux-20090421
  $ 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    | 1259 +++++++++++++++++++++++++++++++++++++++++
 src/input/demux.c             |    1 +
 6 files changed, 1576 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