Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (53)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7460)

  • rtpdec_hevc : Drop extra sanity check for size of input packet

    9 mars 2015, par Vittorio Giovara
    rtpdec_hevc : Drop extra sanity check for size of input packet
    

    In this case len is always at least 3, since it is checked against
    RTP_HEVC_PAYLOAD_HEADER_SIZE + 1 before entering the switch block.

    Bug-Id : CID 1238784

    • [DBH] libavformat/rtpdec_hevc.c
  • rtpdec_hevc : Drop extra sanity check for size of input packet

    9 mars 2015, par Vittorio Giovara
    rtpdec_hevc : Drop extra sanity check for size of input packet
    

    In this case len is always at least 3, since it is checked against
    RTP_HEVC_PAYLOAD_HEADER_SIZE + 1 before entering the switch block.

    Bug-Id : CID 1238784

    • [DH] libavformat/rtpdec_hevc.c
  • rtpdec_vp9 : Drop extra sanity check for size of input packet

    9 mars 2015, par Vittorio Giovara
    rtpdec_vp9 : Drop extra sanity check for size of input packet
    

    In this case len is always at least 1, since it is checked against
    RTP_VP9_DESC_REQUIRED_SIZE + 1 and then it is reduced by
    RTP_VP9_DESC_REQUIRED_SIZE before entering the has_pic_id check.

    Bug-Id : CID 1270811

    • [DBH] libavformat/rtpdec_vp9.c