Recherche avancée

Médias (91)

Autres articles (62)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • pgssub : Fix subpicture colorspace and range

    24 avril 2016, par Jan Ekström
    pgssub : Fix subpicture colorspace and range
    

    Widen the values from limited to full range and use BT.709 where it
    should be used according to the video resolution :

    SD is BT.601, HD is BT.709

    Default to BT.709 due to most observed HDMV content being HD.

    • [DBH] libavcodec/pgssubdec.c
  • indeo4 : expand allowed quantiser range

    31 mai 2013, par Kostya Shishkov
    indeo4 : expand allowed quantiser range
    

    Indeo 4 has quantiser range 0-31 instead of 0-23 for Indeo 5, and clipping
    quantiser leads to incorrect quantisation and DC prediction on low-quality
    videos.

    This fixes bug 259.

    • [DH] libavcodec/ivi_common.c
  • avformat/mxfdec : fix and enhance RIP KLV length checks

    4 avril 2019, par Marton Balint
    avformat/mxfdec : fix and enhance RIP KLV length checks
    

    KLV length is BER encoded (variable size), but the code assumed the encoding to
    always use 4 bytes.

    Fixes parsing Random Index Pack in samples/MXF/issue2160/PW0805A0V01.4C5B5636.EFA330.mxf.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c