Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (111)

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

  • avformat/subtitles : Deduplicate subtitles' read_(packet|seek|close)

    8 juillet 2021, par Andreas Rheinhardt
    avformat/subtitles : Deduplicate subtitles' read_(packet|seek|close)
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/assdec.c
    • [DH] libavformat/jacosubdec.c
    • [DH] libavformat/lrcdec.c
    • [DH] libavformat/mccdec.c
    • [DH] libavformat/mpl2dec.c
    • [DH] libavformat/mpsubdec.c
    • [DH] libavformat/pjsdec.c
    • [DH] libavformat/realtextdec.c
    • [DH] libavformat/samidec.c
    • [DH] libavformat/sccdec.c
    • [DH] libavformat/srtdec.c
    • [DH] libavformat/stldec.c
    • [DH] libavformat/subtitles.c
    • [DH] libavformat/subtitles.h
    • [DH] libavformat/subviewer1dec.c
    • [DH] libavformat/subviewerdec.c
    • [DH] libavformat/vplayerdec.c
  • avformat/img2dec : Fix typo in AVClass name

    8 juillet 2021, par Andreas Rheinhardt
    avformat/img2dec : Fix typo in AVClass name
    

    Found-by : Gyan Doshi <ffmpeg@gyani.pro>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/img2dec.c
  • avcodec/ac3enc : Deduplicate AVClasses

    7 juin 2021, par Andreas Rheinhardt
    avcodec/ac3enc : Deduplicate AVClasses
    

    The child_class_next API relied on different AVCodecs to use
    different AVClasses ; yet this API has been replaced by
    child_class_iterate.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/ac3enc.h
    • [DH] libavcodec/ac3enc_fixed.c
    • [DH] libavcodec/ac3enc_float.c