Recherche avancée

Médias (91)

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (11393)

  • avopt : fix examples to match the same style about default values as the actual code.

    5 septembre 2012, par Michael Niedermayer

    avopt : fix examples to match the same style about default values as the actual code.

  • h264_ps : export actual height in MBs as SPS.mb_height

    2 juillet 2016, par Anton Khirnov
    h264_ps : export actual height in MBs as SPS.mb_height
    

    Currently, SPS.mb_height is actually what the spec calls
    PicHeightInMapUnits, which is half the frame height when interlacing is
    allowed. Calling this ’mb_height’ is quite confusing, and there are at
    least two associated bugs where this field is treated as the actual
    frame height - in the h264 parser and in the code computing maximum
    reordering buffer size for a given level.

    Fix those issues (and avoid possible future ones) by exporting the real
    frame height in this field.

    • [DBH] libavcodec/h264_ps.c
    • [DBH] libavcodec/h264_ps.h
    • [DBH] libavcodec/h264_slice.c
  • avcodec/vcr1 : return the actual number of consumed bytes

    3 septembre 2013, par Michael Niedermayer
    avcodec/vcr1 : return the actual number of consumed bytes
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vcr1.c