
Recherche avancée
Autres articles (59)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (...) -
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 (...)
Sur d’autres sites (3786)
-
How to make ffmeg automatically overwrite a file with the same name in python ?
27 janvier 2021, par tkinterpy -
Revision b72373de79 : make : flatten object file directories Rather than building an object file direc
31 octobre 2012, par John KoleszarChanged Paths : Modify /build/make/Makefile Modify /examples.mk Modify /libs.mk Modify /test/test.mk Modify /vp8/vp8cx.mk Modify /vp9/vp9_common.mk make : flatten object file directories Rather than building an object file directory heirarchy matching the source tree's layout, rename (...)
-
avformat/dash : move reused API to common file and header file
1er septembre 2017, par Steven Liuavformat/dash : move reused API to common file and header file
move from dashenc, move DASHTmplId and dash_fill_tmpl_params to
dash.c, they will be used by dash demuxer and dash muxer.v2 fixed :
1. rename common file from dashcomm.* to dash.*
Suggested-by : Hendrik Leppkes <h.leppkes@gmail.com>v3 fixed :
1. rename header file pre defined
2. add ff_ prefix for the internal API
Suggested-by : James Almer <jamrial@gmail.com>Suggested-by : Timo Rothenpieler <timo@rothenpieler.org>
Reviewed-by : wm4 <nfxjfg@googlemail.com>
Signed-off-by : Steven Liu <lq@onvideo.cn>