
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (38)
-
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 (...)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8033)
-
Revision 45870619f3 : Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder. Adding temporary
26 août 2013, par Dmitry KovalevChanged Paths :
Modify /test/vp9_subtract_test.cc
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_common_data.c
Modify /vp9/common/vp9_common_data.h
Modify /vp9/common/vp9_entropy.h
Modify /vp9/common/vp9_enums.h
Modify /vp9/common/vp9_pred_common.c
Modify /vp9/common/vp9_pred_common.h
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/common/vp9_reconinter.h
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/decoder/vp9_detokenize.h
Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Adding temporary "typedef BLOCK_SIZE BLOCK_SIZE_TYPE" which will go away
after encoder's patch.Change-Id : I06ec6a6f079401439843ec981d1496234fd7775c
-
Revision a93992e725 : Adding get_entropy_context function. Moving common code from encoder and decode
27 août 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_entropy.h
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/encoder/vp9_tokenize.c
Adding get_entropy_context function.Moving common code from encoder and decoder to this function.
Change-Id : I60fa643fb1ddf7ebbff5e83b6c4710137b0195ef
-
avpacket : Fixing side data copy when src == dst
2 septembre 2013, par Vignesh Venkatasubramanianavpacket : Fixing side data copy when src == dst
Fixing av_packet_copy_side_data to work correctly when source and
destination are the same. This makes sure that there is no memory
leak and double frees.Signed-off by : Vignesh Venkatasubramanian <vigneshv@google.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>