Recherche avancée

Médias (91)

Autres articles (56)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (10948)

  • avformat/rtsp : Set port_off to zero for low min/max port range

    4 juillet 2021, par Andriy Gelman
    avformat/rtsp : Set port_off to zero for low min/max port range
    

    Fixes :
    $ ffmpeg -min_port 32000 -max_port 32001 -i rtsp ://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov -f null -
    [1] 303871 floating point exception (core dumped)

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/rtsp.c
  • avcodec/mjpegenc_huffman : Assert length in ff_mjpegenc_huffman_compute_bits()

    8 avril 2017, par Michael Niedermayer
    avcodec/mjpegenc_huffman : Assert length in ff_mjpegenc_huffman_compute_bits()
    

    This should help coverity see that the issues this leads to cannot occur

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

    • [DH] libavcodec/mjpegenc_huffman.c
  • tests/checkasm/lpc : reduce range and use signed values

    22 septembre 2022, par Lynne
    tests/checkasm/lpc : reduce range and use signed values
    

    This is more similar to its regular use, and prevents inaccuracies
    of huge float*float multiplications from failing the tests.

    • [DH] tests/checkasm/lpc.c