Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (106)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (9058)

  • avcodec/bmp_parser : reset state

    6 juin 2016, par Michael Niedermayer
    avcodec/bmp_parser : reset state
    

    Fixes part of ticket 5598

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

    • [DH] libavcodec/bmp_parser.c
  • Revision fdee7623cf : Add neon register state check for unit test. Change-Id : I2c117ddeae3da5119f549b

    28 février 2014, par hkuang

    Changed Paths :
     Modify /test/register_state_check.h



    Add neon register state check for unit test.

    Change-Id : I2c117ddeae3da5119f549b036a5699a8092819d3

  • avcodec/cbs_av1 : keep separate reference frame state for reading and writing

    18 novembre 2019, par James Almer
    avcodec/cbs_av1 : keep separate reference frame state for reading and writing
    

    In scearios where a Temporal Unit is written right after reading it using the same
    CBS context (av1_metadata, av1_frame_merge, etc), the reference frame state used
    by the writer must not be the state that's the result of the reader having already
    parsed the current frame in question.

    This fixes writing Switch frames, and frames using short ref signaling.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_av1.c
    • [DH] libavcodec/cbs_av1.h