Recherche avancée

Médias (91)

Autres articles (22)

  • 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

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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (5995)

  • aacenc : Fix target bitrate for twoloop quantiser search

    4 mai 2013, par Claudio Freire
    aacenc : Fix target bitrate for twoloop quantiser search
    

    This fixes a case where multichannel bitrate isn’t accurately
    targetted by psy model alone, never achieving the target bitrate.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/aaccoder.c
  • Revision 07443f1589 : Refinements on modelcoef expt to reduce storage Uses more aggrerssive interpola

    20 mai 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropy.h



    Refinements on modelcoef expt to reduce storage

    Uses more aggrerssive interpolation to reduce storage for the
    model tables by almost more than half. Only 48 lists of probs are
    stored (as opposed to 128 before), corresponding to ONE_NODE
    probabilities of :
    1,
    3, 7, 11, ..., 115, 119,
    127, 135, ..., 247, 255.

    Besides, only 1 table is used as opposed to 2 before. So the overall
    memory needed for the tables is just 48 * 8 = 384 bytes.

    The table currently used is based on a new Pareto distribution with
    heavier tail than a generalized Gaussian - which improves results on
    derf by about 0.1% over a single table Generaized Gaussian.

    Results overall on derfraw300 is -0.14%.

    Change-Id : I19bd03559cbf5894a9f8594b8023dcc3e546f6bd

  • Revision f153a5d063 : Make the intra rd search support 8x4/4x8 This commit allows the rate-distortion

    21 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_findnearmv.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_modecosts.c


     Modify /vp9/encoder/vp9_rdopt.c



    Make the intra rd search support 8x4/4x8

    This commit allows the rate-distortion optimization of intra coding
    capable of supporting 8x4 and 4x8 partition settings.

    It enables the entropy coding of intra modes in key frame using a
    unified contextual probability model conditioned on its above/left
    prediction modes.

    Coding performance :
    derf 0.464%

    Change-Id : Ieed055084e11fcb64d5d5faeb0e706d30268ba18