Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (99)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Les sons

    15 mai 2013, par
  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (16102)

  • Revert "avformat/dump : print only the actual streams in a tile grid group"

    4 janvier, par James Almer
    Revert "avformat/dump : print only the actual streams in a tile grid group"
    

    Indexes in tile_grid->offsets were fixed in the previous commit, but just in case,
    make sure to not overread the streams array.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dump.c
  • avformat : Do not search through the AVOption table for a option not in it repeatedly...

    25 mars 2022, par Michael Niedermayer
    avformat : Do not search through the AVOption table for a option not in it repeatedly on each packet
    

    This search takes alot of time especially when compared with small packets

    46631 decicycles -> 15719 decicycles in read_frame_internal() for amr-nb in 3gp

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/demux.c
    • [DH] libavformat/internal.h
  • lavfi : search options on child objects.

    30 juillet 2017, par Nicolas George
    lavfi : search options on child objects.
    

    The child objects must be allocated and inited in the
    preinit() callback.

    • [DH] libavfilter/avfilter.c