Recherche avancée

Médias (91)

Autres articles (108)

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

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

Sur d’autres sites (11203)

  • avcodec/qsvdec : refact, remove duplicate code for plugin loading

    5 janvier 2021, par Xu Guangxin
    avcodec/qsvdec : refact, remove duplicate code for plugin loading
    

    Signed-off-by : Xu Guangxin <guangxin.xu@intel.com>
    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>

    • [DH] libavcodec/qsvdec.c
  • avfilter/vf_vpp_qsv : Don't overrun stack array

    4 août 2021, par Andreas Rheinhardt
    avfilter/vf_vpp_qsv : Don't overrun stack array
    

    8b83dad82512a6948b63408f964463b063ad24c9 added another potentially used
    video enhancement filter without increasing a define for the number of
    such options which is used as the size of stack array. This can lead to
    a buffer overrun if all filters are used simultaneously. So increase
    said number.

    Fixes Coverity ticket #1489775.

    Reviewed-by : Linjie Fu <linjie.justin.fu@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_vpp_qsv.c
  • lavc/vaapi_encode : wrap slice codes into row slice functions

    12 mai 2020, par Linjie Fu
    lavc/vaapi_encode : wrap slice codes into row slice functions
    

    Wrap current whole-row slice codes into following functions :
    - vaapi_encode_make_row_slice()
    - vaapi_encode_init_row_slice_structure()

    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>

    • [DH] libavcodec/vaapi_encode.c