
Recherche avancée
Autres articles (112)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (13636)
-
avcodec/hevcdec : do basic validity check on delta_chroma_weight and offset
27 juin 2017, par Michael Niedermayeravcodec/hevcdec : do basic validity check on delta_chroma_weight and offset
Fixes : runtime error : signed integer overflow : 2147483520 + 128 cannot be represented in type 'int'
Fixes : 2385/clusterfuzz-testcase-minimized-6594333576790016Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
lavc/huffyuvdsp : basic R-V V add_hfyu_left_pred_bgr32
12 novembre 2023, par Rémi Denis-Courmontlavc/huffyuvdsp : basic R-V V add_hfyu_left_pred_bgr32
Better performance can probably be achieved with a more intricate
unrolled loop, but this is a start :add_hfyu_left_pred_bgr32_c : 15084.0
add_hfyu_left_pred_bgr32_rvv_i32 : 10280.2This would actually be cleaner with the RISC-V P extension, but that is
not ratified yet (I think ?) and usually not supported if V is supported. -
avcodec/dirac_parser : Add basic validity checks for next_pu_offset and prev_pu_offset
5 décembre 2015, par Michael Niedermayer