Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (79)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (12515)

  • avutil/common : Fix undefined shift

    18 septembre 2019, par Andreas Rheinhardt
    avutil/common : Fix undefined shift
    

    av_mod_uintp2_c uses a bitwise AND with (1 << p) - 1 to clear the high
    bits of an unsigned int. But this is undefined if p == 31, because 1 is
    an int and 2^31 is not representable in an int. So make 1 unsigned.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/common.h
  • avutil/common : Fix integer overflow in av_clip_int8/16_c

    25 février 2015, par Michael Niedermayer
    avutil/common : Fix integer overflow in av_clip_int8/16_c
    

    Fixes : signal_sigsegv_30420a5_2388_cov_1489993561_integra_lavf.mp4

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/common.h
  • lavd/v4l2-common : Add an entry for Z16.

    21 mars 2019, par Carl Eugen Hoyos
    lavd/v4l2-common : Add an entry for Z16.
    
    • [DH] libavdevice/v4l2-common.c