Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (36)

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

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

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

  • libFLAC : Tweak MSVC support

    4 janvier 2016, par Erik de Castro Lopo
    libFLAC : Tweak MSVC support
    

    Visual Studio 2013 and newer has better support for C99.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/share/compat.h
    • [DH] src/libFLAC/lpc.c
  • lavc/hevc : rudimentary support for skip_loop_filter.

    23 juillet 2015, par Nicolas George
    lavc/hevc : rudimentary support for skip_loop_filter.
    

    + 9% speed on Core i5 on test sample.

    All frames are treated as ref frames, skipping only applies
    at level "all". The following mail contains information on
    how to improve that :
    http://ffmpeg.org/pipermail/ffmpeg-devel/2015-July/176116.html

    • [DH] doc/decoders.texi
    • [DH] libavcodec/hevc_filter.c
  • fixed_intrin_sse[23].c : Add new, simpler SSE code.

    21 septembre 2014, par Erik de Castro Lopo
    fixed_intrin_sse[23].c : Add new, simpler SSE code.
    

    It’s simpler but not faster so it is disabled by default. Maybe it
    will be faster on newer CPUs though..

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/fixed_intrin_sse2.c
    • [DH] src/libFLAC/fixed_intrin_ssse3.c