
Recherche avancée
Autres articles (101)
-
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 (16547)
-
avcodec/qdrw : Check input for header/skiped space before get_buffer()
7 octobre 2019, par Michael Niedermayeravcodec/qdrw : Check input for header/skiped space before get_buffer()
Fixes : Timeout (21sec -> 0.8sec)
Fixes : 17990/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_QDRAW_fuzzer-5200374436200448Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avcodec/alsdec : Check that input space for header exists in read_diff_float_data()
4 octobre 2019, par Michael Niedermayeravcodec/alsdec : Check that input space for header exists in read_diff_float_data()
Fixes : Timeout (21sec -> 8sec)
Fixes : 17832/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALS_fuzzer-5737092172218368Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
FFmpeg - Crop image white space
15 juin 2020, par Pier Giorgio MisleyI'm looking for a way, with FFmpeg, to crop an image removing all white pixels ; something like the Photoshop's "crop white spaces".



I tried looking around but I didn't find a solution, here is an example of what I'm looking for :






I would be able to obtain this :




How should I get this edit ?