On Mon, Feb 16, 2015 at 7:27 AM, Oleksij Rempel <[email protected]> wrote: > Every one ok with this patch set? No more versions? > > Am 13.02.2015 um 08:36 schrieb Oleksij Rempel: >> Updated patchset. Changes since last version: >> - fixes for review at 12.02.2015 17:47 by Diego Biurrun >> >> Oleksij Rempel (2): >> lavc: Add DSS SP decoder >> lavf: Add DSS demuxer >> >> Vittorio Giovara (1): >> fate: Add tests for DSS >> >> Changelog | 1 + >> doc/general.texi | 2 + >> libavcodec/Makefile | 1 + >> libavcodec/allcodecs.c | 1 + >> libavcodec/avcodec.h | 1 + >> libavcodec/codec_desc.c | 7 + >> libavcodec/dss_sp.c | 780 >> +++++++++++++++++++++++++++++++++++++++++++++++ >> libavcodec/version.h | 2 +- >> libavformat/Makefile | 1 + >> libavformat/allformats.c | 1 + >> libavformat/dss.c | 342 +++++++++++++++++++++ >> libavformat/version.h | 2 +- >> tests/fate/audio.mak | 4 + >> tests/ref/fate/dss-lp | 31 ++ >> tests/ref/fate/dss-sp | 31 ++ >> 15 files changed, 1205 insertions(+), 2 deletions(-) >> create mode 100644 libavcodec/dss_sp.c >> create mode 100644 libavformat/dss.c >> create mode 100644 tests/ref/fate/dss-lp >> create mode 100644 tests/ref/fate/dss-sp >>
Applied, thank you very much for your contribution. -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
