Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (77)

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

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

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

  • 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