Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (37)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

  • build : Explicitly disable external libraries when not explicitly enabled

    24 février 2017, par Diego Biurrun
    build : Explicitly disable external libraries when not explicitly enabled
    

    Leaving those variables in an undefined state allows them getting implicitly
    enabled when they are declared as weak dependencies of other components.
    In that case, the library check is not run and required linker flags are not
    added, resulting in a failing build.

    Fixes linking when enabling libfreetype without libfontconfig.

    • [DBH] configure
  • lavf/id3v2 : fail read_apic on EOF reading mimetype

    14 décembre 2018, par chcunningham
    lavf/id3v2 : fail read_apic on EOF reading mimetype
    

    avio_read may return EOF, leaving the mimetype array unitialized. fail
    early when this occurs to avoid using the array in an unitialized state.

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/id3v2.c
  • x86inc : Prevent warnings when using `struc` and `endstruc`

    26 mai 2015, par Timothy Gu
    x86inc : Prevent warnings when using `struc` and `endstruc`
    

    struc and endstruc attempts to revert to the previous section state set by
    the SECTION macro.

    Use the primitive [SECTION] directive instead of the SECTION macro for the
    .note.GNU-stack section to prevent it from being emitted again during endstruc.

    • [DH] common/x86/x86inc.asm