Recherche avancée

Médias (91)

Autres articles (99)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (12108)

  • quickdraw : Switch to greedy parsing

    18 avril 2015, par Vittorio Giovara
    quickdraw : Switch to greedy parsing
    

    Quickdraw packs data as a series of codes that the application is supposed
    to handle, but it does not define any order in which they might appear.
    Since it’s unfeasible to support *all* opcodes defined by the spec,
    only handle well-known blocks containing video data and ignore any unknown
    or unsupported ones.

    Move palette loading and rle decoding to separate functions to resue them
    in other blocks and drop format initialization in init since it can
    support more formats than pal8.

    Validate width and height.

    • [DH] libavcodec/qdrw.c
  • Revision 93cd5cf3f4 : intrabc : displacement vector prediction Predict displacement vector with the sa

    27 avril 2015, par Alex Converse

    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


     Modify /vp9/encoder/vp9_rdopt.h



    intrabc : displacement vector prediction

    Predict displacement vector with the same logic as NEARESTMV. If no
    neighbors are available fall back to the current one block left or up
    prediction.

    vp9+intrabc+tx_skip+palette : -0.489
    vp9+intrabc : -0.771

    Change-Id : If67d08b54f1a3b847cf7ab8c7b800c55baa1a86b

  • Revision 5241acf6e2 : intrabc : Allow odd pel displacement for non-444 intrabc : screen_content : -0.618

    24 juin 2015, par Alex Converse

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



    intrabc : Allow odd pel displacement for non-444

    intrabc :
    screen_content : -0.618 derflr : +0.015

    intrabc+tx_skip+palette :
    screen_content : -0.124 derflr : -0.048

    Change-Id : Iabea4be19dce2f6fdab8f639e585a424c90c81b4