
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (66)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (4089)
-
Changelog : restore new line
3 mars 2024, par Marth64 -
avfilter/internal : Don't include formats.h
3 août 2023, par Andreas Rheinhardtavfilter/internal : Don't include formats.h
internal.h doesn't rely on it ; instead include it directly
in every user that needs it (a filter needing it is basically
equivalent to it using FILTER_QUERY_FUNC, i.e. a majority of
filters doesn't need it).Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- [DH] libavfilter/aeval.c
- [DH] libavfilter/af_aiir.c
- [DH] libavfilter/af_amerge.c
- [DH] libavfilter/af_anequalizer.c
- [DH] libavfilter/af_apulsator.c
- [DH] libavfilter/af_aresample.c
- [DH] libavfilter/af_asetrate.c
- [DH] libavfilter/af_asr.c
- [DH] libavfilter/af_biquads.c
- [DH] libavfilter/af_dialoguenhance.c
- [DH] libavfilter/af_hdcd.c
- [DH] libavfilter/af_headphone.c
- [DH] libavfilter/af_ladspa.c
- [DH] libavfilter/af_loudnorm.c
- [DH] libavfilter/af_lv2.c
- [DH] libavfilter/af_replaygain.c
- [DH] libavfilter/af_sofalizer.c
- [DH] libavfilter/af_virtualbass.c
- [DH] libavfilter/asrc_afdelaysrc.c
- [DH] libavfilter/asrc_afirsrc.c
- [DH] libavfilter/asrc_anoisesrc.c
- [DH] libavfilter/asrc_anullsrc.c
- [DH] libavfilter/asrc_hilbert.c
- [DH] libavfilter/asrc_sinc.c
- [DH] libavfilter/asrc_sine.c
- [DH] libavfilter/avf_concat.c
- [DH] libavfilter/avf_showcqt.c
- [DH] libavfilter/avf_showcwt.c
- [DH] libavfilter/avf_showfreqs.c
- [DH] libavfilter/avf_showspatial.c
- [DH] libavfilter/avf_showspectrum.c
- [DH] libavfilter/buffersink.c
- [DH] libavfilter/internal.h
- [DH] libavfilter/vf_copy.c
- [DH] libavfilter/vf_deband.c
- [DH] libavfilter/vf_elbg.c
- [DH] libavfilter/vf_extractplanes.c
- [DH] libavfilter/vf_feedback.c
- [DH] libavfilter/vf_fieldhint.c
- [DH] libavfilter/vf_fieldmatch.c
- [DH] libavfilter/vf_geq.c
- [DH] libavfilter/vf_il.c
- [DH] libavfilter/vf_libplacebo.c
- [DH] libavfilter/vf_mergeplanes.c
- [DH] libavfilter/vf_palettegen.c
- [DH] libavfilter/vf_paletteuse.c
- [DH] libavfilter/vf_shuffleplanes.c
- [DH] libavfilter/vf_weave.c
-
swscale : Set alpha to opaque for internal palettes.
5 avril 2014, par Justin Rugglesswscale : Set alpha to opaque for internal palettes.
Fixes conversion of pal8 to rgb formats with alpha.
Updated references for 2 FATE tests which previously encoded fully
transparent images.Based on a patch by Baptiste Coudurier <baptiste.coudurier@gmail.com>