Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (75)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (11679)

  • avformat/vobsub : fix invalid sub queue access while seeking.

    20 octobre 2013, par Clément Bœsch
    avformat/vobsub : fix invalid sub queue access while seeking.
    

    If there is only 1 stream and seek isn’t called with a specific stream
    index, we pick the first (and only) one.

    Regression since dbfe6110.

    Fixes CID1108591.

    • [DH] libavformat/mpeg.c
  • lavc/vvc : Prevent OOB access in subpic_tiles

    23 août 2024, par Frank Plowman
    lavc/vvc : Prevent OOB access in subpic_tiles
    

    The previous logic relied on the subpicture boundaries coinciding with
    the tile boundaries. Per 6.3.1 of H.266 (V3), vertical subpicture
    boundaries are always tile boundaries however the same cannot be said
    for horizontal subpicture boundaries. Furthermore, it is possible to
    construct an illegal bitstream where vertical subpicture boundaries are
    not coincident with tile boundaries. In these cases, the condition of
    the while loop would never be satisfied resulting in an OOB read on
    col_bd/row_bd.

    Patch fixes this issue by replacing != with <, thereby not requiring
    subpicture boundaries and tile boundaries to be coincident.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/ps.c
  • ffplay : avoid direct access to lowres use av_codec_g/set_lowres()

    3 octobre 2013, par Michael Niedermayer
    ffplay : avoid direct access to lowres use av_codec_g/set_lowres()
    

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffplay.c