Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (60)

  • 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 (10586)

  • Revision dc2f2ce594 : Validate error checking code in decoder. This patch adds a mechanism for insuri

    20 juin 2014, par Jim Bankoski

    Changed Paths :
     Modify /test/decode_test_driver.cc


     Modify /test/decode_test_driver.h


     Add /test/invalid_file_test.cc


     Modify /test/test-data.sha1


     Modify /test/test.mk



    Validate error checking code in decoder.

    This patch adds a mechanism for insuring error checking on invalid files
    by creating a unit test that runs the decoder and tests that the error
    code matches what’s expected on each frame in the decoder.

    Disabled for now as this unit test will segfault with existing code.

    Change-Id : I896f9686d9ebcbf027426933adfbea7b8c5d956e

  • Revision af8d4054d6 : Revert "skip un-neccessary motion search in the first pass" This patch appears

    13 juin 2014, par Paul Wilkins

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



    Revert "skip un-neccessary motion search in the first pass"

    This patch appears to have introduced non-determinism and/or
    mismatch from debug vs release.

    This reverts commit 5daef90efc4613efd7e7ee80ba4e1ecf9a57a966.

    Change-Id : I80081e55cfeaaa821b510b58a4e6e6328003c7da

  • Add AVX2 capable CPU detection. Patch based on x264’s AVX2 detection

    20 octobre 2013, par Kieran Kunhya
    Add AVX2 capable CPU detection. Patch based on x264’s AVX2 detection
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] libavutil/cpu.c
    • [DH] libavutil/cpu.h
    • [DH] libavutil/x86/cpu.c
    • [DH] libavutil/x86/cpu.h