
Recherche avancée
Autres articles (50)
-
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 (4181)
-
Merge commit ’eef9f06508354d1c7d5624c1c18997e7974288f1’
16 février 2016, par Derek BuitenhuisMerge commit ’eef9f06508354d1c7d5624c1c18997e7974288f1’
This commit is a no-nop.
* commit ’eef9f06508354d1c7d5624c1c18997e7974288f1’ :
avplay : Allow to override the codec
avplay : Statically allocate the player state
avplay : Rename cur_stream to player
avplay : Rename VideoState to PlayerState
avplay : Allocate the refresh thread next to the decode thread
avplay : Move the stream setup in the main threadMerged-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
avcodec/vp9 : Use av_freep() instead of av_free()
2 septembre 2021, par Andreas Rheinhardtavcodec/vp9 : Use av_freep() instead of av_free()
Otherwise the context would be in an inconsistent state
if vp9_alloc_entries() failed (and if this would be checked).Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com> -
aaccoder : use roundf() instead of ceilf()
6 septembre 2015, par Rostislav Pehlivanov