Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (101)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (12336)

  • Revision b8b3f1a46d : Balancing coef-tree to reduce bool decodes This patch changes the coefficient t

    8 mai 2013, par Deb Mukherjee

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_default_coef_probs.h


     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_boolhuff.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c



    Balancing coef-tree to reduce bool decodes

    This patch changes the coefficient tree to move the EOB to below
    the ZERO node in order to save number of bool decodes.

    The advantages of moving EOB one step down as opposed to two steps down
    in the other parallel patch are : 1. The coef modeling based on
    the One-node becomes independent of the tree structure above it, and
    2. Fewer conext/counter increases are needed.

    The drawback is that the potential savings in bool decodes will be
    less, but assuming that 0s are much more predominant than 1's the
    potential savings is still likely to be substantial.

    Results on derf300 : -0.237%

    Change-Id : Ie784be13dc98291306b338e8228703a4c2ea2242

  • wavpack demuxer : export full wavpack blocks.

    26 mai 2013, par Anton Khirnov
    wavpack demuxer : export full wavpack blocks.
    

    Currently the demuxer shaves the blocks and exports only the
    information that is useful to the decoder.

    Exporting the blocks just as they are stored is simpler to understand
    and will make remuxing wavpack easier.

    • [DH] libavcodec/wavpack.c
    • [DH] libavformat/wv.c
  • matroskadec : export full wavpack blocks.

    27 mai 2013, par Anton Khirnov
    matroskadec : export full wavpack blocks.
    

    This allows us to get rid of demuxer-specific hacks in the decoder and
    will allow streamcopy from matroska once we have a wavpack muxer.

    • [DH] libavcodec/wavpack.c
    • [DH] libavformat/matroskadec.c