Recherche avancée

Médias (91)

Autres articles (43)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7056)

  • Merge commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’

    30 juillet 2015, par Michael Niedermayer
    Merge commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’
    

    * commit ’6877537ff321136cf78ab03b8b91e6b6f218db5b’ :
    hmac : add missing version bump and APIChanges entry

    Conflicts :
    libavutil/version.h

    version.h is not changed as the code has been added 2 years ago in FFmpeg

    See : 82ef67016ef731268ab7b8e91139bd5f16edc991
    Merged-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/APIchanges
  • Revision 3b2e73b9a4 : Remove tx cache and speed up tx size selection 1. The RD scores obtained during

    29 juillet 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_context_tree.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c



    Remove tx cache and speed up tx size selection

    1. The RD scores obtained during the tx size selection were stored in the
    tx cache, and used to help make the tx decision for the following frames.
    This wasn’t used anymore in VP9 encoder. Recovered the related decision
    making code from 1.5+ years ago, and borg tests didn’t show any quality
    gain. This patch removed it to lower the complexity.

    2. An optimization was done after the above refactoring. If the tx_mode
    is not TX_MODE_SELECT, we only need to test the chosen tx size instead
    of all posible tx sizes. This gave a 1.5% average speed gain at speed 2,
    and a 1% average speed gain at speed 3.

    Change-Id : Id8cd650e066a8cef33829d8c15388a8138adc78c

  • aacenc : increase fuzz on aac-ms-encode test

    17 octobre 2015, par Rostislav Pehlivanov
    aacenc : increase fuzz on aac-ms-encode test
    

    GCC 3.4 miscompiles it on sunos. Date of release ? The second of
    August two thousand and five, anno Domini. That’s ten years two
    months and fourteen days ago. Three thousand seven hundred and
    twenty seven days ago. One sixth of the average life expectancy
    of a person living in a country with a human development index
    of zero point eight hundred and eight, equality adjusted.
    GCC 4.3 also miscompiles it, though not as bad.

    • [DH] tests/fate/aac.mak