Recherche avancée

Médias (91)

Autres articles (97)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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

Sur d’autres sites (4721)

  • avfilter/scale_cuda : add support for rgb32/bgr32 conversions

    16 juin 2023, par Philip Langdale
    avfilter/scale_cuda : add support for rgb32/bgr32 conversions
    

    As we are introducing two new formats and supporting conversions
    between them, and also with the existing 0rgb32/0bgr32 formats, we get
    a combinatorial explosion of kernels. I introduced a few new macros to
    keep the things mostly managable.

    The conversions are all simple, following existing patterns, with four
    specific exceptions. When converting from 0rgb32/0bgr32 to rgb32/bgr32,
    we need to ensure the alpha value is set to 1. In all other cases, it
    can just be passed through, either to be used or ignored.

    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_scale_cuda.c
    • [DH] libavfilter/vf_scale_cuda.cu
  • avformat/mov : Set start_pad correctly in mov_fix_index()

    16 octobre 2017, par Dale Curtis
    avformat/mov : Set start_pad correctly in mov_fix_index()
    

    Sets the correct start padding value when an edit list is present.

    A new fate test is added, fate-mov-440hz-10ms, to ensure this is
    handled correctly.

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Reviewed-by : Sasi Inguva <isasi-at-google.com@ffmpeg.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
    • [DH] tests/fate/mov.mak
    • [DH] tests/ref/fate/mov-440hz-10ms
  • libavcodec/jpeg2000.c : Precinct size check removed

    29 juin 2020, par Gautam Ramakrishnan
    libavcodec/jpeg2000.c : Precinct size check removed
    

    This patch removes a check which throws an error if
    the log2 precinct width/height is 0. The standard allows
    the first component to have 0 as the log2 width/height.
    However, to ensure proper intialization of coding style,
    an extra check has been added.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/jpeg2000.c
    • [DH] libavcodec/jpeg2000.h
    • [DH] libavcodec/jpeg2000dec.c