Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (62)

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

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (7557)

  • 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/hashtable : Combine allocations

    3 juin, par Andreas Rheinhardt
    avcodec/hashtable : Combine allocations
    

    Reviewed-by : Emma Worley <emma@emma.gg>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/hashtable.c
  • avcodec/hashtable : Mark alloc,free functions as av_cold

    3 juin, par Andreas Rheinhardt
    avcodec/hashtable : Mark alloc,free functions as av_cold
    

    Reviewed-by : Emma Worley <emma@emma.gg>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/hashtable.c