Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (82)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • 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

Sur d’autres sites (12113)

  • http: Add support reading ICY metadata

    10 mars 2014, par Luca Barbato
    http: Add support reading ICY metadata
    

    Export the metadata as a icy_metadata_packet avoption.
    Based on the work of wm4 and Alessandro Ghedini.

    Bug-Id : https://bugs.debian.org/739936

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] doc/protocols.texi
    • [DBH] libavformat/http.c
  • flvdec : Check the avio_seek return value after reading a metadata packet

    7 septembre 2017, par Steven Liu
    flvdec : Check the avio_seek return value after reading a  metadata packet
    

    merge from libav : 585dc1aecef0371ad6f16cb3750ae2a6da9cf00a

    If the metadata packet is corrupted, flv_read_metabody can accidentally
    read past the start of the next packet. If the start of the next packet
    had been flushed out of the IO buffer, we would be unable to seek to
    the right position (on a nonseekable stream).

    Prefer to clearly error out instead of silently trying to read from a
    desynced stream which will only be interpreted as garbage.

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/flvdec.c
  • avformat/dvdvideodec : check the length of a NAV packet when reading titles

    7 octobre 2024, par Marth64
    avformat/dvdvideodec : check the length of a NAV packet when reading titles
    

    Some discs present titles with bogus NAV packets. We apply this check
    for menus and for title MPEG blocks, but we should also apply it
    for NAV packets during title demuxing.

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] libavformat/dvdvideodec.c