Recherche avancée

Médias (91)

Autres articles (110)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (10208)

  • Discovering our premium on-premise features

    28 novembre 2023, par Erin — Community, Plugins

    In our latest release (Matomo 4.16), we’ve enhanced visibility to the premium On-Premise features within Matomo. Now, it’s easier to maximise the potential of your Matomo On-Premise setup while also supporting our open-source project.

    By default, Matomo On-Premise instances will now display available premium features in the left-menu navigation bar. If you prefer, we’ve made it easy to hide or disable the menu items (steps provided below). Note that no features were removed and you still have full access to the same features as before.

    We would encourage you to check out our premium features, as thousands of users already find them powerful additions to their analytics.

    How to hide or disable menu items

    We understand that not everyone will need these premium features listed in their left-menu navigation. That’s why we’ve made it very easy to remove them. 

    • If you prefer not to see these features listed, each user can hide them by clicking the link “hide this section”. This option is available in each of the new feature pages.
    • Alternatively, for administrators wanting to disable these features at an organisational level and for all users at once, you simply need to follow these steps :
      • Login as Super User (to your On-Premise Matomo instance)
      • Go to Administration > System > Plugins
      • Scroll down to the “ProfessionalServices” plugin, and click “Deactivate”

    The revenue from premium features helps us innovate and improve Matomo, fueling our strong commitment to the open-source ethos that’s at the heart of everything we do.

    Explore the complete range of Matomo On-Premise premium features, developed by Matomo and our passionate community, available in our marketplace. Start a 30-day free trial today and unlock a new level of analytics excellence.

  • libavcodec/dcadec : adjust the `ch_layout` when downmix is active

    26 novembre 2023, par Geoffrey McRae
    libavcodec/dcadec : adjust the `ch_layout` when downmix is active
    

    Applications making use of this codec with the `downmix` option are
    segfaulting unless the `ch_layout` is overridden after `avcodec_open2`
    as can be seen in projects like MythTV[1]

    This patch fixes this by overriding the ch_layout as done in other
    decoders such as AC3.

    1 : https://github.com/MythTV/mythtv/blob/af6f362a140cd59b9ed784a8c639fd456b5f6967/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp#L4607

    Signed-off-by : Geoffrey McRae <geoff@hostfission.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/dcadec.c
  • vulkan/hevc : handle missing active PPS

    10 juillet 2023, par Philip Langdale
    vulkan/hevc : handle missing active PPS
    

    I don't pretend to understand how we get into this situation, but there
    are files out there where we can end up with the active PPS not being
    identified when we call vk_hevc_end_frame. In these situations today,
    we will segfault. So, before we give up, see if we can get the active
    PPS id from the slice header, and use that if possible.

    If that still doesn't work, return an error instead of segfaulting.

    • [DH] libavcodec/vulkan_hevc.c