Recherche avancée

Médias (91)

Autres articles (5)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (2513)

  • Add additional, dutch-specific methods : phone, mobile, postal, bank and giro account

    27 février 2013, par digitalica

    m additional-methods.js m localization/messages_nl.js m test/methods.js Add additional, dutch-specific methods : phone, mobile, postal, bank and giro account add dutch phone number validation

  • yadif : Account for the buffer alignment while processing the frame edges

    21 août 2017, par Michael Niedermayer
    yadif : Account for the buffer alignment while processing the frame edges
    

    Avoid out of bound reads.

    Bug-Id : 1031
    CC : libav-stable@libav.org
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavfilter/vf_yadif.c
  • fftools/ffmpeg : Take type limitations of AVFifo API into account

    20 novembre 2021, par Andreas Rheinhardt
    fftools/ffmpeg : Take type limitations of AVFifo API into account
    

    The types used by the AVFifo API are inconsistent :
    av_fifo_(space|size)() returns an int ; av_fifo_alloc() takes an
    unsigned, other parts use size_t. This commit therefore ensures
    that the size of the muxing_queue FIFO never exceeds INT_MAX.

    While just at it, also make sure not to call av_fifo_size()
    unnecessarily often.

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

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg_opt.c