
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (47)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (7140)
-
rv34 : use ff_mpeg_update_thread_context only when decoder is fully initialized
21 août 2014, par Janne Grunaurv34 : use ff_mpeg_update_thread_context only when decoder is fully initialized
MpegEncContext based decoders are only fully initialized after the first
ff_thread_get_buffer() call. The RV30/40 decoders may fail before a frame
buffer was requested. ff_mpeg_update_thread_context() fails on half
initialized MpegEncContexts. Since this can only happen before a the
first frame was decoded there is no need to call
ff_mpeg_update_thread_context().Based on patches by John Stebbins and tested by John Stebbins.
CC : libav-stable@libav.org
-
Evolution #4042 : Forums : pouvoir les reoodonner
28 septembre 2018, par cedric -Réordonner est un peu too much, mais rattacher un message à un autre (le déplacer de thread donc) serait utile en effet
(et ça peut être une interface simple avec saisie d’un id_message parent dans le back office) -
Merge commit ’5b1409c75563b4a3aca113c34d09e3b5442de47f’
21 juin 2016, par Clément BœschMerge commit ’5b1409c75563b4a3aca113c34d09e3b5442de47f’
* commit ’5b1409c75563b4a3aca113c34d09e3b5442de47f’ :
fate : Add test for MSS1Test was already present, see 849e55e58ecc6815e8bd326ac18dda748db48682.
The merge removes the audio decoding present in our version and
simplifies the rules.Merged-by : Clément Bœsch <clement@stupeflix.com>