Recherche avancée

Médias (91)

Autres articles (78)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • avcodec/nvdec : Push the context before destroying the decoder

    24 octobre 2018, par Philip Langdale
    avcodec/nvdec : Push the context before destroying the decoder
    

    This has no visible effects but I happened to run under the cuda
    memcheck tool and it called it out as an error.

    • [DH] libavcodec/nvdec.c
  • avcodec/cuviddec : fix missing context push/pop

    20 novembre 2020, par leozhang
    avcodec/cuviddec : fix missing context push/pop
    

    Test command like below :
    cuda-memcheck ./ffmpeg -hwaccel cuvid -c:v h264_cuvid -i input_file -c:v h264_nvenc -f null -

    Signed-off-by : leozhang <nowerzt@gmail.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/cuviddec.c
  • rtmpproto : free hmac context properly

    30 juillet 2015, par James Almer
    rtmpproto : free hmac context properly
    

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmpproto.c