Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (71)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (8832)

  • lavf/file : file_check : Handle file URLs that start with "file :"

    2 janvier 2014, par Alexander Strasser
    lavf/file : file_check : Handle file URLs that start with "file :"
    

    Handle the URL analog to file_open, it may contain a "file :"
    prefix. Skip it. Make access checks to file URLs starting
    with "file :" work.

    Fix part of ticket #3249.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavformat/file.c
  • Revision 64e2597465 : Disable update of last_show_frame for existing frame When showing a previously

    23 janvier 2014, par Adrian Grange

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vectors.cc


     Modify /test/test_vectors.h


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Disable update of last_show_frame for existing frame

    When showing a previously decoded frame, i.e. when
    show_existing_frame=1, the update of the
    last_show_frame flag must be disabled.

    This is to ensure that the last_show_frame flag
    reflects the state of the flag for the immediately
    previously decoded frame rather then the value that
    was forced to ensure that a previously decoded frame
    would be displayed.

    This patch also adds a test vector to verify that the
    display_existing_frame flag works as expected. Code
    for generating the test vector can be found in this
    patch :
    https://gerrit.chromium.org/gerrit/#/c/68581/

    (Bug originally reported by Alexander Voronov
    <ru.xalba@gmail.com>).

    Change-Id : I731d288fba02088959f7fcc87707137fffc6acf5

  • ffmpeg_opt : assert_file_overwrite : Work for all file protocol outputs

    5 janvier 2014, par Alexander Strasser
    ffmpeg_opt : assert_file_overwrite : Work for all file protocol outputs
    

    Currently the file overwrite check does not work for paths that
    contain a colon.

    Use avio_find_protocol to always execute the existence check if
    the file protocol is going to be used.

    Fix remaining part of ticket #3249.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] ffmpeg_opt.c