Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • 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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • cbs_h265 : add support for Film Grain Characteristics SEI message

    23 juillet 2021, par James Almer
    cbs_h265 : add support for Film Grain Characteristics SEI message
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_h265.h
    • [DH] libavcodec/cbs_h265_syntax_template.c
  • avcodec/aom_film_grain : add AOM film grain synthesis

    4 octobre 2023, par Niklas Haas
    avcodec/aom_film_grain : add AOM film grain synthesis
    

    Implementation copied wholesale from dav1d, sans SIMD, under permissive
    license. This implementation was extensively verified to be bit-exact,
    so it serves as a much better starting point than trying to re-engineer
    this from scratch for no reason. (I also authored the original
    implementation in dav1d, so any "clean room" implementation would end up
    looking much the same, anyway)

    The notable changes I had to make while adapting this from the dav1d
    code-base to the FFmpeg codebase include :

    - reordering variable declarations to avoid triggering warnings
    - replacing several inline helpers by avutil equivalents
    - changing code that accesses frame metadata
    - replacing raw plane copying logic by av_image_copy_plane

    Apart from this, the implementation is basically unmodified.

    • [DH] libavcodec/aom_film_grain.c
    • [DH] libavcodec/aom_film_grain.h
    • [DH] libavcodec/aom_film_grain_template.c
  • yuv4mpeg : Correctly round chroma up for odd luma sizes

    25 juin 2013, par Ronald S. Bultje
    yuv4mpeg : Correctly round chroma up for odd luma sizes
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/yuv4mpeg.c