Recherche avancée

Médias (91)

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10367)

  • avcodec/aacps : Move initializing common stuff to aacdec_common.c

    24 septembre 2023, par Andreas Rheinhardt
    avcodec/aacps : Move initializing common stuff to aacdec_common.c
    

    ff_ps_init() initializes some tables for AAC parametric stereo
    and some of them are only valid for the fixed- or floating-point
    decoder, whereas others (namely VLCs) are valid for both.
    The latter are therefore initialized by ff_ps_init_common()
    and because the two versions of ff_ps_init() can be run
    concurrently, it is guarded by an AVOnce.

    Yet now that there is ff_aacdec_common_init_once() there is
    a better way to do this : Call ff_ps_init_common()
    from ff_aacdec_common_init_once(). That way there is no need
    to guard ff_ps_init_common() by an AVOnce any more.

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

    • [DH] libavcodec/aacdec_common.c
    • [DH] libavcodec/aacps.c
    • [DH] libavcodec/aacps_common.c
  • avfilter/vf_vectorscope : support more formats for color4 mode in common case

    2 septembre 2015, par Paul B Mahol
    avfilter/vf_vectorscope : support more formats for color4 mode in common case
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_vectorscope.c
    • [DH] tests/ref/fate/filter-vectorscope_color4
  • avfilter/af_amerge : use the name ’s’ for the pointer to the private context

    26 août 2015, par Ganesh Ajjanagadde
    avfilter/af_amerge : use the name ’s’ for the pointer to the private context
    

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/af_amerge.c