Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (53)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (7116)

  • avformat/mov : Free temp buffer upon negative sample_size error.

    19 mai 2020, par Dale Curtis
    avformat/mov : Free temp buffer upon negative sample_size error.
    

    2d8d554f15a7a27cfeca81467cc9341a86f784e2 added a new error condition
    to mov_read_stsz() but forgot to free a temporary buffer when it
    occurs.

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • avplay : Always free opts

    14 octobre 2014, par Luca Barbato
    avplay : Always free opts
    

    CC : libav-stable@libav.org
    Bug-Id : CID 733793

    • [DH] avplay.c
  • lavfi/buffersrc : Remove redundant free after ff_filter_frame() failure

    1er janvier 2020, par Jun Zhao
    lavfi/buffersrc : Remove redundant free after ff_filter_frame() failure
    

    ff_filter_frame() always frees the frame in case of error, so we don't
    need to free the frame after ff_filter_frame() fails.

    Fix CID 1457230.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/buffersrc.c