Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (102)

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

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (13532)

  • lavfi/vf_alphamerge : fix memory leaks

    4 décembre 2015, par Ganesh Ajjanagadde
    lavfi/vf_alphamerge : fix memory leaks
    

    Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
    3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
    up usage of the formats API, and in particular fixed possible NULL pointer
    dereferences.

    This commit addresses the issue of possible resource leaks when some intermediate
    call fails.

    Tested with valgrind —leak-check=full —show-leak-kinds=all, and manual simulation
    of malloc/realloc failures.

    Fixes : CID 1338326, 1338329.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/vf_alphamerge.c
  • README : fix analisys/analysis typo

    12 février 2015, par Clément Bœsch
    README : fix analisys/analysis typo
    
    • [DH] README.md
  • avfilter/avf_showcwt : improve analysis

    21 juillet 2023, par Paul B Mahol
    avfilter/avf_showcwt : improve analysis
    

    Make inverse FFT step always power of 2 in size.

    • [DH] libavfilter/avf_showcwt.c