Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (47)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9061)

  • avcodec/siren : replace magic numbers with macro value

    4 septembre 2021, par Peter Ross
    avcodec/siren : replace magic numbers with macro value
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Peter Ross <pross@xvid.org>

    • [DH] libavcodec/siren.c
  • configure.ac : check for sys/auxv.h before defining FLAC__CPU_PPC

    19 septembre 2019, par Peter Seiderer
    configure.ac : check for sys/auxv.h before defining FLAC__CPU_PPC
    

    Signed-off-by : Peter Seiderer <ps.report@gmx.net>
    — -
    Note : One of the buildroot autobuilder provided powerpc toolchains
    seem to not provide the sys/auxv.h header file, resulting in a
    compile failure (see [1] for details).

    [1] http://lists.busybox.net/pipermail/buildroot/2019-September/259732.html

    • [DH] configure.ac
  • avcodec/vp3 : Add missing check for av_malloc

    15 février 2022, par Jiasheng Jiang
    avcodec/vp3 : Add missing check for av_malloc
    

    Since the av_malloc() may fail and return NULL pointer,
    it is needed that the 's->edge_emu_buffer' should be checked
    whether the new allocation is success.

    Fixes : d14723861b ("VP3 : fix decoding of videos with stride > 2048")
    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Jiasheng Jiang <jiasheng@iscas.ac.cn>

    • [DH] libavcodec/vp3.c