Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (11799)

  • pthread_frame : Unreference hw_frames_ctx on per-thread codec contexts

    3 novembre 2016, par Mark Thompson
    pthread_frame : Unreference hw_frames_ctx on per-thread codec contexts
    

    When decoding with threads enabled, the get_format callback will be
    called with one of the per-thread codec contexts rather than with the
    outer context. If a hwaccel is in use too, this will add a reference
    to the hardware frames context on that codec context, which will then
    propagate to all of the other per-thread contexts for decoding. Once
    the decoder finishes, however, the per-thread contexts are not freed
    normally, so these references leak.

    Merges Libav commit fd0fae60.

    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] libavcodec/pthread_frame.c
  • mem : Handle av_reallocp(..., 0) properly

    20 septembre 2013, par Martin Storsjö
    mem : Handle av_reallocp(..., 0) properly
    

    Previously this did a double free (and returned an error).

    Reported-by : Justin Ruggles
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavutil/mem.c
  • lavc/vaapi_encode : Add render target support for 422 10-bit

    22 juin 2020, par Linjie Fu
    lavc/vaapi_encode : Add render target support for 422 10-bit
    

    This enables VAAPI encoding support for 422 10-bit(Y210).

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

    • [DH] libavcodec/vaapi_encode.c