Recherche avancée

Médias (91)

Autres articles (106)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (10017)

  • avcodec/pcm : Remove always-false check

    18 septembre 2022, par Andreas Rheinhardt
    avcodec/pcm : Remove always-false check
    

    None of the decoders here have the AV_CODEC_CAP_CHANNEL_CONF set,
    so that it is already checked generically that the number of channels
    is positive.

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

    • [DH] libavcodec/pcm.c
  • avcodec/lsp : Move ff_lsp2polyf() upwards in lsp.c

    25 septembre 2022, par Andreas Rheinhardt
    avcodec/lsp : Move ff_lsp2polyf() upwards in lsp.c
    

    Will avoid a forward declaration lateron.
    Also adapt the function to modern style while at it.

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

    • [DH] libavcodec/lsp.c
  • avcodec/vp3 : Don't try to decode VP4 when VP4 decoder is disabled

    8 mai 2021, par Andreas Rheinhardt
    avcodec/vp3 : Don't try to decode VP4 when VP4 decoder is disabled
    

    Otherwise decoding will crash lateron ; e.g. because dct_tokens
    is never set or because a VLC that has not been allocated is used.

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp3.c