Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (22)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

Sur d’autres sites (4581)

  • avcodec/mlpdec : Set AV_FRAME_FLAG_KEY explicitly

    8 mai 2024, par Andreas Rheinhardt
    avcodec/mlpdec : Set AV_FRAME_FLAG_KEY explicitly
    

    It is currently always set for all audio frames, but this is
    wrong (namely for MLP/TrueHD) and will be changed.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mlpdec.c
  • avcodec/pthread_frame : Fix doxygen comments

    14 septembre 2023, par Andreas Rheinhardt
    avcodec/pthread_frame : Fix doxygen comments
    

    The '<' in ///< says that the comment pertains to the previous item
    on the same line as the ///<.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/pthread_frame.c
  • avfilter/avfilter : Also deprecate variable name

    29 juillet 2023, par Andreas Rheinhardt
    avfilter/avfilter : Also deprecate variable name
    

    Otherwise the var_names and the corresponding enum will be off
    and e.g. the array holding the variable values will be too small.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/avfilter.c