Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (69)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Revision a9b30b381b : Merge "vp8 : Set default denoiser_decision to copy for UV channel."

    23 juillet 2014, par Marco Paniconi

    Merge "vp8 : Set default denoiser_decision to copy for UV channel."

  • mace : Make sure that the channel count is set to a valid value

    16 septembre 2013, par Martin Storsjö
    mace : Make sure that the channel count is set to a valid value
    

    Also return a proper error code.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/mace.c
  • rtmp : Send video on a separate channel.

    16 septembre 2013, par Josh Allmann
    rtmp : Send video on a separate channel.
    

    Sending non-monotonic packets (e.g. when the audio and video
    streams are monotonic within themselves but not muxed
    monotonically) will lead to negative values the RTMP timestamp
    field (where timestamps are transmitted only as deltas for each
    channel), and this delta can end up being incorrectly written as
    a large unsigned number.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmpproto.c