
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 (63)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (10050)
-
avcodec/mjpegdec : Fix leak in case of invalid external Huffman tables
3 avril 2021, par Andreas Rheinhardtavcodec/mjpegdec : Fix leak in case of invalid external Huffman tables
When using external Huffman tables fails during init, the decoder
reverts back to using the default Huffman tables ; and when doing so,
the current VLC tables leak because init_default_huffman_tables()
doesn't free them before overwriting them.Sample :
samples.ffmpeg.org/archive/all/avi+mjpeg+pcm_s16le++mjo-^interlace.aviReviewed-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com> -
fftools/ffmpeg_filter : fix leak of AVIOContext in read_binary()
28 avril 2023, par James Almer -
avformat/dashdec : Fix leak of AVDictionary on error
7 septembre 2020, par Andreas Rheinhardt