
Recherche avancée
Autres articles (88)
-
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 (...) -
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (12212)
-
Revision 72c5778ec5 : Added two new skip experiments. sf->unused_mode_skip_lvl. Tests modes as normal
1er juillet 2013, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_rdopt.c
Added two new skip experiments.sf->unused_mode_skip_lvl. Tests modes as normal for all
sizes at or below the given level. At larger sizes it skips
all modes that were not chosen at any smaller size.
Hence setting BLOCK_SIZE_SB64X64 is in effect off.
Setting BLOCK_SIZE_AB4X4 will only consider modes that
were chosen for one or more 4x4 blocks at larger sizes.sf->reference_masking.
Do a test encode of the NONE partition at one size and create
a reference frame mask based on the best rd choice. In the
full search only allow this reference frame.
Currently it is testing 64x64 and repeats this in the full search.
This does not work well with Jim's Partition code just now and
is disabled by default.Change-Id : I8f8c52d2ef4a0c08100150b0ea4155d1aaab93dd
-
Merge commit ’728214992e3698305550c1762f973d2ac567f016’
29 mai 2013, par Michael NiedermayerMerge commit ’728214992e3698305550c1762f973d2ac567f016’
* commit ’728214992e3698305550c1762f973d2ac567f016’ :
vc1dec : Remove interlaced warning
vc1dec : Fix mixed field/frame intensity compensation
vc1dec : Match addressing between compensation and MC in vc1_mc_4mv_chroma4
vc1dec : Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if needed
vc1dec : Fix doxy for vc1_mc_4mv_chroma4()
vc1dec : Drop old use_ic code from vc1_b_mc
vc1 : Use shuffled use_ic instead of equally shuffled mv_mode
vc1dec : Implement intensity compensation for vc1_interp_mc()Conflicts :
Changelog
libavcodec/vc1dec.c
libavcodec/version.hMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
Revision 72fd127f8c : Removing redundant code from vp9_mcomp.c. Replacing ((1 MV_MAX_BITS) - 1) wi
18 septembre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/encoder/vp9_mcomp.c
Removing redundant code from vp9_mcomp.c.Replacing ((1 << MV_MAX_BITS) - 1) with MV_MAX, adding const
qualifiers, reusing computed values.Change-Id : I7b46d47f6c644b079d9c3478116a9de465a9baec