[vlc-devel] [PATCH 0/4] Various fixes

davidf+nntp at woaf.net davidf+nntp at woaf.net
Thu May 7 14:47:34 CEST 2009


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

avaliable from:
  git://repo.or.cz/vlc/davidf-public.git df-fixes-20090507

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

To test:
  $ git fetch git://repo.or.cz/vlc/davidf-public.git df-fixes-20090507
  $ 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 (4):
  Disable glibc runtime check if configure passed due to
    disable-{nls,mozilla}
  codec/schroedinger: fix segfault when schro_decoder_pull returns NULL
  codec/schrodinger: don't tag frames with missing pts
  codec/schroedinger: don't reset decoder at corrupt block sentinel

 configure.ac                 |    2 ++
 modules/codec/schroedinger.c |   20 ++++++++++----------
 src/misc/linux_specific.c    |    2 ++
 3 files changed, 14 insertions(+), 10 deletions(-)




More information about the vlc-devel mailing list