Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (61)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (6185)

  • avcodec/cavsdec : Clear MMX state after MB decode loop

    21 octobre 2016, par Michael Niedermayer
    avcodec/cavsdec : Clear MMX state after MB decode loop
    

    The MMX state must be cleared between using MMX and using memory allocation
    thats basically the only location between the 2

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

    • [DH] libavcodec/cavsdec.c
  • avcodec/utils : clear the packet props queue on flushing

    9 novembre 2020, par James Almer
    avcodec/utils : clear the packet props queue on flushing
    

    This ensures no queued timestamps or side data are kept and used after
    seeking, preventing potential desyncs.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/utils.c
  • Revision 5b756748fd : tests : clear system state after non-API calls add ClearSystemState() to reset M

    18 juin 2013, par James Zern

    Changed Paths :
     Add /test/clear_system_state.h


     Modify /test/idct_test.cc


     Modify /test/intrapred_test.cc


     Modify /test/pp_filter_test.cc


     Modify /test/sad_test.cc


     Modify /test/sixtap_predict_test.cc


     Modify /test/subtract_test.cc


     Modify /test/test.mk


     Modify /test/variance_test.cc



    tests : clear system state after non-API calls

    add ClearSystemState() to reset MMX registers avoiding corrupting
    subsequent tests.

    Change-Id : I668deb09aa7aa467709776e5819f936910698bc0