Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (93)

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

  • tests/api/api-seek-test : Fix use of uinitialized value

    6 décembre 2016, par Michael Niedermayer
    tests/api/api-seek-test : Fix use of uinitialized value
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/api/api-seek-test.c
  • Revision 3dcb525bf3 : This removes a test that fails on 32 bit This undoes a check that attempted to

    18 juillet 2014, par Jim Bankoski

    Changed Paths :
     Modify /test/frame_size_tests.cc



    This removes a test that fails on 32 bit

    This undoes a check that attempted to insure on 32 bit machines allocations
    bigger than 32 bit failed, but it failed before the test could be hit,
    revert that for now so we can do a roll

    Change-Id : Ib607de6675c10100b716df94eb329649633509c8

  • Revision 1ba1871786 : Fix out of boundary memory read in fuzz test on vpxdec This commit fixes frame

    12 juin 2014, par Jingning Han

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vectors.cc


     Modify /vp9/vp9_dx_iface.c



    Fix out of boundary memory read in fuzz test on vpxdec

    This commit fixes frame header decoding for superframe index, to
    prevent out of boundary memory read triggered by fuzz test
    vector. It resolves a chromium security violation issue
    crbug.com/376802.

    The issue was introduced in the change :

    Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
    cl-id I88f86c8ff9af34e0b6531028b691921b54c2fc48

    where the buffer was read before validation check on index offset
    applied.

    A test vector is added accordingly.

    Change-Id : I41c988e776bbdd1033312a668e03a3dbcf44ca99