Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (94)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (7733)

  • Revision 1c6203192d : cq_test : allow test cases to be run out of order check that bitrates increase w

    13 août 2014, par James Zern

    Changed Paths :
     Modify /test/cq_test.cc



    cq_test : allow test cases to be run out of order

    check that bitrates increase with cqlevel at global test case teardown,
    rather than after each individual test case. this allows the tests to be
    run out of order with —gtest_shuffle.

    Change-Id : I9e0d4e6a2d920a1f2fe9aee7b7876a3e7eb5d297

  • Revision 7d07f512cd : Fix SSSE3 partial_idct_test detection The test filter is not a prefix matcher.

    5 novembre 2014, par Johann

    Changed Paths :
     Modify /test/partial_idct_test.cc



    Fix SSSE3 partial_idct_test detection

    The test filter is not a prefix matcher. It requires test type to
    contain no more than the optimization type. In this example, SSSE3_64
    fails to match and the test is not skipped even when SSSE3 is not
    available.

    Change-Id : Ia74229a167c88da4e6da169012a7a77d438c3f75

  • avutil/utf8 : put under #ifdef TEST

    22 novembre 2013, par Michael Niedermayer
    avutil/utf8 : put under #ifdef TEST
    

    All other test programs are under #ifdef TEST too
    with the implementation and test code being generally in the same file

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

    • [DH] libavutil/utf8.c