Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (60)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (7349)

  • avformat/imx : Check palette chunk size

    30 mars 2021, par Michael Niedermayer
    avformat/imx : Check palette chunk size
    

    Fixes : out of array write
    Fixes : 32116/clusterfuzz-testcase-minimized-ffmpeg_dem_SIMBIOSIS_IMX_fuzzer-6702533894602752

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/imx.c
  • avcodec/gifenc : Only write frame palette entries that actually used

    4 février 2021, par Derek Buitenhuis
    avcodec/gifenc : Only write frame palette entries that actually used
    

    GIF palette entries are not compressed, and writing 256 entries,
    which can be up to every frame, uses a significant amount of
    space, especially in extreme cases, where palettes can be very
    small.

    Example, first six seconds of Tears of Steel, palette generated
    with libimagequant, 320x240 resolution, and with transparency
    optimization + per frame palette :

    * Before patch : 186765 bytes
    * After patch : 77895 bytes

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/gif.c
  • avformat/qtpalette : Move default palette to their only user

    29 janvier 2021, par Andreas Rheinhardt
    avformat/qtpalette : Move default palette to their only user
    

    Namely qtpalette.c itself.

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

    • [DH] libavformat/qtpalette.c
    • [DH] libavformat/qtpalette.h