
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (105)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
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 (8561)
-
lavfi : Add OpenCL unsharp mask filter
14 novembre 2017, par Mark Thompsonlavfi : Add OpenCL unsharp mask filter
Intended to replace existing opencl mode of the unsharp filter.
Supports many more pixel formats and works without immediate upload
and download of frame data. The options are compatible with the
existing filter. -
doc : fix link to the ISC license text in the developer documentation.
22 décembre 2013, par Tim Walker -
Is it violating GPL license With FFMPEG set up as LGPL but using the YADIF filter [closed]
19 juillet 2022, par emotionalTristanSome back ground I'm trying to deinterlace some video using ffmpeg in c++


I have configured ffmpeg with the follow settings.


./configure --disable-static --enable-shared --disable-iconv --disable-libxcb --disable-zlib --disable-bzlib --disable-lzma --disable-doc --disable-debug --disable-x86asm --disable-asm --enable-filter=bwdif --enable-filter=w3fdif --disable-gpl



Yadif is listed as GPL licence. If I enabled yadif explicitly the build fails.
However with the above configure so long as filters are not disabled I can use the yadif filter in my code.


where filter description is
"yadif=0:0:1"
:

avfilter_graph_parse_ptr(_filter_graph, filters_descr, &inputs, &outputs, nullptr)



this works correctly, but am I violating the GPL license on yadif even though I have configured ffmpeg to use LGPL (I.E not enabling GPL)