
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (68)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 ;
-
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 (7773)
-
Doxyfile : enable browser-based search engine
4 juillet 2014, par Timothy Gu -
Revision e657919ddf : vpx[dec|enc] : Clean up target OS based IO focused preproc abuse. Relocate it to
11 novembre 2013, par Tom FineganChanged Paths :
Modify /tools_common.h
Modify /vpxdec.c
Modify /vpxenc.c
Modify /webmenc.c
vpxdec : Clean up target OS based IO focused preproc abuse.Relocate it to tools_common.h so we can stop duping this code
everywhere.BUG=https://code.google.com/p/webm/issues/detail?id=660
Change-Id : If8aa49b74d297273cd9fd7006b2767837055a359
-
Revision a272530bf0 : Two optimizations : 1. Reduced the size memset based on eob for 32x32 transform.
1er novembre 2013, par Yaowu XuChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Two optimizations :1. Reduced the size memset based on eob for 32x32 transform. The reset
of non-zero coefficient should probably go into where they are read in
inverse transform functions. (TODO)
2. Removed a redundant level of indirection.
vp9_iht4x4_add() checks transform type and call vp9_iht4x4_16_add()
for tranforms other than DCT_DCT. In this case, the DCT_DCT case
has been already handled here.Change-Id : Iacbc77da761f0b308df5acea0f20c9add9f33d20