Recherche avancée

Médias (91)

Autres articles (22)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (8079)

  • Revision eeb5ef0a24 : Add support for color-range. In decoder, export (eventually) into vpx_image_t.r

    16 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /test/vp9_encoder_parms_get_to_decoder.cc


     Modify /vp10/common/onyxc_int.h


     Modify /vp10/decoder/decodeframe.c


     Modify /vp10/encoder/bitstream.c


     Modify /vp10/encoder/encoder.c


     Modify /vp10/encoder/encoder.h


     Modify /vp10/vp10_cx_iface.c


     Modify /vp10/vp10_iface_common.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_image.h


     Modify /vpx_scale/yv12config.h



    Add support for color-range.

    In decoder, export (eventually) into vpx_image_t.range field. In
    encoder, use oxcf->color_range to set it (same way as for
    color_space).

    See issue 1059.

    Change-Id : Ieabbb2a785fa58cc4044bd54eee66f328f3906ce

  • vqf : Make sure the bitrate is in the valid range

    28 septembre 2013, par Martin Storsjö
    vqf : Make sure the bitrate is in the valid range
    

    Even if the sample rate is valid, an invalid bitrate could
    pass the mode combination test below.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/vqf.c
  • softfloat : decrease MIN_EXP to cover full float range

    25 novembre 2016, par Andreas Cadhalpun
    softfloat : decrease MIN_EXP to cover full float range
    

    floats are not necessarily normalized, so a normalized softfloat needs
    MIN_EXP lowered by 23 to cover that range.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavutil/softfloat.h