Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (18)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (3993)

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