Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (78)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (9499)

  • avformat/imf : fix bad free() when directory name of the input url is empty

    3 janvier 2022, par Pierre-Anthony Lemieux
    avformat/imf : fix bad free() when directory name of the input url is empty
    

    Signed-off-by : Pierre-Anthony Lemieux <pal@palemieux.com>
    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavformat/imfdec.c
  • avformat/movenc : Free old vos_data before overwriting it

    28 septembre 2020, par Andreas Rheinhardt
    avformat/movenc : Free old vos_data before overwriting it
    

    Otherwise the old data leaks whenever extradata needs to be rewritten
    (e.g. when encoding FLAC with our encoder that sends an updated
    extradata packet at the end).

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

    • [DH] libavformat/movenc.c
  • rtpproto : Free the addrinfo pointer on failure

    18 octobre 2014, par Luca Barbato
    rtpproto : Free the addrinfo pointer on failure
    

    CC : libav-stable@libav.org
    Bug-Id : CID 1238797

    • [DH] libavformat/rtpproto.c