Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (4)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (2716)

  • Revision 87a0d5436b : Account for context information for partition rate estimate This commit allows

    28 avril 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c



    Account for context information for partition rate estimate

    This commit allows the encoder to account for the boundary block
    information to estimate the transform block partitiion rate cost
    in the rate-distortion optimization scheme.

    Change-Id : Idb79cf936d96cdd15bcba27e47318295413a5f5d

  • libavformat : Account for negative position differences in ff_configure_buffers_for_index

    24 mars 2023, par Martin Storsjö
    libavformat : Account for negative position differences in ff_configure_buffers_for_index
    

    When scanning through the index, account for the fact that the
    compared samples may be located in an unexpected order in the file ;
    this function is mainly interested in the absolute difference between
    file locations.

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

    • [DH] libavformat/seek.c
  • avcodec/lpc : account for odd len values

    31 mai 2024, par James Almer
    avcodec/lpc : account for odd len values
    

    Reviewed-by : Rémi Denis-Courmont <remi@remlab.net>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/lpc.c