dvswitch:master

Last commit made on 2014-09-19
Get this branch:
git clone -b master https://git.launchpad.net/dvswitch

Branch merges

Branch information

Name:
master
Repository:
lp:dvswitch

Recent commits

47715db... by Wouter Verhelst <email address hidden>

Don't assume builds will fail

b552380... by Wouter Verhelst <email address hidden>

xvfb doesn't support some of the options we need, so stop trying to use it.

Need to find a better way to run dvswitch on a headless machine, I suppose...

96fdbb2... by Wouter Verhelst <email address hidden>

Make exit state of a subprocess be fatal for the test

f3468c9... by Diego Biurrun

Drop fallback struct and function definitions for obsolete libavcodec libraries.

463d63b... by Diego Biurrun

Drop compiler warning flags workaround for obsolete libavcodec libraries.

27cc315... by Diego Biurrun

Replace deprecated uses of avcodec_get_chroma_sub_sample().

It has been superseded by av_pix_fmt_get_chroma_sub_sample().

3884d14... by Diego Biurrun

Add directory portion when #including libavcodec headers.

This is how #including these headers is supposed to be done.

79b63fe... by Wouter Verhelst <email address hidden>

Fix mem leak in dvsink-files.c

We would allocate space for a file name (so it could be printed out),
but that space was never deallocated.

While the impact should be minimal, leaking memory is never a good
thing.

Coverity CID#56306

2e29d66... by Ben Hutchings

Use all linker options from pkgconfig files, not just -l options

Static linking against libavcodec currently fails as we're dropping
the -pthread option.

fa9c51f... by Wouter Verhelst <email address hidden>

Fix code after rebase