Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (72)

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

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

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

  • avcodec/h264_slice : Clear top_borders on allocation

    18 novembre 2015, par Michael Niedermayer
    avcodec/h264_slice : Clear top_borders on allocation
    

    In case of bitstream errors the deblock filter and slices can access uninitialized
    top_borders from previous slices which did not fill them as they stoped halfway due
    to error or where entirely missing.

    This also makes code using these tables deterministic in case of missing or damaged
    slices

    Found-by : Tyson Smith
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h264_slice.c
  • avcodec/jpeg2000dec : clear array length when freeing it

    2 janvier, par James Almer
    avcodec/jpeg2000dec : clear array length when freeing it
    

    Fixes NULL pointer dereferences.
    Fixes ticket #11393.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/jpeg2000dec.c
  • Revision 048e9c0991 : Making read_inter_mode_info function more clear. Now read_inter_mode_info calls

    26 juillet 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodemv.c



    Making read_inter_mode_info function more clear.

    Now read_inter_mode_info calls read_intra_block_part (renamed from
    read_intra_block_modes) or read_inter_block_part (just added).

    Change-Id : I541badea6b663e0ae692ec158665efb90ed20c03