Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (106)

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (9218)

  • avcodec/av1_frame_merge_bsf : Passthrough pos in case of no timestamps

    22 août 2021, par Andreas Rheinhardt
    avcodec/av1_frame_merge_bsf : Passthrough pos in case of no timestamps
    

    This is needed by the AV1-Annex B and AV1-OBU demuxers.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/av1_frame_merge_bsf.c
  • avformat/matroskaenc : Only compile functions when needed

    20 août 2021, par Andreas Rheinhardt
    avformat/matroskaenc : Only compile functions when needed
    

    Fixes unused function warnings in case e.g. the WebM muxer is disabled.

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

    • [DH] libavformat/matroskaenc.c
  • avcodec/vc2enc : Allow user-supplied buffers

    27 avril 2021, par Andreas Rheinhardt
    avcodec/vc2enc : Allow user-supplied buffers
    

    Trivial for an encoder that has a very good estimate of the size
    of the output packet in advance.

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

    • [DH] libavcodec/vc2enc.c