Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (25)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

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

  • Keeping control of your media in your hands

    13 avril 2011, par

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (3991)

  • libx264 : Pass the reordered_opaque field through the encoder

    11 octobre 2018, par Martin Storsjö
    libx264 : Pass the reordered_opaque field through the encoder
    

    libx264 does have a field for opaque data to pass along with frames
    through the encoder, but it is a pointer, while the libavcodec
    reordered_opaque field is an int64_t. Therefore, allocate an array
    within the libx264 wrapper, where reordered_opaque values in flight
    are stored, and pass a pointer to this array to libx264.

    Update the public libavcodec documentation for the AVCodecContext
    field to explain this usage, and add a codec capability that allows
    detecting whether an encoder handles this field.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/libx264.c
    • [DH] libavcodec/version.h
  • Revision 307b6c22a3 : Switch the default 2 pass vbr variant. On balance Deb's modified rate control

    1er mai 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    Switch the default 2 pass vbr variant.

    On balance Deb’s modified rate control for VBR seems
    to be outperforming especially on some low motion YT
    clips so I have switched this to be the default mode for
    now.

    Change-Id : I0713d430cad6425ac5c48fccdf332e12814ee44a

  • Revision f7fa367094 : Fix first-pass intra4x4 for sb8x8 experiment. Change-Id : I1df17f45721c690d15780

    5 mai 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/common/vp9_recon.c


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_reconintra4x4.c


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_encodeintra.c


     Modify /vp9/encoder/vp9_rdopt.c



    Fix first-pass intra4x4 for sb8x8 experiment.

    Change-Id : I1df17f45721c690d157800daa6a0b377e3d32bc2