
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (85)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (...)
Sur d’autres sites (16239)
-
Revision 1ca1186529 : Add a strict mode for auto_min_max_partition_size feature In this new mode, the
29 janvier 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Add a strict mode for auto_min_max_partition_size featureIn this new mode, the size range is strictly determined by the min
and max partition size in neighborhood blocks.Niklas720 encoding time at cpu-used -5 goes from 56250ms to 50676ms,
a 10% reduction.Change-Id : I316b0e2ac967ff3fad57b28d69c0ec80b7d8b34e
-
Revision e903cacf5b : vp8/common : normalize include guards Change-Id : Ia8789a8f864e0edc0bf94f00f64308
16 décembre 2013, par James ZernChanged Paths :
Modify /vp8/common/alloccommon.h
Modify /vp8/common/arm/bilinearfilter_arm.h
Modify /vp8/common/blockd.h
Modify /vp8/common/coefupdateprobs.h
Modify /vp8/common/common.h
Modify /vp8/common/default_coef_probs.h
Modify /vp8/common/entropy.h
Modify /vp8/common/entropymode.h
Modify /vp8/common/entropymv.h
Modify /vp8/common/extend.h
Modify /vp8/common/filter.h
Modify /vp8/common/findnearmv.h
Modify /vp8/common/header.h
Modify /vp8/common/invtrans.h
Modify /vp8/common/loopfilter.h
Modify /vp8/common/modecont.h
Modify /vp8/common/mv.h
Modify /vp8/common/onyx.h
Modify /vp8/common/onyxc_int.h
Modify /vp8/common/onyxd.h
Modify /vp8/common/postproc.h
Modify /vp8/common/ppflags.h
Modify /vp8/common/pragmas.h
Modify /vp8/common/quant_common.h
Modify /vp8/common/reconinter.h
Modify /vp8/common/reconintra4x4.h
Modify /vp8/common/setupintrarecon.h
Modify /vp8/common/swapyv12buffer.h
Modify /vp8/common/systemdependent.h
Modify /vp8/common/threading.h
Modify /vp8/common/treecoder.h
Modify /vp8/common/variance.h
Modify /vp8/common/vp8_entropymodedata.h
Modify /vp8/common/x86/filter_x86.h
vp8/common : normalize include guardsChange-Id : Ia8789a8f864e0edc0bf94f00f6430846f86911c3
-
rtpdec : Don’t free the payload context in the .free function
24 février 2015, par Martin Storsjörtpdec : Don’t free the payload context in the .free function
This makes it more consistent with depacketizers that don’t have any
.free function at all, where the payload context is freed by the
surrounding framework. Always free the context in the surrounding
framework, having the individual depacketizers only free any data
they’ve specifically allocated themselves.This is similar to how this works for demuxer/muxers/codecs - a
component shouldn’t free the priv_data that the framework has
allocated for it.Signed-off-by : Martin Storsjö <martin@martin.st>
- [DBH] libavformat/rdt.c
- [DBH] libavformat/rtpdec.h
- [DBH] libavformat/rtpdec_ac3.c
- [DBH] libavformat/rtpdec_dv.c
- [DBH] libavformat/rtpdec_h261.c
- [DBH] libavformat/rtpdec_h263_rfc2190.c
- [DBH] libavformat/rtpdec_h264.c
- [DBH] libavformat/rtpdec_jpeg.c
- [DBH] libavformat/rtpdec_latm.c
- [DBH] libavformat/rtpdec_mpa_robust.c
- [DBH] libavformat/rtpdec_mpeg4.c
- [DBH] libavformat/rtpdec_mpegts.c
- [DBH] libavformat/rtpdec_qt.c
- [DBH] libavformat/rtpdec_svq3.c
- [DBH] libavformat/rtpdec_vp8.c
- [DBH] libavformat/rtpdec_xiph.c
- [DBH] libavformat/rtsp.c