Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (102)

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (9395)

  • avcodec/ac3 : Remove declaration of inexistent function

    12 mai 2022, par Andreas Rheinhardt
    avcodec/ac3 : Remove declaration of inexistent function
    

    Removed in 7b11eead1b4e08728561595e6b610cf8fe2b7122.

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

    • [DH] libavcodec/ac3.h
  • avcodec/vp9 : Mark decoder as init-threadsafe

    5 mai 2021, par Andreas Rheinhardt
    avcodec/vp9 : Mark decoder as init-threadsafe
    

    It only allocates some AVFrames.

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

    • [DH] libavcodec/vp9.c
  • avcodec/ftr : Replace AVERROR_BUG that can be triggered

    21 avril, par Andreas Rheinhardt
    avcodec/ftr : Replace AVERROR_BUG that can be triggered
    

    Return AVERROR_DECODER_NOT_FOUND.
    (This can be triggered because this decoder tries to be
    generic and work with multiple underlying AAC decoders,
    so that there is no configure dependency for any decoder.)

    Reviewed-by : Kacper Michajlow <kasper93@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ftr.c