Recherche avancée

Médias (91)

Autres articles (31)

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

  • avcodec/h264 : create user data unregistered SEI side data for H.264

    11 juin 2020, par Limin Wang
    avcodec/h264 : create user data unregistered SEI side data for H.264
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/h264_sei.c
    • [DH] libavcodec/h264_sei.h
    • [DH] libavcodec/h264_slice.c
    • [DH] tests/ref/fate/mov-zombie
  • avcodec/iirfilter : Fix memleak

    15 juin 2020, par Andreas Rheinhardt
    avcodec/iirfilter : Fix memleak
    

    Commit 17e88bf0df21906633a7d36d9f2aeeeb5b6d3267 created a memleak by
    removing a call to ff_iir_filter_free_coeffsp on error ; this has been
    found by Coverity (ID 1464159). This commit fixes the memleak by
    readding the call to ff_iir_filter_free_coeffsp.

    Notice that this is not a simple revert, because several macros that
    were used before 17e88bf0df21906633a7d36d9f2aeeeb5b6d3267 were replaced
    in commit 44863b2c2d5a31d82aafa71cdbd180d6bfbed5b4 and completely removed
    in 2658680df4fc606522e5f65899afb9a98b47d287.

    Reviewed-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/iirfilter.c
  • avcodec/ac3enc : add FF_CODEC_CAP_INIT_CLEANUP

    1er juin 2020, par Limin Wang
    avcodec/ac3enc : add FF_CODEC_CAP_INIT_CLEANUP
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/ac3enc_fixed.c