Recherche avancée

Médias (91)

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (13292)

  • lavfi : port wavelet denoiser filter from libmpcodecs.

    10 mai 2013, par Clément Bœsch
    lavfi : port wavelet denoiser filter from libmpcodecs.
    
    • [DH] Changelog
    • [DH] LICENSE
    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_owdenoise.c
  • fate : port remaining filters to new system.

    30 avril 2013, par Clément Bœsch
    fate : port remaining filters to new system.
    

    Merge of b963f021b603509b5159873de4919dec441d0782 is now complete.

    • [DH] tests/Makefile
    • [DH] tests/fate-run.sh
    • [DH] tests/fate/avfilter.mak
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/lavfi-regression.sh
    • [DH] tests/ref/fate/filter-pixfmts-tinterlace_merge
    • [DH] tests/ref/fate/filter-pixfmts-tinterlace_pad
  • Revision 06e4f825af : Fix an issue in motion vector prediction stage The previous implementation stop

    7 janvier 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c



    Fix an issue in motion vector prediction stage

    The previous implementation stops motion vector prediction test when
    the zero motion vector appears for the second time. This commit fixes
    it by simply skipping the second time check on zero mv and continuing
    on to next mv candidate.

    It slightly improves stdhd in speed 2 by 0.06% on average. Most static
    sequences are not affected. A few hard ones, like jet, ped, and riverbed
    were improved by 0.1 - 0.2%.

    Change-Id : Ia8d4e2ffb7136669e8ad1fb24ea6e8fdd6b9a3c1