Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (68)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • avcodec/mpeg4videodec : Workaround interlaced mpeg4 edge MC bug

    12 novembre 2016, par Michael Niedermayer
    avcodec/mpeg4videodec : Workaround interlaced mpeg4 edge MC bug
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/mpeg4videodec.c
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo_motion.c
    • [DH] libavcodec/options_table.h
  • avformat/movenc : Avoid allocation for small dynamic buffers

    27 novembre 2019, par Andreas Rheinhardt
    avformat/movenc : Avoid allocation for small dynamic buffers
    

    By using avio_get_dyn_buf() + ffio_free_dyn_buf() instead of
    avio_close_dyn_buf() + av_free() one can avoid an allocation + copy for
    small dynamic buffers.

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

    • [DH] libavformat/movenc.c
  • avformat/matroskaenc : Avoid allocation for small dynamic buffers

    27 novembre 2019, par Andreas Rheinhardt
    avformat/matroskaenc : Avoid allocation for small dynamic buffers
    

    By using avio_get_dyn_buf() + ffio_free_dyn_buf() instead of
    avio_close_dyn_buf() + av_free() one can avoid an allocation + copy for
    small dynamic buffers (i.e. small master elements).

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

    • [DH] libavformat/matroskaenc.c