
Recherche avancée
Autres articles (38)
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (4936)
-
mxf : Override faulty PreviousPartition entries
13 mars 2014, par Luca Barbatomxf : Override faulty PreviousPartition entries
Some files set the PreviousPartition field to point to its own offset.
If we are parsing forward the Previous partition is immediately known
and its value could be used, otherwise we can safely point to the
header.Reported-By : Jean Baptiste Kempf <jb@videolan.org>
-
cmdutils : fix success path
11 février 2015, par Jean Delvarecmdutils : fix success path
Since commit 934f2d2f5c16df8aad9f401a9fd842b5d9a78b11,
cmdutils_read_file() prints a confusing message on success :IO error : Success
This is because the error message is printed on the success path as
well. Add the missing condition so that it is only printed on error.Signed-off-by : Jean Delvare <jdelvare@suse.de>
Cc : Michael Niedermayer <michaelni@gmx.at>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
avcodec/libfdk-aacenc : change MODE_7_1_REAR_SURROUND to map to AV_CH_LAYOUT_7POINT1
26 janvier 2014, par Michael Niedermayeravcodec/libfdk-aacenc : change MODE_7_1_REAR_SURROUND to map to AV_CH_LAYOUT_7POINT1
This was suggested by Rodeo on IRC
<Rodeo> sorry, I meant MODE_7_1_REAR_SURROUND would probably be AV_CH_LAYOUT_7POINT1Reviewed-by : Jean First <jeanfirst@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>