Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (103)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (10482)

  • h264 : move initialising the explicit pred weight table for MBAFF

    15 avril 2016, par Anton Khirnov
    h264 : move initialising the explicit pred weight table for MBAFF
    

    Currently it’s done in the code that initialises the ref list for
    MBAFF, which is not a logical place for it. Move it to the function that
    parses the pred table from the bitstream, which is analogous to what is
    done for the implicit weight table as well.

    • [DBH] libavcodec/h264_parse.c
    • [DBH] libavcodec/h264_refs.c
  • Revision ffd948bbd5 : Turn on adaptive pred filter scheme for sub8x8 below 720p For sequences of reso

    22 juillet 2014, par Jingning Han

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



    Turn on adaptive pred filter scheme for sub8x8 below 720p

    For sequences of resolution below 720p, the encoder will check
    intra prediction modes and inter prediction modes from LAST_FRAME.
    This commit turns on adaptive prediction filter scheme for sub8x8
    blocks, where inter prediction modes are enabled. For the test
    sequence bus at CIF, the speed 2 runtime goes down from 17879 ms
    to 16783 ms, i.e., 6% speed up. The compression performance of
    derf set is down by -0.128%.

    Change-Id : I01d5321a5ceab4e0666ac5be56c52d896c7a8d45

  • Revision 4f2f86725b : Use the chessboard pattern pred search in newmv mode This commit extends the ch

    23 juillet 2014, par Jingning Han

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



    Use the chessboard pattern pred search in newmv mode

    This commit extends the chessboard pattern prediction filter search.
    If the above and left blocks have the same prediction filter type,
    the encoder will skip the prediction filter type search and use the
    reference one.

    The overall chessboard pattern prediction filter type search reduces
    speed 3 runtime for hard clips. Experiments on park joy at 1080p
    and 15000 kbps show that the runtime goes from 723265 ms to 65832 ms,
    i.e., about 10% speed-up. Compression performance wise, it affects
    the coding quality by

    Change-Id : I880975497c7ad166532e9eea9bf46684d77ff327
    derf : -0.326%
    yt : -0.257%
    hd : -0.241%
    stdhd : -0.417%