Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (40)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

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

  • libavcodec/wmalosslessdec : prevent sum of positive numbers from becoming negative

    9 février 2020, par Michael Niedermayer
    libavcodec/wmalosslessdec : prevent sum of positive numbers from becoming negative
    

    Fixes : left shift of negative value -8321365
    Fixes : 20506/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-4798062906310656

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

    • [DH] libavcodec/wmalosslessdec.c
  • avformat/mvdec : Check stream numbers

    23 février 2020, par Michael Niedermayer
    avformat/mvdec : Check stream numbers
    

    Fixes : null pointer dereference
    Fixes : 20768/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5638648978735104.fuzz

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

    • [DH] libavformat/mvdec.c
  • avcodec/cavsdsp : Fix undefined left shifts of negative numbers

    28 septembre 2019, par Andreas Rheinhardt
    avcodec/cavsdsp : Fix undefined left shifts of negative numbers
    

    Affected the ffmpeg-filter_colorkey FATE-test (but only if the C version
    of idct8_add is used and not e.g. the x86 SSE2 version).

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

    Fixes : left shift of negative value -107
    Fixes : 20398/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CAVS_fuzzer-5725389278412800

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

    • [DH] libavcodec/cavsdsp.c