Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (67)

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

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

Sur d’autres sites (10473)

  • avcodec/iff : Pass extradata and extradata_size explicitly

    11 juillet 2022, par Andreas Rheinhardt
    avcodec/iff : Pass extradata and extradata_size explicitly
    

    This might be useful in case this decoder were changed to support
    new extradata passed via side-data.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/iff.c
  • avcodec/elbg : Move avpriv_init_elbg() down

    15 septembre 2021, par Andreas Rheinhardt
    avcodec/elbg : Move avpriv_init_elbg() down
    

    It will avoid a forward declaration later.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/elbg.c
  • avcodec/mpegvideo_enc : Initialize dct_unquantize_int(ra|er) only once

    25 octobre 2022, par Andreas Rheinhardt
    avcodec/mpegvideo_enc : Initialize dct_unquantize_int(ra|er) only once
    

    For encoders, mpeg_quant is an option of the MPEG-4 encoder
    and therefore constant. This implies that one can set
    the dct_unquantize_(intra|inter) function pointers during init.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegvideo_enc.c