Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (50)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5490)

  • avcodec/avrndec : Fix memleak on error

    13 septembre 2020, par Andreas Rheinhardt
    avcodec/avrndec : Fix memleak on error
    

    If ff_codec_open2_recursive() fails, the already allocated
    AVCodecContext leaks. Fix this by setting the FF_CODEC_CAP_INIT_CLEANUP
    flag.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/avrndec.c
  • avformat/dump : Use const where appropriate

    30 juin 2020, par Andreas Rheinhardt
    avformat/dump : Use const where appropriate
    

    Also switch to using a pointer to access stream side data instead of
    copying the stream's AVPacketSideData.

    Reviewed-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/dump.c
  • avformat/aviobuf : zero initialize the AVIOContext in ffio_init_context()

    15 février 2018, par James Almer
    avformat/aviobuf : zero initialize the AVIOContext in ffio_init_context()
    

    This makes sure no field is ever used uninitialized.

    Reviewed-by : Carl Eugen Hoyos <ceffmpeg@gmail.com>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/aviobuf.c