
Recherche avancée
Autres articles (46)
-
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 (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (5335)
-
license should be the type of license
22 août 2015, par sgilroylicense should be the type of license
Follow convention to make it easier for automated license checking utilities to determine which license is used. The license property in bower.json should be the SPDX type of license, in this case "MIT", instead of the URL of the license file.
Closes #544.
-
Metadata : Bower license should be the SPDX type of license.
23 août 2015, par sgilroyMetadata : Bower license should be the SPDX type of license.
Follow convention to make it easier for automated license checking utilities to determine which license is used. The license property in bower.json should be the SPDX type of license, in this case "MIT", instead of the URL of the license file.
Closes #544.
-
how to skip corrupted packets after av_read_frames()
28 novembre 2015, par mrezvaneei am using FFmpeg functions to decode video content of a live mpeg2ts stream in VC++ ,sometimes there are access violation errors after using decoding functions (avcodec_decode_audio4/avcodec_decode_video2),it seems they are made by corrupted packets in low SNR condition.
how can i skip corrupted packets from av_read_frames(AVFormatContexts AVPacket pkt) before using decoding functions like avcodec_decode_audio4 or avcodec_decode_video2 ???
is there any flags in AVPacket structure to determine corrupted packets ???