Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (43)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5638)

  • avutil/mem : Also poison new av_realloc-allocated blocks

    26 avril 2021, par Andreas Rheinhardt
    avutil/mem : Also poison new av_realloc-allocated blocks
    

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

    • [DH] libavutil/mem.c
  • 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