Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (64)

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

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (10437)

  • h264 : improve behaviour with invalid reference lists

    17 décembre 2015, par Anton Khirnov
    h264 : improve behaviour with invalid reference lists
    

    Before 741b494fa8cd28a7d096349bac183893c236e3f9, when the reference list
    modification description was invalid, the code would substitute the
    corresponding reference from the initial ("default") reference list.
    After that commit, it will just return an error.

    Since there are apparently invalid samples in the wild that used to play
    fine with the old code, it is a good idea to re-add some sort of error
    resilience here. So, when the reference list modification results in a
    missing frame, substitute a previous reference frame for it. The
    relevant sample again decodes fine with the same output as previously.

    • [DBH] libavcodec/h264_refs.c
  • doc : make apidoc output independent of SRC_PATH

    20 décembre 2015, par Andreas Cadhalpun
    doc : make apidoc output independent of SRC_PATH
    

    Previously it included the SRC_PATH in every title.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] doc/Makefile
    • [DH] doc/doxy-wrapper.sh
  • lavc/qtrle : Use AV_PIX_FMT_PAL8 for 1-bit video

    29 décembre 2015, par Mats Peterson
    lavc/qtrle : Use AV_PIX_FMT_PAL8 for 1-bit video
    

    This commit fixes the lack of palettized display of 1-bit video
    in the qtrle decoder. It is related to my commit of
    lavf/qtpalette, which added 1-bit video to the "palettized video"
    category. As far as I can see, everything works fine, but comments are
    of course welcome.

    Below are links to sample files, which should now be displayed properly
    with bluish colors, but which were previously displayed in black &
    white.

    Matroska :
    https://drive.google.com/open?id=0B3_pEBoLs0faNjI0cHBMWDhYY2c
    Earth Spin 1-bit qtrle.mkv

    QuickTime (mov) :
    https://drive.google.com/open?id=0B3_pEBoLs0faUlItWm9KaGJSTEE
    Earth Spin 1-bit qtrle.mov

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/qtrle.c
    • [DH] tests/ref/fate/qtrle-1bit