Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (112)

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

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

Sur d’autres sites (13847)

  • avformat/udp : cleanup comments, add a warning if receive buffer is unexpectedly unabl...

    22 mars 2014, par rogerdpack
    avformat/udp : cleanup comments, add a warning if receive buffer is unexpectedly unable to be set high enough
    

    which can happen easily in linux

    Signed-off-by : rogerdpack <rogerpack2005@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/udp.c
  • vp9 : do unscaled MC in scaled path if size of this reference matches.

    4 septembre 2015, par Ronald S. Bultje
    vp9 : do unscaled MC in scaled path if size of this reference matches.
    

    This can happen if we do bidirectional MC, where one reference has the
    same size as the current frame, but the other one doesn’t.

    • [DH] libavcodec/vp9.c
  • ffplay : handle fullscreen status on resize event

    22 septembre 2014, par Marton Balint
    ffplay : handle fullscreen status on resize event
    

    In some cases resize events can happen even during fullscreen, so let’s pass
    the proper flag to SDL_SetVideoMode.

    Fixes ticket #3964.

    Reported-by : Jeff Dwork <jeff@reggie.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c