Recherche avancée

Médias (91)

Autres articles (67)

  • Les sons

    15 mai 2013, par
  • 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 (...)

Sur d’autres sites (3843)

  • motion_est : Limit motion vector search range to MAX_MV

    16 janvier 2013, par Michael Niedermayer

    motion_est : Limit motion vector search range to MAX_MV

  • avcodec/ac3dec : Print the value of out of range exponents

    24 décembre 2015, par Michael Niedermayer
    avcodec/ac3dec : Print the value of out of range exponents
    

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

    • [DH] libavcodec/ac3dec.c
  • avidec : check for valid bit_rate range

    4 mai 2015, par Andreas Cadhalpun
    avidec : check for valid bit_rate range
    

    If bit_rate is negative, it can trigger an av_assert2 in av_rescale_rnd.

    Since av_rescale returns int64_t, but st->codec_bit_rate is int, it can
    also overflow into a negative value.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avidec.c