
Recherche avancée
Autres articles (107)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (20121)
-
ffmpeg : change command line option -dump to work without -loglevel debug
10 décembre 2015, par Tom Marecekffmpeg : change command line option -dump to work without -loglevel debug
hex and -dump command line options do nothing unless -loglevel debug is set.
dump by itself is useful for monitoring live streams (to get the current PTS for example) however when it is used with -loglevel debug for an RTMP stream, librtmp also dumps the packet data which makes the output too noisy.
do_pkt_dump is only set in check_keyboard_interaction or by the -dump command line option so this change should have no effect on any other parts of the code..
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
Revision cf688474ea : cpplint issue extra line in decodemv.c Change-Id : I29b5bbb9bed7296d0bf7d58ae1e7
29 septembre 2013, par Jim BankoskiChanged Paths :
Modify /vp9/decoder/vp9_decodemv.c
cpplint issue extra line in decodemv.cChange-Id : I29b5bbb9bed7296d0bf7d58ae1e78187ccdc5b34
-
ffserver_config : fix line width on fwd declarations
6 décembre 2014, par Reynaldo H. Verdejo Pinochet