Recherche avancée

Médias (91)

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • avutil/intmath : use de Bruijn based ff_ctz

    14 octobre 2015, par Ganesh Ajjanagadde
    avutil/intmath : use de Bruijn based ff_ctz
    

    It has already been demonstrated that the de Bruijn method has benefits
    over the current implementation : commit 971d12b7f9d7be3ca8eb98e6c04ed521f83cbd3c.
    That commit implemented it for long long, this extends it to the int version.

    Tested with FATE.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavutil/intmath.h
  • Revision b339aea675 : Allocate 16-byte aligned diff buffer This was done based on John's suggestion.

    8 mars 2013, par Yunqing Wang

    Changed Paths : Modify /vp9/decoder/vp9_dequantize.c Modify /vp9/decoder/x86/vp9_dequantize_x86.c Allocate 16-byte aligned diff buffer This was done based on John's suggestion. Change-Id : I62516a513c31fe3dbea0d6cd063df79d9e819ec8

  • avcodec/libx264 : add support for ROI-based encoding

    10 janvier 2019, par Guo, Yejun
    avcodec/libx264 : add support for ROI-based encoding
    

    This patch just enables the path from ffmpeg to libx264,
    the more encoders can be added later.

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/libx264.c