Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (47)

  • 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

  • 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 à (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3082)

  • avformat/lrcdec : Clip timestamps

    20 octobre 2020, par Michael Niedermayer
    avformat/lrcdec : Clip timestamps
    

    Fixes : signed integer overflow : 7111111111111531010 - -7335632962598013506 cannot be represented in type 'long'
    Fixes : 26463/clusterfuzz-testcase-minimized-ffmpeg_dem_LRC_fuzzer-6015558333759488

    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/lrcdec.c
  • hevc : always clip luma_log2_weight_denom

    10 décembre 2014, par Vittorio Giovara
    hevc : always clip luma_log2_weight_denom
    

    Its value shall be between 0 and 7 according to the specifications.

    CC : libav-stable@libav.org
    Bug-Id : CID 1257502

    • [DBH] libavcodec/hevc.c
  • avcodec/adpcm : Clip predictor for APC

    21 novembre 2019, par Michael Niedermayer
    avcodec/adpcm : Clip predictor for APC
    

    Fixes : signed integer overflow : -2147483648 - 13 cannot be represented in type 'int'
    Fixes : 18893/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ADPCM_IMA_APC_fuzzer-5630760442920960

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