Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (35)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7677)

  • tests/checkasm/svq1enc : Use proper range for input

    6 mai 2024, par Andreas Rheinhardt
    tests/checkasm/svq1enc : Use proper range for input
    

    ssd_int8_vs_int16 is only called from encode_block()
    in svq1enc.c ; it calls it in stages : At stage 0,
    the int16_t array contains the difference of two
    uint16_t. At each of the following stages, the
    int16_t array is filled by subtracting an int8_t from
    the current stage's int16_t array. The maximum stage
    is five, so the int16_t are in the range
    (-255 - 5 * 127)..(255 + 5 * 128).

    This commit modifies the checkasm test to only use
    values from this range, fixing (undefined) integer overflow
    in the test.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/checkasm/svq1enc.c
  • Revision 0ce2a27e9b : Enable coefficient range checking for 10-/12-bit Also fixes a broken build with

    6 janvier 2015, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/decoder/vp9_detokenize.c



    Enable coefficient range checking for 10-/12-bit

    Also fixes a broken build with —enable-coefficient-range-checking
    configuration option.

    Change-Id : Icc536f53088e8cec59dfb8f635668555fdb9125e

  • avformat:matroskadec : use a define to mark the EBML length is unknown

    23 février 2019, par Steve Lhomme
    avformat:matroskadec : use a define to mark the EBML length is unknown
    

    Unifying the way the EBML unknown length is signaled, rather than using two
    incompatible values. UINT64_MAX cannot be read as a valid EBML length with the
    current code.

    Co-authored-by : Steve Lhomme <robux4@ycbcr.xyz>
    Co-authored-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskadec.c