Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (32)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5428)

  • avformat/rtpdec_vp9 : remove alloc/free functions

    25 février 2015, par Michael Niedermayer
    avformat/rtpdec_vp9 : remove alloc/free functions
    

    Simplify code

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rtpdec_vp9.c
  • rtpdec : Don’t free the payload context in the .free function

    24 février 2015, par Martin Storsjö
    rtpdec : Don’t free the payload context in the .free function
    

    This makes it more consistent with depacketizers that don’t have any
    .free function at all, where the payload context is freed by the
    surrounding framework. Always free the context in the surrounding
    framework, having the individual depacketizers only free any data
    they’ve specifically allocated themselves.

    This is similar to how this works for demuxer/muxers/codecs - a
    component shouldn’t free the priv_data that the framework has
    allocated for it.

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

    • [DBH] libavformat/rdt.c
    • [DBH] libavformat/rtpdec.h
    • [DBH] libavformat/rtpdec_ac3.c
    • [DBH] libavformat/rtpdec_dv.c
    • [DBH] libavformat/rtpdec_h261.c
    • [DBH] libavformat/rtpdec_h263_rfc2190.c
    • [DBH] libavformat/rtpdec_h264.c
    • [DBH] libavformat/rtpdec_jpeg.c
    • [DBH] libavformat/rtpdec_latm.c
    • [DBH] libavformat/rtpdec_mpa_robust.c
    • [DBH] libavformat/rtpdec_mpeg4.c
    • [DBH] libavformat/rtpdec_mpegts.c
    • [DBH] libavformat/rtpdec_qt.c
    • [DBH] libavformat/rtpdec_svq3.c
    • [DBH] libavformat/rtpdec_vp8.c
    • [DBH] libavformat/rtpdec_xiph.c
    • [DBH] libavformat/rtsp.c
  • rtpdec : Rename the free method to close

    24 février 2015, par Martin Storsjö
    rtpdec : Rename the free method to close
    

    Many of these functions were named foo_free_context, and since
    the functions no longer should free the context itself, only
    allocated elements within it, the previous naming was slightly
    misleading.

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

    • [DBH] libavformat/rdt.c
    • [DBH] libavformat/rtpdec.h
    • [DBH] libavformat/rtpdec_ac3.c
    • [DBH] libavformat/rtpdec_asf.c
    • [DBH] libavformat/rtpdec_dv.c
    • [DBH] libavformat/rtpdec_h261.c
    • [DBH] libavformat/rtpdec_h263_rfc2190.c
    • [DBH] libavformat/rtpdec_h264.c
    • [DBH] libavformat/rtpdec_jpeg.c
    • [DBH] libavformat/rtpdec_latm.c
    • [DBH] libavformat/rtpdec_mpa_robust.c
    • [DBH] libavformat/rtpdec_mpeg4.c
    • [DBH] libavformat/rtpdec_mpegts.c
    • [DBH] libavformat/rtpdec_qt.c
    • [DBH] libavformat/rtpdec_svq3.c
    • [DBH] libavformat/rtpdec_vp8.c
    • [DBH] libavformat/rtpdec_xiph.c
    • [DBH] libavformat/rtsp.c