Recherche avancée

Médias (0)

Mot : - Tags -/masques

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)

  • avformat/matroskaenc : Cosmetics and typo

    20 avril 2019, par Andreas Rheinhardt
    avformat/matroskaenc : Cosmetics and typo
    

    Fixes intendation, whitespace, a typo and renames a variable
    (dyn_bc->cluster_bc) to make its meaning clearer and to bring
    it more in line with the naming of similar variables.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • avcodec/vdpau : clean up vdpau_internal.h

    3 août 2016, par James Almer
    avcodec/vdpau : clean up vdpau_internal.h
    

    Also don’t include it on files that don’t need it.

    This reduces differences with libav

    Tested-by : Timothy Gu <timothygu99@gmail.com>
    Reveiwed-by : Carl Eugen Hoyos <ceffmpeg@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/mpeg12.c
    • [DH] libavcodec/svq3.c
    • [DH] libavcodec/vdpau_internal.h
  • lavd/pulse_audio_enc : fix error check

    18 octobre 2013, par Lukasz Marek
    lavd/pulse_audio_enc : fix error check
    

    Error check should be done by checking negative value, not non-zero.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
    Signed-off-by : Stefano Sabatini <stefasab@gmail.com>

    • [DH] libavdevice/pulse_audio_enc.c