Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (93)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (10570)

  • tools/target_dec_fuzzer : Assert on AVERROR_BUG

    21 avril, par Andreas Rheinhardt
    tools/target_dec_fuzzer : Assert on AVERROR_BUG
    

    This will bring these bugs to our attention.

    Reviewed-by : Kacper Michajlow <kasper93@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tools/target_dec_fuzzer.c
  • avcodec/cbs : Use smaller scope for variables, add const

    4 août 2022, par Andreas Rheinhardt
    avcodec/cbs : Use smaller scope for variables, add const
    

    And also avoid an unnecessary indirection for src_buf.

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

    • [DH] libavcodec/cbs.c
  • avcodec/wma : Remove redundant nb_channels check

    21 juin, par Andreas Rheinhardt
    avcodec/wma : Remove redundant nb_channels check
    

    Already checked generically as none of the codecs here
    have the AV_CODEC_CAP_CHANNEL_CONF set.

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

    • [DH] libavcodec/wma.c