Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (48)

  • 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

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (4956)

  • configure : Do not abort when cross-compiling to the native CPU

    1er avril 2020, par David Michael
    configure : Do not abort when cross-compiling to the native CPU
    

    Using a compiler with a different host triplet is considered
    cross-compiling, even when it is for the same architecture as the
    build system. With such a cross-compiler, it is still valid to
    optimize builds with —cpu=host. Make the condition that aborts in
    this case into a warning instead, since a cross-compiler for an
    incompatible architecture will fail with -mtune=native anyway.

    Signed-off-by : David Michael <fedora.dm0@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] configure
  • lavc/vaapi_h264 : Fix merging fields in DPB with missing references

    8 mai 2024, par David Rosca
    lavc/vaapi_h264 : Fix merging fields in DPB with missing references
    

    If there are missing references, h264 decode does error concealment
    by copying previous refs which means there will be duplicated surfaces.
    Check long_ref and frame_idx in addition to surface when looking for
    the other field to avoid trying to merge with wrong picture.
    Also allow to merge with multiple pictures in case there are duplicates
    of the other field.

    Signed-off-by : David Rosca <nowrep@gmail.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/vaapi_h264.c
  • FFmpeg VP8 Decoder Implementation

    19 août 2010, par noreply@blogger.com (John Luther)

    When we started the WebM project, one of our goals was to promote rapid innovation in video technology through open development. Just two months after WebM debuted, Jason Garret Glaser, Ronald Bultje and David Conrad created a VP8 video decoder implementation for FFmpeg called ffvp8.

    The ffvp8 implementation decodes even faster than the WebM Project reference implementation (libvpx), and we congratulate the FFmpeg team on their achievement. It illustrates why we open-sourced VP8, and why we believe the pace of innovation in open web video technology will accelerate.