
Recherche avancée
Autres articles (39)
-
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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (5720)
-
Add FM Screen Capture Codec decoder
6 février 2017, par Paul B MaholAdd FM Screen Capture Codec decoder
Signed-off-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Diego Biurrun <diego@biurrun.de> -
Add ClearVideo decoder
2 mars 2017, par Kostya ShishkovAdd ClearVideo decoder
Only I-frames are decoded for now.
Signed-off-by : Diego Biurrun <diego@biurrun.de>
-
mpeg4audio : Make avpriv_copy_pce_data() inline
16 mars 2017, par Anton Khirnovmpeg4audio : Make avpriv_copy_pce_data() inline
The function currently accepts a PutBitContext and a GetBitContext,
which hardcodes their sizes into the lavc ABI. Since the function is
quite small and only called in a few places, the simplest solution is
making it inline, thus avoiding a runtime dependency completely.Signed-off-by : Diego Biurrun <diego@biurrun.de>