Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (49)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8008)

  • aac_parser : add required padding for GetBitContext buffer

    8 juin 2015, par Janne Grunau
    aac_parser : add required padding for GetBitContext buffer
    

    Fixes stack buffer overflow errors detected by address sanitizer in
    various fate tests.

    CC : libav-stable@libav.org

    • [DBH] libavcodec/aac_parser.c
  • ac3_parser : add required padding for GetBitContext buffer

    8 juin 2015, par Janne Grunau
    ac3_parser : add required padding for GetBitContext buffer
    

    Fixes stack buffer overflow errors detected by address sanitizer in
    various fate tests.

    CC : libav-stable@libav.org

    • [DBH] libavcodec/ac3_parser.c
  • dca : fix misaligned access in ff_dca_convert_bitstream

    13 janvier 2016, par Andreas Cadhalpun
    dca : fix misaligned access in ff_dca_convert_bitstream
    

    The function is used on unaligned buffers (such as those provided
    by AVPacket), accessing them as uint16_t causes SIGBUS crashes on
    architectures like SPARC.

    This fixes ubsan runtime error : load of misaligned address for type
    ’const uint16_t’, which requires 2 byte alignment

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/dca.c