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 (7690)

  • configure : Place all temporary files in one separate directory

    21 septembre 2014, par Michał Górny
    configure : Place all temporary files in one separate directory
    

    Place all temporary files within a single, quasi-atomically created
    temporary directory rather than relying on unsafe ’mktemp -u’. This
    prevents possible race conditions in case two parallel ’mktemp -u’ calls
    returned the same path. Additionally, it reduces TMPDIR pollution by
    keeping all test files in a single subdirectory.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] configure
  • hevc/sao : do in-place band filtering when possible

    3 février 2015, par Christophe Gisquet
    hevc/sao : do in-place band filtering when possible
    

    The copies are only needed when data must be restored, so skip them
    when it must not be.

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

    • [DH] libavcodec/hevc_filter.c
  • Where to place sql query in ffmpeg php code to fetch from database

    22 avril 2016, par Asim khan

    I am working on ffmpeg php . In the code it is fetching id3 tag from the mp3 file that is in xamp directory.I want to fetch the id3 tags information directly from database. Kindly help me where should i Place sql query to fetch it from database.This is the code I am working on :
    Code of ffmpeg