Recherche avancée

Médias (91)

Autres articles (58)

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

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

  • ftp: enhanced status code handling

    29 mai 2013, par Lukasz Marek
    ftp: enhanced status code handling
    

    Reimplementation of ftp_status function.
    New version requires explicit list of expected codes.
    It flush data connection input before sending a command
    and blocks until expected result appears.

    • [DH] libavformat/ftp.c
  • avformat/mxfenc : Write Mastering Display Colour Volume to MXF

    9 septembre 2020, par Harry Mallon
    avformat/mxfenc : Write Mastering Display Colour Volume to MXF
    

    Described in Annex B SMPTE ST 2067-21:2020

    Signed-off-by : Harry Mallon <harry.mallon@codex.online>

    • [DH] libavformat/mxfenc.c
  • Revision 148eb803bb : Optimize the scaling calculation In decoder, the scaling calculation, such as (

    4 avril 2013, par Yunqing Wang

    Changed Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_reconinter.c Modify /vp9/common/vp9_reconinter.h Optimize the scaling calculation In decoder, the scaling calculation, such as (mv * x_num / x_den), is fairly time-consuming. In this patch, we check if the scaling happens or not (...)