Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • 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 (4806)

  • Merge remote-tracking branch ’cus/stable’

    1er janvier 2015, par Michael Niedermayer
    Merge remote-tracking branch ’cus/stable’
    

    * cus/stable :
    ffplay : dump format before selecting streams
    ffplay : add support for stream specifiers in -ast, -vst, -sst options
    ffplay : remove unused no_background from videostate
    ffplay : remove flushed state from decoder context

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/ffplay.texi
    • [DH] ffplay.c
  • ffserver_config : cosmetic : move line_num into FFServerConfig

    17 novembre 2014, par Lukasz Marek
    ffserver_config : cosmetic : move line_num into FFServerConfig
    

    Moving line_num into FFServerConfig as parser state,
    saves many passes of it aside of FFServerConfig pointer.

    • [DH] ffserver_config.c
    • [DH] ffserver_config.h
  • avcodec/libx264 : fix forced_idr logic

    12 octobre 2016, par Timo Rothenpieler
    avcodec/libx264 : fix forced_idr logic
    

    Currently, it forces IDR frames for both true and false.
    Not entirely sure what the original idea behind the tri-state bool
    option is.

    Reviewed-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/libx264.c