Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (65)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (9199)

  • avcodec/ffv1enc : Tighter maxsize

    25 octobre 2024, par Michael Niedermayer
    avcodec/ffv1enc : Tighter maxsize
    

    This allows using smaller buffers

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1enc.c
  • avcodec/vvc/mvs : Initialize mvf

    18 mai 2024, par Michael Niedermayer
    avcodec/vvc/mvs : Initialize mvf
    

    This might not be needed for correctness but it could
    help general reproducability of issues

    Related to : CID1560037 Uninitialized scalar variable
    Related to : CID1560044 Uninitialized scalar variable

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vvc/mvs.c
  • avformat/imfdec : Simplify get_next_track_with_minimum_timestamp()

    2 juin 2024, par Michael Niedermayer
    avformat/imfdec : Simplify get_next_track_with_minimum_timestamp()
    

    This also makes the code more robust

    Fixes : CID1512414 Uninitialized pointer read

    Sponsored-by : Sovereign Tech Fund
    Reviewed-by : Pierre-Anthony Lemieux <pal@sandflow.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/imfdec.c