Recherche avancée

Médias (91)

Autres articles (67)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (7890)

  • libavcodec:add packet level support for mastering metadata

    22 février 2016, par Neil Birkbeck
    libavcodec:add packet level support for mastering metadata
    

    Some containers, like webm/mkv, will contain this mastering metadata.
    This is analogous to the way 3D fpa data is handled (in frame and
    packet side data).

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/avpacket.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
  • avfilter/vf_yadif : fix extra leading dup frame when deint=1

    29 novembre 2014, par Neil Birkbeck
    avfilter/vf_yadif : fix extra leading dup frame when deint=1
    

    Logic for handling single frame in yadif (0f9f24c9), caused deint=1 (e.g., yadif=0 :-1:1) to output extra duplicate leading frame :

    ffmpeg -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf yadif=0 :-1:1,showinfo -f null -y /dev/null
    [Parsed_showinfo_1 @ 0x1d967d0] n:0 pts:0 pts_time:0 pos :-1 fmt:gray sar:0/1 s:352x432 i:P iskey:1 type:I checksum:E457EEA0 plane_checksum :[E457EEA0] mean :[126] stdev :[46.6]
    [Parsed_showinfo_1 @ 0x1d967d0] n:1 pts:0 pts_time:0 pos :-1 fmt:gray sar:0/1 s:352x432 i:P iskey:1 type:I checksum:E457EEA0 plane_checksum :[E457EEA0] mean :[126] stdev :[46.6]
    (Outputs 51 frames)

    After patch, vf "yadif=0 :-1:1" behaves correctly (like "yadif=0 :-1:0") and outputs 50 frames, first two :

    [Parsed_showinfo_1 @ 0x1e307d0] n:0 pts:0 pts_time:0 pos :-1 fmt:gray sar:0/1 s:352x432 i:P iskey:1 type:I checksum:68E8D1EB plane_checksum :[68E8D1EB] mean :[126] stdev :[46.0]
    [Parsed_showinfo_1 @ 0x1e307d0] n:1 pts:2 pts_time:0.04 pos :-1 fmt:gray sar:0/1 s:352x432 i:P iskey:1 type:I checksum:4E674BC7 plane_checksum :[4E674BC7] mean :[125] stdev :[46.0]
    (Outputs 50 frames)

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_yadif.c
  • Evolution #3659 (Nouveau) : Reconnaissance des .ics et .vcf

    21 janvier 2016, par Jean-Noël Mathonnet

    Bonjour,

    Actuellement (SPIP 3.0.X), les fichiers uploadés .ics et .vcf sont automatiquement zippés.

    Selon RealET il semblerait qu’ils ne soient pas reconnus par SPIP :
    http://archives.rezo.net/archives/spip-dev.mbox/YNORUEZPDXIJDOV45JTHD4352HBO5OTN/

    Il m’a demandé de faire un ticket ici à ce sujet.