Recherche avancée

Médias (91)

Autres articles (108)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (11959)

  • doc/developer : use https instead of http

    7 octobre 2015, par Ganesh Ajjanagadde
    doc/developer : use https instead of http
    

    Change to https for FFmpeg websites.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/developer.texi
  • Revision b957439c87 : Fix a potential invalid memory access in non-RD coding flow This commit fixes a

    11 juillet 2014, par Jingning Han

    Changed Paths :
     Modify /test/cpu_speed_test.cc


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_speed_features.c



    Fix a potential invalid memory access in non-RD coding flow

    This commit fixes a potential out-of-boundary memory access due to
    the use of reuse_inter_pred_sby in the non-RD coding flow. It
    resolves the corresponding asan error.

    Change-Id : Iff605f5921230966990013541cd855d698810922

  • lavfi/volume : support volume expression and per-frame expression evaluation

    23 février 2013, par Stefano Sabatini
    lavfi/volume : support volume expression and per-frame expression evaluation
    

    The eval mode allows to evaluate the expression per-frame or just at
    init.

    In particular, address ticket #3234.

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_volume.c
    • [DH] libavfilter/af_volume.h
    • [DH] libavfilter/version.h