Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (112)

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

  • avcodec/vaapi_encode : move pic->input_surface initialization to encode_alloc

    2 janvier 2024, par Tong Wu
    avcodec/vaapi_encode : move pic->input_surface initialization to encode_alloc
    

    When allocating the VAAPIEncodePicture, pic->input_surface can be
    initialized right in the place. This movement simplifies the send_frame
    logic and is the preparation for moving vaapi_encode_send_frame to the base layer.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/vaapi_encode.c
  • avcodec/vaapi_encode : extract gop configuration and two options to base layer

    18 avril 2024, par Tong Wu
    avcodec/vaapi_encode : extract gop configuration and two options to base layer
    

    idr_interval and desired_b_depth are moved to HW_BASE_ENCODE_COMMON_OPTIONS.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/hw_base_encode.c
    • [DH] libavcodec/hw_base_encode.h
    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h
  • avcodec/vaapi_encode : extract set_output_property to base layer

    18 avril 2024, par Tong Wu
    avcodec/vaapi_encode : extract set_output_property to base layer
    

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/hw_base_encode.c
    • [DH] libavcodec/hw_base_encode.h
    • [DH] libavcodec/vaapi_encode.c