Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (66)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • acvodec/lipopenjpeg : Fix pixel value shift for 12-bit pixel formats

    3 mars 2015, par Vilius Grigaliūnas
    acvodec/lipopenjpeg : Fix pixel value shift for 12-bit pixel formats
    

    This fixes pixel values not being properly shifted in
    libopenjpeg_copyto16 and libopenjpeg_copy_to_packed16 methods.

    Pixel formats like xyz12le need to be shifted by AVComponentDescriptor::shift
    to get the correct values.

    Reviewed-by : Michael Bradshaw <mjbshaw@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libopenjpegdec.c
  • avcodec/wmadec : Fix undefined shift in wma_decode_block()

    14 mars 2015, par Michael Niedermayer
    avcodec/wmadec : Fix undefined shift in wma_decode_block()
    

    Found-by : Clang -fsanitize=shift
    Reported-by : Thierry Foucu <tfoucu@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/wmadec.c
  • avcodec/ac3 : Fix undefined shift in ff_ac3_bit_alloc_calc_mask()

    15 mars 2015, par Michael Niedermayer
    avcodec/ac3 : Fix undefined shift in ff_ac3_bit_alloc_calc_mask()
    

    Found-by : Clang -fsanitize=shift
    Reported-by : Thierry Foucu <tfoucu@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ac3.c