Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (111)

  • 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" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (4587)

  • Add a compat stdatomic.h implementation based on windows atomics

    29 novembre 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on windows atomics
    

    Adapted from the code by Rémi Denis-Courmont from VLC

    This merges libav commit c2755864afadfbaa349e8d583665c86fe99fa90b.

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] compat/atomics/win32/stdatomic.h
    • [DH] configure
  • Revision 1e168d12d9 : Enable motion vector based prediction mode decision This commit enables vpxenc

    18 juillet 2014, par Jingning Han

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



    Enable motion vector based prediction mode decision

    This commit enables vpxenc to compare the motion vector provided
    by external file to the predicted motion vectors and select the
    prediction mode with minimum rate cost if motion vector is matched.
    It doesn’t change reconstruction distortion, but provide rate
    savings.

    Change-Id : Ia682b775d2bafcaabb5a113bd90a98e1931c9c5a

  • Revision ed995afba1 : Make frame-wide filter-type decision fully RD-based. Overall, on all test sets,

    8 juillet 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Make frame-wide filter-type decision fully RD-based.

    Overall, on all test sets, this gains about +0.2% on all metrics.
    City is a clip where this really hurts (-1.0% on all metrics), I'm
    not quite sure why yet. Maybe interesting to look into in the future.

    Change-Id : I6f0eecb20e72f0194633270d30bf00d76d9eae78