
Recherche avancée
Autres articles (100)
-
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 (13866)
-
avformat/matroskaenc : Avoid indirection via st->codecpar
8 juillet 2024, par Andreas Rheinhardt -
avcodec/mpeg12dec : Remove write-only assignments
8 juillet 2024, par Andreas Rheinhardtavcodec/mpeg12dec : Remove write-only assignments
This decoder unquantizes while parsing blocks
and does not use dct_unquantize_mpeg1_intra
(which uses *_dc_scale) at all.repeat_field was unused since
e0a3d744a0d5a9a25fb85c9bba17e3b07d3ba29b.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avutil/log : Set AVClass* in av_expr_eval()
5 mars, par Andreas Rheinhardtavutil/log : Set AVClass* in av_expr_eval()
Otherwise it is possible for av_log() to receive a non-NULL object
with a NULL AVClass pointer ; the default log callback handles it
gracefully, yet this is probably an API violation.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>