[vlc-devel] [PATCH 0/8] Schroedinger updates
davidf+nntp at woaf.net
davidf+nntp at woaf.net
Fri Mar 27 21:37:49 CET 2009
From: David Flynn <davidf at rd.bbc.co.uk>
Schroedinger update avaliable from:
git://repo.or.cz/vlc/davidf-public.git df-schroedinger-20090327
Viewable via gitweb at:
http://repo.or.cz/w/vlc/davidf-public.git?a=shortlog;h=refs/heads/df-schroedinger-20090327
To test:
$ git fetch git://repo.or.cz/vlc/davidf-public.git df-schroedinger-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 (8):
contrib: bump schroedinger and liboil versions
codec/schroedinger: handle cases where schro invents a placeholder
pic
codec/schroedinger: remove ts hack, request packetizer
build: bump minimum libschroedinger version in configure.ac
codec/schroedinger: Use new autoparse+tagging api
codec/schroedinger: remove excessive debug tracing
codec/schroedinger: don't bother doing any complicated timestamp
interpolation
codec/schroedinger: inform vlc of clean area
configure.ac | 2 +-
extras/contrib/src/Makefile | 2 +-
extras/contrib/src/Patches/liboil-noshared.patch | 41 ---
.../src/Patches/schroedinger-1.0.6-fixes.patch | 98 +++++++
extras/contrib/src/packages.mak | 4 +-
modules/codec/schroedinger.c | 288 ++++---------------
6 files changed, 163 insertions(+), 272 deletions(-)
delete mode 100644 extras/contrib/src/Patches/liboil-noshared.patch
create mode 100644 extras/contrib/src/Patches/schroedinger-1.0.6-fixes.patch
More information about the vlc-devel
mailing list