Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (10459)

  • lavf : Don’t interpret just slightly broken timestamps as wraparound

    28 juillet 2013, par Michael Niedermayer
    lavf : Don’t interpret just slightly broken timestamps as wraparound
    

    This avoids breaking some slightly incorrect (dts > pts) timestamps
    in sample HLS streams from Apple.

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

    • [DBH] libavformat/utils.c
  • hls : Return all packets from a previous variant before moving on to the next one

    28 juillet 2013, par Martin Storsjö
    hls : Return all packets from a previous variant before moving on to the next one
    

    This serves as a safeguard ; normally we want to use the dts
    comparison to interleave packets from all active variants. If that
    dts comparison for some reason doesn’t work as intended, make sure
    that all packets in all variants for a certain sequence number have
    been returned before moving on to the next one.

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

    • [DBH] libavformat/hls.c
  • hls : Copy the time base from the chained demuxer

    7 mars 2013, par Michael Niedermayer
    hls : Copy the time base from the chained demuxer
    

    When a variant stream isn’t mpegts but e.g. raw adts, the
    default time base (90k) isn’t correct.

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

    • [DBH] libavformat/hls.c