Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (2)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

Sur d’autres sites (2753)

  • indeo4 : Decode all or nothing of a band header.

    17 mai 2018, par Michael Niedermayer
    indeo4 : Decode all or nothing of a band header.
    

    This avoids inconsistent value combinations.
    Alternatively it would be possible to add more checks and careful use of
    temporary variables, but my try of this quickly seemed to become
    a rather large change.
    The disadvantage of this, is that the struct is copied back and forth.

    Fixes : index 6 out of bounds for type 'const uint16_t [5][16]'
    Fixes : 6557/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_INDEO4_fuzzer-4787296550256640

    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/indeo4.c
  • avcodec/jpeg2000 : Check sum of sizes of band->prec before allocating

    14 janvier 2018, par Michael Niedermayer
    avcodec/jpeg2000 : Check sum of sizes of band->prec before allocating
    

    Fixes : OOM
    Fixes : 4810/clusterfuzz-testcase-minimized-6034253235093504

    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/jpeg2000.c
  • opus : fix hybrid folding indexing during band quantization

    8 décembre 2017, par Rostislav Pehlivanov
    opus : fix hybrid folding indexing during band quantization
    

    Resulted in valgrind errors due to uninitialized memory.
    Also updates fate and makes it use the tron sample result.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/opus.c
    • [DH] tests/fate/opus.mak