Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (10248)

  • tests/movenc : Validate that normal muxer usage doesn't print warnings

    3 avril 2024, par Martin Storsjö
    tests/movenc : Validate that normal muxer usage doesn't print warnings
    

    We have test to make sure that certain configurations do print
    warnings. However, the normal operation of the muxer within this
    test always printed a warning, so those tests to check for
    extra warnings didn't essentially guard anything.

    The warning that always was printed, "track 1 : codec frame size is
    not set" was not present in the libav fork where this testcase
    originated, it was removed in f234e8a32e6c69d7b63f8627f278be7c2c987f43.

    Set the frame size for the audio stream to silence the warning,
    and use this frame size in a couple later calculations, and check
    that one test configuration doesn't print warnings.

    Setting the frame size apparently changes the rounding of a timestamp
    in the ismv muxing testcase.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/tests/movenc.c
    • [DH] tests/ref/fate/movenc
  • ffmpeg : Make find_stream_info behave like a normal per-file option

    28 septembre 2022, par Marvin Scholz
    ffmpeg : Make find_stream_info behave like a normal per-file option
    

    Currently it would essentially change the find_stream_info setting for
    the file it was specified for and all following files, which is unusual
    and somewhat unexpected behaviour for a per-file option and not even
    documented to behave like this.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_opt.c
  • Revision 51959786d2 : Merge "Use normal encoding route for key frame coding" into sandbox/Jingning/tra

    10 juillet 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Merge "Use normal encoding route for key frame coding" into
    sandbox/Jingning/transcode