
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (41)
-
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" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (7904)
-
Revision 8465c938f1 : tools_common : fix build w/encoders/decoders disabled gcc-based builds will allo
11 août 2015, par James ZernChanged Paths :
Modify /tools_common.c
tools_common : fix build w/encoders/decoders disabledgcc-based builds will allow a 0-element array, but visual studio builds
will not ; this change hides the encoder and decoder specific symbols as
modules using them are selected based on the configuration.Change-Id : Ic16ba9d12241070ec689dc5880164c14a4f7ca44
-
Revision 9a1ce7be7d : Experimental rd bias based on source vs recon variance. This experiment biases
6 mars 2015, par paulwilkinsChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_rdopt.h
Experimental rd bias based on source vs recon variance.This experiment biases the rd decision based on the impact
a mode decision has on the relative spatial complexity of the
reconstruction vs the source.The aim is to better retain a semblance of texture even if it
is slightly misaligned / wrong, rather than use a simple rd
measure that tends to favor use of a flat predictor if a perfect
match can’t be found.This improves the appearance of texture and visual quality
on specific test clips but is hidden under a flag and currently
off by default pending visual quality testing on a wider Yt set.Change-Id : Idf6e754a8949bf39ed9d314c6f2daaa20c888aad
-
Revision 7bb48e5e8e : Replacing is_inter_mode with is_inter_block. It should be only a check based on
24 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_pred_common.c
Replacing is_inter_mode with is_inter_block.It should be only a check based on the block type (inter vs intra), not on
the mode value.Change-Id : I0378cb4ba7c9a1631c1e870a537187b8650fa30a