Recherche avancée

Médias (91)

Autres articles (102)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

Sur d’autres sites (7728)

  • vqf : Make sure the bitrate is in the valid range

    28 septembre 2013, par Martin Storsjö
    vqf : Make sure the bitrate is in the valid range
    

    Even if the sample rate is valid, an invalid bitrate could
    pass the mode combination test below.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/vqf.c
  • hls : Set stream offset before opening a chained demuxer

    28 juillet 2013, par Martin Storsjö
    hls : Set stream offset before opening a chained demuxer
    

    This makes sure we don’t accidentally check discard flags
    for the wrong stream.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/hls.c
  • hls : Respect the different stream time bases when comparing dts

    21 août 2012, par Michael Niedermayer
    hls : Respect the different stream time bases when comparing dts
    

    Also adjust the streams timestamps according to their start
    timestamp when comparing. This helps getting correctly interleaved
    packets if one stream lacks timestamps (such as a plain ADTS
    stream when the other variants are full mpegts) when the others
    have timestamps that don’t start from zero.

    This probably doesn’t work properly if such a stream is
    temporarily disabled (via the discard flags) and then reenabled,
    and such streams are hard to correctly sync against the other
    streams as well - but this works better than before at least.

    The segment number restriction makes sure all variants advance
    roughly at the same pace as well.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/hls.c