Recherche avancée

Médias (91)

Autres articles (102)

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

  • avcodec/proresdec : Don't use LONG_BITSTREAM_READER

    23 février, par Andreas Rheinhardt
    avcodec/proresdec : Don't use LONG_BITSTREAM_READER
    

    Using LONG_BITSTREAM_READER means that every get_bits() call
    uses an AV_RB64() to ensure that cache always contains 32 valid bits
    (as opposed to the ordinary 25 guaranteed by reading 32 bits) ;
    yet this is unnecessary when unpacking alpha. So only use these
    64bit reads where necessary.

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

    • [DH] libavcodec/proresdec.c
  • fftools/ffmpeg_opt : Remove unused alt_bsf

    12 mars, par Andreas Rheinhardt
    fftools/ffmpeg_opt : Remove unused alt_bsf
    

    Forgotten in 6325aede08d5c7086b3798cb7041299e1d07f93a.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg_opt.c
  • fate/subtitles : Use REMUX where appropriate

    12 avril 2022, par Andreas Rheinhardt
    fate/subtitles : Use REMUX where appropriate
    

    It also adds the missing depenencies on the file and pipe protocols
    and the framecrc muxer.

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

    • [DH] tests/fate/subtitles.mak