
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (31)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (7130)
-
Revision e40a769036 : Fix incorrect dequant used in detokenize The quantizer can vary per-plane, and
25 avril 2013, par John KoleszarChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/decoder/vp9_detokenize.h
Fix incorrect dequant used in detokenizeThe quantizer can vary per-plane, and the dequantization vector is
available in the per-plane part of MACROBLOCKD. The previous code would
incorrectly use the Y quantizer for the whole macroblock.Change-Id : I3ab418aef9168ea0ddcfa4b7c0be32ae48b536d7
-
Revision 5c649f67a2 : Move quantizer data from BLOCK to MACROBLOCK Quantizers can vary per plane, but
24 avril 2013, par John KoleszarChanged Paths : Modify /vp9/encoder/vp9_asm_enc_offsets.c Modify /vp9/encoder/vp9_block.h Modify /vp9/encoder/vp9_quantize.c Move quantizer data from BLOCK to MACROBLOCK Quantizers can vary per plane, but not per block. Move these values to the per-plane part of MACROBLOCK. Change-Id : (...)
-
Revision 138ec38cab : Convert coeff to per-plane MACROBLOCK data This commit moves the coeff storage
23 avril 2013, par John KoleszarChanged Paths : Modify /vp9/encoder/vp9_block.h Modify /vp9/encoder/vp9_encodeframe.c Modify /vp9/encoder/vp9_encodemb.c Modify /vp9/encoder/vp9_quantize.c Modify /vp9/encoder/vp9_rdopt.c Convert coeff to per-plane MACROBLOCK data This commit moves the coeff storage from the MACROBLOCK (...)