Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (59)

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

  • avutil/mips : Restructure of generic macros

    28 mai 2015, par Shivraj Patil
    avutil/mips : Restructure of generic macros
    

    This patch includes restructuring of existing macros and addition of more generic macros.

    This change was necessary to avoid repeated review comments in remaining patches which we were about to submit.
    Also this patch reduces number of code lines due to maximum use of generic macros, allows better code alignment & readability etc.

    These modifications in commonly used .libavutil/mips/generic_macros_msa.h. impacts the already accepted code, hence re-submitting it in 2/4,3/4 & 4/4.
    Overall, this patch set is just upgrading the code with styling changes and will bring it in sync with MIPS-SIMD optimized latest codebase at our end.

    Signed-off-by : Shivraj Patil <shivraj.patil@imgtec.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/mips/generic_macros_msa.h
  • doc/examples/mux : remove nop

    30 juin 2024, par Michael Niedermayer
    doc/examples/mux : remove nop
    

    Found through code review related to CID1604493 Overflowed constant

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/examples/mux.c
  • avcodec/mips : MSA (MIPS-SIMD-Arch) optimizations for HEVC copy and hv mc functions

    22 avril 2015, par Shivraj Patil
    avcodec/mips : MSA (MIPS-SIMD-Arch) optimizations for HEVC copy and hv mc functions
    

    Incorporated review comment.
    Removed "__" from volatile.

    Signed-off-by : Shivraj Patil <shivraj.patil@imgtec.com>
    Reviewed-by : Nedeljko Babic <Nedeljko.Babic@imgtec.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mips/hevcdsp_init_mips.c
    • [DH] libavcodec/mips/hevcdsp_mips.h
    • [DH] libavcodec/mips/hevcdsp_msa.c
    • [DH] libavutil/mips/generic_macros_msa.h