Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (47)

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

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8408)

  • x86 : Remove inline MMX assembly that clobbers the FPU state

    26 janvier 2024, par Martin Storsjö
    x86 : Remove inline MMX assembly that clobbers the FPU state
    

    These inline implementations of AV_COPY64, AV_SWAP64 and AV_ZERO64
    are known to clobber the FPU state - which has to be restored
    with the 'emms' instruction afterwards.

    This was known and signaled with the FF_COPY_SWAP_ZERO_USES_MMX
    define, which calling code seems to have been supposed to check,
    in order to call emms_c() after using them. See
    0b1972d4096df5879038f0af776f87f41e90ebd4,
    29c4c0886d143790fcbeddbe40a23dfc6f56345c and
    df215e575850e41b19aeb1fd99e53372a6b3d537 for history on earlier
    fixes in the same area.

    However, new code can use these AV_*64() macros without knowing
    about the need to call emms_c().

    Just get rid of these dangerous inline assembly snippets ; this
    doesn't make any difference for 64 bit architectures anyway.

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

    • [DH] libavcodec/dca_core.c
    • [DH] libavutil/x86/intreadwrite.h
  • avcodec/mpegaudiodec : Reset dither and mdct state

    5 juin 2014, par Michael Niedermayer
    avcodec/mpegaudiodec : Reset dither and mdct state
    

    This makes the mp3 decoder produce the same result when repeatly flushing and decoding

    Suggested-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegaudiodec_template.c
  • doc/encoders/libfdk_aac : state that VBR support is experimental

    22 novembre 2013, par Stefano Sabatini
    doc/encoders/libfdk_aac : state that VBR support is experimental
    
    • [DH] doc/encoders.texi