Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (60)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (6931)

  • Revision 7965a6ea34 : Comment out 2 unused speed features use_min_partition_size and use_max_partitio

    1er août 2013, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Comment out 2 unused speed features

    use_min_partition_size and use_max_partition_size are not used
    currently, and could be added back if needed later.

    Change-Id : Ib22a9c06b064567a7c1d6d5445567ed77e0d3acc

  • arm : Comment out unused labels in simple_idct_arm

    24 juillet 2013, par Martin Storsjö
    arm : Comment out unused labels in simple_idct_arm
    

    When building for iOS in thumb mode, gas-preprocessor.pl doesn’t
    mark unused labels as thumb functions (as it does for other
    local labels, where it can figure out that they are functions
    due to being referenced in branch instructions). This leads to
    linker warnings for some of those local labels, such as :

    ld : warning : ARM function not 4-byte aligned : __a_evaluation from
    libavcodec/libavcodec.a(simple_idct_arm.o)

    Therefore, comment them out since they don’t have any function.
    They do still have a value in documenting key points in the
    assembly source though.

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

    • [DH] libavcodec/arm/simple_idct_arm.S
  • arm : Comment out unused labels in simple_idct_arm

    24 juillet 2013, par Martin Storsjö
    arm : Comment out unused labels in simple_idct_arm
    

    When building for iOS in thumb mode, gas-preprocessor.pl doesn’t
    mark unused labels as thumb functions (as it does for other
    local labels, where it can figure out that they are functions
    due to being referenced in branch instructions). This leads to
    linker warnings for some of those local labels, such as :

    ld : warning : ARM function not 4-byte aligned : __a_evaluation from
    libavcodec/libavcodec.a(simple_idct_arm.o)

    Therefore, comment them out since they don’t have any function.
    They do still have a value in documenting key points in the
    assembly source though.

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

    • [DBH] libavcodec/arm/simple_idct_arm.S