
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (61)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (8918)
-
avformat/mux : Fix leaks on error when writing noninterleaved uncoded frames
11 avril 2020, par Andreas Rheinhardtavformat/mux : Fix leaks on error when writing noninterleaved uncoded frames
If writing uncoded frames in noninterleaved mode fails at the preparatory
steps (i.e. before it reaches write_packet()), the packet would not be
unreferenced and the frame would leak. This is fixed by unreferencing
the packet in write_uncoded_frame_internal() instead.This also makes it possible to remove the unreferencing in
write_packet() itself : In noninterleaved mode frames are now freed in
write_uncoded_frame_internal(), while they are freed in interleaved
mode when their containing packet gets unreferenced (like normal
packets).Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Revision 220 : Fixed two memory leaks. Fixed a GCC warning.
5 avril 2011, par marc.noirotChanged Paths :
Modify /trunk/src/amf.c
Modify /trunk/src/check.c
Fixed two memory leaks.
Fixed a GCC warning. -
asfdec : prevent memory leaks found with Coverity Scan
13 juillet 2015, par Alexandra Hájková