Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (46)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • avformat/segment : Do not free the filename twice

    26 août 2015, par Michael Niedermayer
    avformat/segment : Do not free the filename twice
    

    Bug introduced in 83a508cda5115c61b456aeb227bf770d61010961

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/segment.c
  • tools/uncoded_frame : fix double free

    12 février 2014, par Lukasz Marek
    tools/uncoded_frame : fix double free
    

    in case av_interleaved_write_uncoded_frame fails it seems
    frame is freed for the second time in fail section.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
    Reviewed-by : Nicolas George <george@nsup.org>

    This commit also removes 1 trailing whitespace as otherwise the push hook rejects it

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

    • [DH] tools/uncoded_frame.c
  • vf_pullup : simplify, fix double free error

    25 mars 2014, par wm4
    vf_pullup : simplify, fix double free error
    

    The memory allocation for f->diffs was freed multiple times in some
    corner cases. Simplify the code so that this doesn’t happen.

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

    • [DH] libavfilter/vf_pullup.c