Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (71)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (10508)

  • avformat/mov : Fix incorrect overflow detection in mov_read_sidx()

    28 avril 2021, par Michael Niedermayer
    avformat/mov : Fix incorrect overflow detection in mov_read_sidx()
    

    Fixes : signed integer overflow : 9223372036854775807 + 1442840321 cannot be represented in type 'long'
    Fixes : 33670/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-6644379491106816

    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/mov.c
  • avformat/mov : Fix crash with too big STSZ atoms

    24 juillet 2021, par Andreas Rheinhardt
    avformat/mov : Fix crash with too big STSZ atoms
    

    mov_read_stsz() did not ensure that every bit of a buffer is addressable
    by an int as is required by the get_bits API, leading to a crash in
    ticket #9344. Fix this by restricting the size more thoroughly.

    The file from said ticket will then be considered invalid ; in the
    future, we might read and process the data in chunks to actually support
    such files.

    Fixes ticket #9344.

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

    • [DH] libavformat/mov.c
  • avformat/avidec : Use 64bit for frame number in odml index parsing

    11 mai 2021, par Michael Niedermayer
    avformat/avidec : Use 64bit for frame number in odml index parsing
    

    Fixes : signed integer overflow : 1179337772 + 1392508928 cannot be represented in type 'int'
    Fixes : 34088/clusterfuzz-testcase-minimized-ffmpeg_dem_AVI_fuzzer-5846945303232512

    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/avidec.c