Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (107)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • xcbgrab : Free the host string after checking the connection

    5 mars 2015, par Luca Barbato
    xcbgrab : Free the host string after checking the connection
    

    Prevent an use after free in the error message.

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

    • [DBH] libavdevice/xcbgrab.c
  • oss_audio : use a macro to simplify ioctl() error checking

    15 octobre 2014, par Timothy Gu
    oss_audio : use a macro to simplify ioctl() error checking
    

    Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is
    available.

    CC : libav-stable@libav.org
    Bug-Id : CID 1238992
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavdevice/oss_audio.c
  • alac : Do bounds checking of lpc_order read from the bitstream

    27 septembre 2013, par Martin Storsjö
    alac : Do bounds checking of lpc_order read from the bitstream
    

    In lpc_prediction(), we write up to array element ’lpc_order’ in
    an array allocated to hold ’max_samples_per_frame’ elements.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/alac.c