Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (35)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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" (...)

  • 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

Sur d’autres sites (5624)

  • avcodec/options_table : make AVCodecContext->profile search for child constants

    10 mai 2020, par Marton Balint
    avcodec/options_table : make AVCodecContext->profile search for child constants
    

    This change makes it possible for child encoders to define custom profile
    option names which can be used for setting the AVCodecContext->profile.

    Also rename unit name to something rather unique, so it won't be used elsewhere.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/codecs.texi
    • [DH] libavcodec/options_table.h
  • avcodec : move msbc profile to encoder

    10 mai 2020, par Marton Balint
    avcodec : move msbc profile to encoder
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/options_table.h
    • [DH] libavcodec/sbcenc.c
  • lavc/libopenh264enc : Rewrite profile handling

    6 mai 2020, par Linjie Fu
    lavc/libopenh264enc : Rewrite profile handling
    

    Support the profiles "constrained_baseline" and "high" for libopenh264
    version >= 1.8, support "constrained_baseline" and "main" for earlier
    version.

    If option not supported with current version, convert to constrained
    baseline with a warning for users.

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Linjie Fu <linjie.fu@intel.com>

    • [DH] libavcodec/libopenh264enc.c