Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (61)

  • Les images

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (8496)

  • libswscale : fix compiler warnings enumerated type mixed with another type

    14 mars 2015, par Himangi Saraogi
    libswscale : fix compiler warnings enumerated type mixed with another type
    

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libswscale/swscale_unscaled.c
  • lafv/wavdec : Fail bext parsing on incomplete reads

    26 juillet 2019, par Matt Wolenetz
    lafv/wavdec : Fail bext parsing on incomplete reads
    

    avio_read can successfully return even when less than the requested
    amount of input was read. wavdec's bext parsing mistakenly assumed a
    successful avio_read always read the full amount that was requested.
    The result could be dictionary tags populated with partially
    uninitialized values.

    This change also fixes a broken assertion in wav_parse_bext_string that
    was off-by-one, though no known current usage of that method hits that
    broken case.

    Chromium bug : 987270

    Signed-off-by : Matt Wolenetz <wolenetz@chromium.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/wavdec.c
  • svq3 : make slice type value unsigned to match svq3_get_ue_golomb return type

    8 décembre 2012, par Janne Grunau

    svq3 : make slice type value unsigned to match svq3_get_ue_golomb return type