Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • lavc/pthread_frame : Update user context in ff_frame_thread_free

    27 décembre 2019, par Linjie Fu
    lavc/pthread_frame : Update user context in ff_frame_thread_free
    

    Resolution/format changes lead to re-initialization of hardware
    accelerations(vaapi/dxva2/..) with new hwaccel_priv_data in
    the worker-thread. But hwaccel_priv_data in user context won't
    be updated until the resolution changing frame is output.

    A termination with "-vframes" just after the reinit will lead to :
    1. memory leak in worker-thread.
    2. double free in user-thread.

    Update user context in ff_frame_thread_free with the last thread
    submit_packet() was called on.

    To reproduce :
    ffmpeg -hwaccel vaapi(dxva2) -v verbose -i
    fate-suite/h264/reinit-large_420_8-to-small_420_8.h264 -pix_fmt nv12
    -f rawvideo -vsync passthrough -vframes 47 -y out.yuv

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/pthread_frame.c
  • avcodec/h264 : Fix off by 1 context count

    7 juin 2016, par Michael Niedermayer
    avcodec/h264 : Fix off by 1 context count
    

    Fixes fate-h264-xavc-4389 with slice threads

    • [DH] libavcodec/h264.c
  • escape124 : pass context to av_log()

    23 mai 2013, par Paul B Mahol
    escape124 : pass context to av_log()
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/escape124.c