Recherche avancée

Médias (91)

Autres articles (92)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11344)

  • ffmpeg development recompile only changed part on windows

    8 décembre 2020, par Harry

    New to ffmpeg development, i am trying to develop a patch for a specific demuxer in avformat and sure i want to be able to test my changes without recompiling all parts of ffmpeg again as it takes about an hour. My toolchain is set up as per https://ffmpeg.org/platform.html 4.1.1. Using mingw64.exe, it was no problem to compile an initial version :

    


    ./configure --disable-static --enable-shared --enable-gpl
make -j4


    


    Voila, i have a shared build, means the .exe and .dll files are built and i can run the program successfully.

    


    Now when i change some code , e.g. in libavformat/pcm.c, i can recompile this part easily by doing

    


    make pcm.o


    


    make will even recognize automatically if there were changes to the code and only rebuild the single .o file. But when executing make in the root path of the ffmpeg source again, it will always recompile all .o files which of course something i want to avoid.

    


    I tried disabling some components e.g. by doing

    


    ./configure --disable-static --enable-shared --enable-avisynth --enable-gpl --disable-avcodec --disable-avdevice --disable-avfilter


    


    But this way, i am only getting a new avutil.dll, avscale.dll and avresample.dll but no avformat.dll (which i dont understand because i dont disable avformat), also it seems to recompile the parts instead of re-using and just link the existing .o files together.

    


    How could i tell the make command not to compile anything but instead just link all the existing .o files - and only for avformat instead of all parts ?

    


  • lavf/mpjpeg : do not include CRLF preceding boundary as part of the returned frame

    14 février 2016, par Alex Agranovsky
    lavf/mpjpeg : do not include CRLF preceding boundary as part of the returned frame
    

    Signed-off-by : Alex Agranovsky <alex@sighthound.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mpjpegdec.c
  • Revision 9fba03456d : Partially disable error resilience test Disables the part of the error-resilien

    7 mai 2013, par John Koleszar

    Changed Paths :
     Modify /test/error_resilience_test.cc



    Partially disable error resilience test

    Disables the part of the error-resilient test that tests the
    quality after dropping undroppable frames. It's not clear how
    to set the threshold for this correctly at the moment.

    Change-Id : I3ee4a0d475498f44711fdef05749f305e8d08591