Recherche avancée

Médias (91)

Autres articles (102)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (8988)

  • avcodec/av1dec : Check tiles sizes, fix assert, don't read bytes bitwise

    17 septembre 2020, par Andreas Rheinhardt
    avcodec/av1dec : Check tiles sizes, fix assert, don't read bytes bitwise
    

    Tiles have a size field with a length from one to four bytes. As such it
    is not possible to read it all at once with a call to get_bits() as this
    only allows to read up to 25 bits ; this is guarded by an av_assert2. Yet
    this is done by the AV1 decoder in get_tiles_info(). It has been done
    despite said size fields being byte-aligned. This commit fixes this by
    using the bytestream2 API instead.

    Furthermore, it is now explicitly checked whether the data is
    consistent, i.e. whether the data that is supposed to be there extends
    beyond the end of the data actually present.

    Reviewed-by : Wang, Fei W <fei.w.wang@intel.com>
    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/av1dec.c
  • lavc/vvc_ps : Add alf raw syntax into VVCALF

    28 octobre 2024, par Fei Wang
    lavc/vvc_ps : Add alf raw syntax into VVCALF
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/vvc/ps.c
    • [DH] libavcodec/vvc/ps.h
  • avcodec/cbs_av1 : Allow specifying obu size byte length

    11 septembre 2023, par Fei Wang
    avcodec/cbs_av1 : Allow specifying obu size byte length
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Reviewed-by : Neal Gompa <ngompa13@gmail.com>

    • [DH] libavcodec/cbs_av1.c
    • [DH] libavcodec/cbs_av1.h