Recherche avancée

Médias (91)

Autres articles (79)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (12078)

  • lavf/dvenc : improve error messaging

    20 janvier 2024, par Stefano Sabatini
    lavf/dvenc : improve error messaging
    

    Provide useful information about the failure in the error message, do
    not let the user guess.

    • [DH] libavformat/dvenc.c
  • cmdutils : silence warning about incompatible pointer types

    30 août 2013, par Paul B Mahol
    cmdutils : silence warning about incompatible pointer types
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] cmdutils.c
  • doc/examples/extract_mvs : add motion information

    12 septembre 2022, par Chema Gonzalez
    doc/examples/extract_mvs : add motion information
    

    Note that the motion information includes subpel motion information

    This was likely forgotten in 56bdf61baa04c4fd8d165f34499115ce0aa97c43.

    Tested :
    ```
    $ make examples -j
    ...
    $ doc/examples/extract_mvs in.264 | head -40 | \
    csvcut -C framenum,source,flags |csvlook

    blockw blockh srcx srcy dstx dsty motion_x motion_y motion_scale
    ------ ------ ----- ---- ----- ---- -------- -------- ------------
    16 16 20 26 8 8 49 72 4
    16 16 152 15 136 8 65 28 4
    16 8 360 3 360 4 1 -6 4
    16 8 360 13 360 12 -1 4 4
    16 16 440 10 440 8 3 10 4
    8 16 829 7 836 8 -31 -6 4
    8 16 844 7 844 8 -1 -4 4
    16 16 1,004 14 1,048 8 -177 24 4
    16 16 1,096 8 1,096 8 -1 0 4
    16 8 1,417 24 1,416 4 7 82 4
    16 8 1,416 13 1,416 12 0 6 4
    16 8 87 20 88 20 -7 0 4
    16 8 99 44 88 28 45 66 4

    ...
    ```

    Also :
    ```
    $ make fate -j
    ...
    ```

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/examples/extract_mvs.c