
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (75)
-
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 ;
-
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 ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9321)
-
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
-
lavfi/vulkan : use all enabled queues in the queue family
14 mai 2020, par Lynnelavfi/vulkan : use all enabled queues in the queue family
This should significantly improve the performance with certain
filterchains. -
mjpeg : Mark decoder family as thread safe
11 mars 2015, par Vittorio Giovaramjpeg : Mark decoder family as thread safe
No global variables are used and the VLC tables are allocated without
static elements. This will allow using a JPEG decoding context within
other decoders.