
Recherche avancée
Autres articles (67)
-
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" (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (8301)
-
Browsers based Live video chat with no flash [on hold]
4 décembre 2016, par cheinanOn server side I need to convert the uploded incoming webRTC streming into sequence of binary image data
with ffmpeg for example or other toolDose anyone have an idea how to do this ?
-
Revision 13930cf569 : Limit mv range to be based on partition size Previous change c4048dbd limits th
23 août 2013, par Yaowu XuChanged Paths :
Modify /vp9/common/vp9_enums.h
Modify /vp9/encoder/vp9_encodeframe.c
Limit mv range to be based on partition sizePrevious change c4048dbd limits the mv search range assuming max block
size of 64x64, this commit change the search range using actual block
size instead.Change-Id : Ibe07ab02b62bf64bd9f8675d2b997af20a2c7e11
-
Revision 10bae82510 : Adds variance based fixed size partitioning Adds a method for determining a fix
25 février 2014, par Deb MukherjeeChanged 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_ratectrl.c
Modify /vp9/encoder/vp9_rdopt.c
Adds variance based fixed size partitioningAdds a method for determining a fixed size partition based on
variance of a 64x64 SB. This method is added to rtc speed 6.
Also fixes a bug in rtc_use_partition() and includes some
refactoring related to partitioning search, and some cosmetics.Currently compared to speed 5, the coding efficiency of speed 6
is -19% and that of speed 7 is -55%, in cbr mode.Change-Id : I057e04125a8b765906bb7d4bf7a36d1e575de7c6