Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (67)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • avcodec/h264_refs : Detect more random access points which are not marked

    14 août 2018, par Michael Niedermayer
    avcodec/h264_refs : Detect more random access points which are not marked
    

    Fixes : nature_360-7501616eb5eafca5-1111.mp4

    Reported-by : Thierry Foucu <tfoucu@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h264_refs.c
  • pngdsp x86 : use unaligned access

    2 décembre 2014, par Christophe Gisquet
    pngdsp x86 : use unaligned access
    

    For test images manually generated to contain only up prediction,
    timing results :
    8380x3032 255x185
    before : 138635 1992
    after : 139232 1996

    Actually jumping to the proper version depending on the alignment :
    8380x3032 : 138767

    A 0.5% speed improvement for gigantic images is not worth the code
    duplication.

    Fixes ticket #4148

    Signed-off-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Tested-by : Benoit Fouet <benoit.fouet@free.fr>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdsp.h
    • [DH] libavcodec/x86/pngdsp.asm
  • lavc/videotoolbox : fix out-of-bounds memory access during hvcc creation

    1er novembre 2017, par Aman Gupta
    lavc/videotoolbox : fix out-of-bounds memory access during hvcc creation
    

    Signed-off-by : Aman Gupta <aman@tmm1.net>

    • [DH] libavcodec/videotoolbox.c