Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (112)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (10707)

  • avcodec/pcm : Allow user-supplied buffers

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

    Trivial for encoders that know the size of the output packet in advance.

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

    • [DH] libavcodec/pcm.c
  • avcodec/cbs : Only write extradata if there is something to write

    20 septembre 2022, par Andreas Rheinhardt
    avcodec/cbs : Only write extradata if there is something to write
    

    It is e.g. legal for an ISOBMFF avcc to contain zero parameter sets.
    In this case the annex B that we produce would be empty and therefore
    useless. This happens e.g. with mov/frag_overlap.mp4 from the
    FATE-suite.

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

    • [DH] libavcodec/cbs.c
  • avcodec/wma : Check initializing VLC

    6 mai 2021, par Andreas Rheinhardt
    avcodec/wma : Check initializing VLC
    

    Initializing a VLC entails implicit allocations which may fail.

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

    • [DH] libavcodec/wma.c