Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (6969)

  • avcodec/adpcm_zork : reset state in flush callback

    23 mars 2021, par Zane van Iperen
    avcodec/adpcm_zork : reset state in flush callback
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavcodec/adpcm.c
  • avcodec/hevcdec : Avoid allocation of common CABAC state

    22 juillet 2022, par Andreas Rheinhardt
    avcodec/hevcdec : Avoid allocation of common CABAC state
    

    It used to be allocated separately, so that the pointer to it
    is copied to all HEVCContexts, so that all slice-threads
    use the same. This is completely unnecessary now that there
    is only one HEVCContext any more. There is just one minor
    complication left : The slice-threads only get a pointer to
    const HEVCContext, but they need to modify the common CABAC
    state. Fix this by adding a pointer to the common CABAC state
    to HEVCLocalContext and document why it exists.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/hevc_cabac.c
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/hevcdec.h
  • tests/checkasm/sw_rgb : Be more strict about clobbering MMX state

    5 juin 2024, par Andreas Rheinhardt
    tests/checkasm/sw_rgb : Be more strict about clobbering MMX state
    

    The MMXEXT versions of the rgb2rgb functions tested here
    always emit emms on their own. Therefore one can use
    a stricter test to ensure that it stays that way.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/checkasm/sw_rgb.c