
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (7537)
-
Revision 49cf335e7f : Improve loopfilter function This patch continued the work done in "Rewrite loop
1er novembre 2013, par Yunqing WangChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Improve loopfilter functionThis patch continued the work done in "Rewrite loop_filter_info_n
struct"(commit:00dbd369c70270428d56da6d15ea5486fc821c52) to further
improve loopfilter function.1. Instead of storing pointers to thresholds, store loopfilter
levels within 64x64 SB ;
2. Since loopfilter levels are already calculated in setup_mask,
we don't need call build_lfi to look up them again. Just save
loopfilter levels in setup_mask.
3. Reorganized and simplified filter_block_plane().Tests showed a 0.8% decoder speedup.
Change-Id : I723c7779738bbc2afcb9afa2c6f78580ee6c3af7
-
Merge pull request #79 from kyleguate/patch-1
8 novembre 2013, par brandonaaronMerge pull request #79 from kyleguate/patch-1
Update README.markdown
-
Revision d7289658fb : Remove TEXTREL from 32bit encoder This patch fixed the issue reported in "Issue
6 novembre 2013, par Yunqing WangChanged Paths :
Modify /vp9/encoder/x86/vp9_subpel_variance.asm
Remove TEXTREL from 32bit encoderThis patch fixed the issue reported in "Issue 655 : remove textrel's
from 32-bit vp9 encoder". The set of vp9_subpel_variance functions
that used x86inc.asm ABI didn't build correctly for 32bit PIC. The
fix was carefully done under the situation that there was not
enough registers.After the change, we got
$ eu-findtextrel libvpx.so
eu-findtextrel : no text relocations reported in 'libvpx.so'Change-Id : I1b176311dedaf48eaee0a1e777588043c97cea82