Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (58)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

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

  • fate/exr : add tests for piz uncompress

    23 avril 2017, par Martin Vignali
    fate/exr : add tests for piz uncompress
    

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

    • [DH] tests/fate/image.mak
    • [DH] tests/ref/fate/exr-rgb-scanline-float-piz-48x32
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-bw
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-color
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-dw-t01
  • ffmpeg : init filtergraphs only after we have a frame on each input

    27 mai 2016, par Anton Khirnov
    ffmpeg : init filtergraphs only after we have a frame on each input
    

    This makes sure the actual stream parameters are used, which is
    important mainly for hardware decoding+filtering cases, which would
    previously require various weird workarounds to handle the fact that a
    fake software graph has to be constructed, but never used.
    This should also improve behaviour in rare cases where
    avformat_find_stream_info() does not provide accurate information.

    This merges Libav commit a3a0230. It was previously skipped.

    The code in flush_encoders() which sets up a "fake" format wasn’t in
    Libav. I’m not sure if it’s a good idea, but it tends to give
    behavior closer to the old one in certain corner cases.

    The vp8-size-change gives different result, because now the size of
    the first frame is used. libavformat reported the size of the largest
    frame for some reason.

    The exr tests now use the sample aspect ratio of the first frame. For
    some reason libavformat determines 0/1 as aspect ratio, while the
    decoder returns the correct one.

    The ffm and mxf tests change the field_order values. I’m assuming
    another libavformat/decoding mismatch.

    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] ffmpeg.c
    • [DH] ffmpeg.h
    • [DH] ffmpeg_cuvid.c
    • [DH] ffmpeg_filter.c
    • [DH] ffmpeg_opt.c
    • [DH] ffmpeg_qsv.c
    • [DH] tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l2
    • [DH] tests/ref/fate/vp8-size-change
    • [DH] tests/ref/lavf/ffm
    • [DH] tests/ref/lavf/mxf
  • fate : move lavd filters tests to the new system.

    29 avril 2013, par Clément Bœsch
    fate : move lavd filters tests to the new system.
    

    Also make life test a bit more useful.

    • [DH] tests/fate/avfilter.mak
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/filtergraphs/scalenorm
    • [DH] tests/lavfi-regression.sh
    • [DH] tests/ref/fate/filter-lavd-life
    • [DH] tests/ref/fate/filter-lavd-scalenorm
    • [DH] tests/ref/fate/filter-lavd-testsrc
    • [DH] tests/ref/lavfi/life
    • [DH] tests/ref/lavfi/scalenorm
    • [DH] tests/ref/lavfi/testsrc