Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (60)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (4635)

  • avcodec/cabac_functions : Fix "left shift of negative value -31767"

    27 novembre 2015, par Michael Niedermayer
    avcodec/cabac_functions : Fix "left shift of negative value -31767"
    

    Fixes : 1430e9c43fae47a24c179c7c54f94918/signal_sigsegv_421427_2340_591e9810c7b09efe501ad84638c9e9f8.264

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Found-by : xiedingbao (Ticket4727)
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/cabac_functions.h
  • avcodec/v210dec : disallow negative custom stride

    11 juin 2022, par Marton Balint
    avcodec/v210dec : disallow negative custom stride
    

    Also make sure a big custom stride does not overflow size check.

    Avoids segfaults.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/v210dec.c
  • lavc/dovi_rpu : Fix UB for possible left shift of negative values

    16 juin 2022, par Michael Goulet
    lavc/dovi_rpu : Fix UB for possible left shift of negative values
    

    It is undefined to left-shift a negative value.

    • [DH] libavcodec/dovi_rpu.c