Recherche avancée

Médias (91)

Autres articles (55)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (9114)

  • avformat/hlsenc : Unconditionally free some strings

    15 décembre 2019, par Andreas Rheinhardt
    avformat/hlsenc : Unconditionally free some strings
    

    hls_init() would at first allocate the vtt_basename string, then
    allocate the vtt_m3u8_name string followed by several operations that
    may fail and then open the subtitles' output context. Yet upon freeing,
    these strings were only freed when the subtitles' output context
    existed, ensuring that they leak if something goes wrong between their
    allocation and the opening of the subtitles' output context. So drop the
    check for whether this output context exists.

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

    • [DH] libavformat/hlsenc.c
  • lavc : free the padded last frame during audio encoding properly

    18 juin 2013, par Anton Khirnov
    lavc : free the padded last frame during audio encoding properly
    
    • [DH] libavcodec/utils.c
  • avfilter/edgedetect : make processing functions context free.

    3 mai 2014, par Clément Bœsch
    avfilter/edgedetect : make processing functions context free.
    
    • [DH] libavfilter/vf_edgedetect.c