
Recherche avancée
Autres articles (100)
-
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 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...)
Sur d’autres sites (8037)
-
Evolution #4110 : set_request : premier paramètre décrivant un chemin dans un tableau
27 septembre 2018, par cedric -Je suis dubitatif
set_request()
est déjà un hack pas très joli, dont l’usage est à éviter au maximum (pour info il est question d’empêcher PHP de modifier$_GET
,$_REQUEST
et$_POST
dans le futur pour des raisons de performance).Les saisies sont un truc assez compliqué par construction.
Je ne suis pas certain qu’il faille alourdir les fonctions de base
set_request()
_request()
pour ce genre d’usage assez précis et complexe, autant garder la complexité dans le plugin saisies… -
FFMPEG : Add a offset in the Scene Change Detection
17 mai 2019, par stephI am trying to add a frame offset(o) in ffmpeg scene detection filter :
For example :
...filter:v "select='gt(scene,X)
generates frame 10, 34, 300.I looking for a new construction with
o=10
generates frame 20, 44, 310...Thank you for help !
-
h264 : Always decode MMCOs into temprary array
4 mai 2013, par Michael Niedermayerh264 : Always decode MMCOs into temprary array
When decoding succeeded the array is copied into the permanent one.
This prevents inconsistencies
Fixes assertion failureFound-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>