Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (98)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9485)

  • arm : do not export every asm function

    1er avril 2014, par Janne Grunau
    arm : do not export every asm function
    

    Based on Libav’s libavutil/arm/asm.S. Also prevents having the same
    label twice for every function on systems not defining EXTERN_ASM.
    Clang’s integrated assembler does not like it.

    • [DH] common/arm/asm.S
    • [DH] common/arm/cpu-a.S
    • [DH] common/arm/dct-a.S
    • [DH] common/arm/mc-a.S
    • [DH] common/arm/pixel-a.S
  • Revision 80a4f55989 : Enable background detection for adaptive quantizer control This commit enables

    17 avril 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c



    Enable background detection for adaptive quantizer control

    This commit enables a background detection approach for adaptive
    quantizer control. It combines the cyclic refresh pattern and the
    background information to determine the segment id for adaptive
    quantizer selection, prior to the non-RD mode decision process.
    It hence allows proper quantization information update for a more
    precise rate-distortion modeling in the non-RD mode decision.

    The compression performance of speed -5 for rtc set is improved
    by 2.5%, at no speed change.

    Change-Id : Ic3713e8ed9185b403b5b1679d19dabd57506d452

  • matroskadec : export just the STREAMINFO block as FLAC extradata

    25 mai 2014, par Anton Khirnov
    matroskadec : export just the STREAMINFO block as FLAC extradata
    

    It contains all information that is used by the decoder and the other
    FLAC-capable demuxers (flacdec, ogg) export only STREAMINFO as well.

    • [DH] libavformat/matroskadec.c