
Recherche avancée
Autres articles (86)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (14319)
-
dv : Mark internal frame reference as const
2 octobre 2015, par Vittorio Giovara -
avfilter/internal : Combine get_(audio|video)_buffer into union
17 août 2021, par Andreas Rheinhardtavfilter/internal : Combine get_(audio|video)_buffer into union
These fields are mutually exclusive, so putting them in a union
is possible and makes AVFilterPad smaller.Reviewed-by : Nicolas George <george@nsup.org>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>- [DH] libavfilter/audio.c
- [DH] libavfilter/avf_concat.c
- [DH] libavfilter/f_interleave.c
- [DH] libavfilter/internal.h
- [DH] libavfilter/vf_format.c
- [DH] libavfilter/vf_hwmap.c
- [DH] libavfilter/vf_pad.c
- [DH] libavfilter/vf_scale_cuda.c
- [DH] libavfilter/vf_swapuv.c
- [DH] libavfilter/vf_transpose.c
- [DH] libavfilter/vf_transpose_opencl.c
- [DH] libavfilter/vf_transpose_vaapi.c
- [DH] libavfilter/vf_vflip.c
- [DH] libavfilter/vf_xfade_opencl.c
- [DH] libavfilter/video.c
-
cbs_h2645 : Allocate all internal buffers with padding
16 octobre 2018, par Mark Thompson