Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (46)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

  • avcodec/ivi : make comments more Doxygen-friendly

    28 février 2024, par Andrew Sayers
    avcodec/ivi : make comments more Doxygen-friendly
    

    Doxygen eats the newline in the first comment, making it harder to read.
    Join the lines and add a comma, so source and documentation are equally readable.

    Doxygen only associates the second comment with cust_dec.
    The comments for cust_dec and cust_tab make perfect sense without it,
    so downgrade it to a non-doxygen "//" comment.

    The third comment was missed by the command in the previous commit,
    because it (correctly but uniquely) doesn't have a trailing comma.

    Signed-off-by : Andrew Sayers <ffmpeg-devel@pileofstuff.org>

    • [DH] libavcodec/ivi.h
  • How to configure X264 build before running make on OS X

    18 octobre 2013, par user1884325

    I'm trying to build an X264 executable which will run on any MAC OS X (>10.6) without any external dependencies. I downloaded the latest stable snapshot x264-snapshot-20131017-2245-stable.

    I haven't been able to find a lot of documentation on the build procedure for x264 on OSX.

    When I just run ./configure —disable-opencl and then make, I get several output files :

    x264
    libx264.a
    .depend
    x264.o

    I assume that the executable can run without the other files ?

    Anyway, I tested the x264 in a terminal and at first it seemed to work, but when I try to
    start x264 as a quiet background process like this :

    ./x264 —quiet —profile baseline —level 3.2 —preset ultrafast —bframes 0 —force-cfr —no-mbtree —sync-lookahead 0 —rc-lookahead 0 —intra-refresh —input-csp rgb —fps 15 —input-res 1280x720 —bitrate 1100 —vbv-maxrate 1100 —vbv-bufsize 600 —threads 1 -o - -

    nothing happens at all. If I go to Activity Monitor I should see x264 running, but it's not there.

    Looong story short : How should the x264 build be configured before running make ??? I do not want to use openCL (—disable-opencl)

  • mp3 : Make the seek more robust

    11 juillet 2015, par Luca Barbato
    mp3 : Make the seek more robust
    

    Try to parse up to 4 packets to find the closest packet.

    Reported-By : jan.schlueter@ofai.at

    • [DH] libavformat/mp3dec.c