Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (18)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • 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 (...)

Sur d’autres sites (5612)

  • examples : do not use AVFrame accessor

    22 avril 2017, par Muhammad Faiz
    examples : do not use AVFrame accessor
    

    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] doc/examples/filtering_audio.c
    • [DH] doc/examples/filtering_video.c
    • [DH] doc/examples/transcoding.c
  • swresample/swresample : do not reset tsf on swr_alloc_set_opts

    11 mars 2017, par Muhammad Faiz
    swresample/swresample : do not reset tsf on swr_alloc_set_opts
    

    so tsf option in aresample will have effect
    previously tsf/internal_sample_format had no effect

    fate is updated
    s32p previously used fltp internally
    dblp previously used fltp/dblp internally

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libswresample/swresample.c
    • [DH] tests/fate/libswresample.mak
  • lavfi : make ff_framequeue_skip_samples() more useful.

    29 janvier 2017, par Nicolas George
    lavfi : make ff_framequeue_skip_samples() more useful.
    

    Instead of just updating statistics and leaving the work to the
    call site, have it actually do the work.

    Also : skip the samples by updating the frame data pointers
    instead of moving the samples. More efficient and avoid writing
    into shared frames.
    Found-By : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/framequeue.c
    • [DH] libavfilter/framequeue.h