Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (44)

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (8576)

  • avcodec/tests/bitstream_template : Assert bits_init8() return

    23 mai 2024, par Michael Niedermayer
    avcodec/tests/bitstream_template : Assert bits_init8() return
    

    Helps : CID1518967 Unchecked return value
    Helps : CID1518968 Unchecked return value

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/tests/bitstream_template.c
  • tools/enc_recon_frame_test : Assert that av_image_get_linesize() succeeds

    21 mai 2024, par Michael Niedermayer
    tools/enc_recon_frame_test : Assert that av_image_get_linesize() succeeds
    

    Helps : CID1524598 Improper use of negative value

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/enc_recon_frame_test.c
  • avdevice/pulse_audio_enc : Use av_rescale() to avoid integer overflow

    22 mai 2024, par Michael Niedermayer
    avdevice/pulse_audio_enc : Use av_rescale() to avoid integer overflow
    

    Fixes : CID1503075 Unintentional integer overflow

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavdevice/pulse_audio_enc.c