Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (56)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (5274)

  • Revision 8c1f071f1e : Allocate buffers based on correct chroma format The encoder currently allocates

    17 juin 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_alloccommon.h


     Modify /vp9/common/vp9_scale.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_firstpass.c



    Allocate buffers based on correct chroma format

    The encoder currently allocates frame buffers before
    it establishes what the chroma sub-sampling factor is,
    always allocating based on the 4:4:4 format.

    This patch detects the chroma format as early as
    possible allowing the encoder to allocate buffers of
    the correct size.

    Future patches will change the encoder to allocate
    frame buffers on demand to further reduce the memory
    profile of the encoder and rationalize the buffer
    management in the encoder and decoder.

    Change-Id : Ifd41dd96e67d0011719ba40fada0bae74f3a0d57

  • lavfi/vf_libplacebo : switch to pl_queue-based design

    5 mai 2023, par Niklas Haas
    lavfi/vf_libplacebo : switch to pl_queue-based design
    

    This does not leverage any immediate benefits, but refactors and
    prepares the codebase for upcoming changes, which will include the
    ability to do deinterlacing and resampling (frame mixing).

    • [DH] libavfilter/vf_libplacebo.c
  • cbs_h265 : Use table-based alloc/free

    27 juillet 2020, par Mark Thompson
    cbs_h265 : Use table-based alloc/free
    
    • [DH] libavcodec/cbs_h2645.c