Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (111)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

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

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (11576)

  • avformat/mov : Try to detect and support files with invalid sample sizes

    25 mai 2013, par Michael Niedermayer
    avformat/mov : Try to detect and support files with invalid sample sizes
    

    Fixes Ticket2605

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c
  • sierravmd : Do sanity checking of frame sizes

    11 septembre 2013, par Martin Storsjö
    sierravmd : Do sanity checking of frame sizes
    

    Limit the size to INT_MAX/2 (for simplicity) to be sure that
    size + BYTES_PER_FRAME_RECORD won’t overflow.

    Also factorize other existing error return paths.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/sierravmd.c
  • avfilter/f_loop : warn about unset loop sizes

    23 mai 2019, par Marton Balint
    avfilter/f_loop : warn about unset loop sizes
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/f_loop.c