Recherche avancée

Médias (91)

Autres articles (21)

  • 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

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5589)

  • Revision 6dbb9e4d44 : Clamp rate error estimate. Add back clamp which ensures that the Q adaptation i

    13 octobre 2014, par Paul Wilkins

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



    Clamp rate error estimate.

    Add back clamp which ensures that the Q adaptation
    is turned off when the over_shoot_pct and under_shoot_pct
    parameters are set to 100.

    Change-Id : Id0161b114d39a3029cd3eb28020caab0c3914922

  • Revision e39ecfaa98 : Preliminary code for variance based paritioning Brings back most of Jim's previ

    4 mars 2014, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_pickmode.c



    Preliminary code for variance based paritioning

    Brings back most of Jim's previous patch for choosing
    partitioning based on variance while making it compatible
    with the current state of the code. Also adds a
    nonrd_use_partition() function to recursively encode for any
    arbitrary sb_type decisions within a 64x64 block ; and
    includes some refactoring.

    Currently, when the VAR_BASED_PARTITIONING mode is turned on
    for speed 7, there is a 10+% speed-up observed.

    Experiments/improvements with this new partitioning method
    will be conducted subsequently.

    Change-Id : Ie6f43bfbde30583e941f450bf07c3b48828c9571

  • avformat/iamfdec : swap back and side streams if both are present

    30 décembre 2024, par James Almer
    avformat/iamfdec : swap back and side streams if both are present
    

    Layouts with both pairs (7.1, 7.1.2, etc) in IAMF that follow the definition in
    ITU-R BS.2051-3 for Systems I and J also follow its ordering. This means side
    comes before back, which is the inverse of how it's defined in AVChannel.

    To workaround this without having to use custom order channel layouts, swap the
    stream ids in the input IAMF structure, so packets for one are mapped to the
    other.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/iamfdec.c
    • [DH] libavformat/version.h
    • [DH] tests/ref/fate/iamf-7_1_4