Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (25)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6017)

  • rtpdec : Don’t free the payload context in the .free function

    24 février 2015, par Martin Storsjö
    rtpdec : Don’t free the payload context in the .free function
    

    This makes it more consistent with depacketizers that don’t have any
    .free function at all, where the payload context is freed by the
    surrounding framework. Always free the context in the surrounding
    framework, having the individual depacketizers only free any data
    they’ve specifically allocated themselves.

    This is similar to how this works for demuxer/muxers/codecs - a
    component shouldn’t free the priv_data that the framework has
    allocated for it.

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

    • [DH] libavformat/rdt.c
    • [DH] libavformat/rtpdec.h
    • [DH] libavformat/rtpdec_ac3.c
    • [DH] libavformat/rtpdec_dv.c
    • [DH] libavformat/rtpdec_h261.c
    • [DH] libavformat/rtpdec_h263_rfc2190.c
    • [DH] libavformat/rtpdec_h264.c
    • [DH] libavformat/rtpdec_jpeg.c
    • [DH] libavformat/rtpdec_latm.c
    • [DH] libavformat/rtpdec_mpa_robust.c
    • [DH] libavformat/rtpdec_mpeg4.c
    • [DH] libavformat/rtpdec_mpegts.c
    • [DH] libavformat/rtpdec_qt.c
    • [DH] libavformat/rtpdec_svq3.c
    • [DH] libavformat/rtpdec_vp8.c
    • [DH] libavformat/rtpdec_xiph.c
    • [DH] libavformat/rtsp.c
  • Nomenclature #2835 : Liste des travaux" ça fait penser à "todo-list

    9 février 2021, par cedric -

    Quelqu’un pour le faire et changer les chaines de langue avant la release 3.3 ?

  • avcodec/mlpenc : remove TODO comment, sample rate is always fixed

    14 octobre 2023, par Paul B Mahol
    avcodec/mlpenc : remove TODO comment, sample rate is always fixed
    
    • [DH] libavcodec/mlpenc.c