Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • configure : fix vulkan dep for libglslang based filters

    30 avril 2021, par James Almer
    configure : fix vulkan dep for libglslang based filters
    

    Temporary fix until the filters are updated.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
  • Event add/remove : use addEventListener based on typeof attachEvent === null (old IE behaviour)

    13 juin 2011, par Scott Schiller

    m demo/360-player/script/360player.js Event add/remove : use addEventListener based on typeof attachEvent === null (old IE behaviour)

  • avcodec/encode : Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLY

    22 septembre 2021, par Andreas Rheinhardt
    avcodec/encode : Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLY
    

    Currently, the AV_PKT_FLAG_KEY is automatically set for audio encoders ;
    yet this is wrong, as both MLP and TrueHD have non-keyframes. So set it
    based upon AV_CODEC_PROP_INTRA_ONLY (from the corresponding
    AVCodecDescriptor) instead. This also sets it for some video codecs,
    which is intended.

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

    • [DH] libavcodec/encode.c
    • [DH] libavcodec/internal.h