Recherche avancée

Médias (91)

Autres articles (78)

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

  • 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

Sur d’autres sites (10142)

  • Revision 9c061ef506 : Properly validate data size With "show_existing_frame" frames : Minimum data siz

    5 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /vp9/vp9_dx_iface.c



    Properly validate data size

    With "show_existing_frame" frames :
    Minimum data size for profile 0 and 1 is 1 byte (8bits)
    Minimum data size for profile 2 and 3 is 2 bytes (9bits)

    Otherwise :
    Minimum data size is 8 bytes.

    This resolves the VP9 failure in fuzzing test build #56.

    Change-Id : I146d9d37688f535dd68d24aacc76d464ccffdf04

  • mpegts : Update the PSI/SI table only if the version change

    28 avril 2015, par John Högberg
    mpegts : Update the PSI/SI table only if the version change
    

    If a PAT is finished while a PMT section filter is opened but
    not yet finished, the PMT section filter is closed and all
    the received data is discarded.

    This is usually not an issue but some multiplexers (With very
    quick PAT/PMT repetition settings) consistently emit a PMT
    section start, then a PAT, and then the rest of the PMT,
    causing the aforementioned behavior to result in no PMT being
    finished.

    In the most pathologic situation the stream information are lost
    and the probe fallback miscategorizes subtitles as mp3 audio.

    Avoid the issue through eliminating redundant PSI/SI table
    updates by checking their version field, which is required by
    the standard to be incremented on every change no matter how
    minor.

    CC : libav-stable@libav.org

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

    • [DBH] libavformat/mpegts.c
  • mpegts : Update the PSI/SI table only if the version change

    28 avril 2015, par John Högberg
    mpegts : Update the PSI/SI table only if the version change
    

    If a PAT is finished while a PMT section filter is opened but
    not yet finished, the PMT section filter is closed and all
    the received data is discarded.

    This is usually not an issue but some multiplexers (With very
    quick PAT/PMT repetition settings) consistently emit a PMT
    section start, then a PAT, and then the rest of the PMT,
    causing the aforementioned behavior to result in no PMT being
    finished.

    In the most pathologic situation the stream information are lost
    and the probe fallback miscategorizes subtitles as mp3 audio.

    Avoid the issue through eliminating redundant PSI/SI table
    updates by checking their version field, which is required by
    the standard to be incremented on every change no matter how
    minor.

    CC : libav-stable@libav.org

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

    • [DH] libavformat/mpegts.c