Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (65)

Sur d’autres sites (13842)

  • Experimental change to help with ARNR problem.

    14 janvier 2011, par Paul Wilkins

    Experimental change to help with ARNR problem.

  • Fix a memory leak problem in encoder

    6 décembre 2010, par Yunqing Wang

    Fix a memory leak problem in encoder

  • avcodec/encode : Enable encoders to control padding of last frame

    15 septembre 2022, par Andreas Rheinhardt
    avcodec/encode : Enable encoders to control padding of last frame
    

    Some audio codecs work with atomic units that decode to a fixed
    number of audio samples with this number being so small that it is
    common to put multiple of these atoms into one packet. In these
    cases it makes no sense to pad the last frame to the big frame_size,
    so allow encoders to set the number of samples that they want
    the last frame to be padded to instead.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/encode.c
    • [DH] libavcodec/internal.h