Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (8265)

  • lavc/decode : Fix the error number report if av_image_fill_pointers fail.

    28 octobre 2018, par Jun Zhao
    lavc/decode : Fix the error number report if av_image_fill_pointers fail.
    

    - 1 will be map to error number "EPERM", and will be map to the error
    message like "Error while decoding stream #0:0 : Operation not permitted",
    it's a strange error message when debug update_frame_pool fail,
    now only return the error code from av_image_fill_pointers in case
    of av_image_fill_pointers failure.

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>

    • [DH] libavcodec/decode.c
  • what does ffmpeg process number's meaning ?

    26 octobre 2022, par bon ho
    ffmpeg process 18048 successfully terminated with return code of 0.&#xA;ffmpeg process 17248 successfully terminated with return code of 0.&#xA;ffmpeg process 18924 successfully terminated with return code of 0.&#xA;ffmpeg process 41 successfully terminated with return code of 0.&#xA;

    &#xA;

    What means that number 18048,17248,18924,41 ?

    &#xA;

    I think that number is length.&#xA;but I don't know exactly what meaning.

    &#xA;

    thx.

    &#xA;

  • wavpack : check number of channels

    22 août 2014, par Christophe Gisquet
    wavpack : check number of channels
    

    This means container and codec disagree. The codec is supposed to
    know better so this could be an error instead.

    • [DH] libavcodec/wavpack.c