Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (100)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • Revision 9402e25b4b : configure : add a test for configured source dir prevents out of tree build fail

    5 mars 2014, par James Zern

    Changed Paths :
     Modify /configure



    configure : add a test for configured source dir

    prevents out of tree build failures when the source tree has already
    been configured ; modeled after a similar check in autoconf

    Change-Id : I627eb7243576f4d753141dfcb4ed4e34544d03a7

  • Macroblock tree overhaul/optimization

    23 février 2014, par Jason Garrett-Glaser
    Macroblock tree overhaul/optimization
    

    Move the second core part of macroblock tree into an assembly function ;
    SIMD-optimize roughly half of it (for x86). Roughly 25-65% faster mbtree,
    depending on content.

    Slightly change how mbtree handles the tradeoff between range and precision
    for propagation.

    Overall a slight (but mostly negligible) effect on SSIM and 2% faster.

    • [DH] common/macroblock.c
    • [DH] common/mc.c
    • [DH] common/mc.h
    • [DH] common/x86/const-a.asm
    • [DH] common/x86/mc-a2.asm
    • [DH] common/x86/mc-c.c
    • [DH] common/x86/predict-a.asm
    • [DH] encoder/slicetype.c
    • [DH] tools/checkasm.c
  • Revision 2ec04d1f84 : Merge "Added a speed feature "allow_skip_recode""

    26 mars 2014, par Yaowu Xu

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Merge "Added a speed feature "allow_skip_recode""