Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (66)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6519)

  • Anomalie #1990 (Résolu) : Bug insertion image en création d’article

    2 mars 2011, par cedric -

    Résolu par reecriture complète du code de gestion des documents en extension medias dans la branche developpement

  • Revision 3989 : Une nouvelle action permettant de récupérer les documents d’un article ...

    20 septembre 2010, par kent1 — Log

    Une nouvelle action permettant de récupérer les documents d’un article original On l’utilise dans l’autre action (le code est identique)

  • x86 : Don't hardcode the height to 8 in sad8_xy2_mmx

    13 juillet 2022, par Martin Storsjö
    x86 : Don't hardcode the height to 8 in sad8_xy2_mmx
    

    The height is hardcoded in some of the me_cmp functions, but not
    in all of them. But in the case of all other functions, it's hardcoded
    in the same place in SIMD functions as in the C reference functions,
    while this one function differs from the behaviour of the C code.

    (Before 542765ce3eccbca587d54262a512cbdb1407230d, there were a
    couple other sad8_*_mmx functions with similar hardcoded height.)

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/x86/me_cmp_init.c