Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (102)

Sur d’autres sites (22920)

  • avutil/md5 : Avoid av_unused variable

    1er octobre 2021, par Andreas Rheinhardt
    avutil/md5 : Avoid av_unused variable
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/md5.c
  • avformat/dss : Avoid using intermediate buffer

    1er avril 2021, par Andreas Rheinhardt
    avformat/dss : Avoid using intermediate buffer
    

    All one needs is one byte beyond the end of the normal data ; and because
    the packet is padded, one already has it.

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

    • [DH] libavformat/dss.c
  • avcodec/bsf : Use null-bsf for passthrough when available

    6 septembre 2021, par Andreas Rheinhardt
    avcodec/bsf : Use null-bsf for passthrough when available
    

    When an empty list bsf is used for passthrough, there is a check
    for every packet in bsf_list_filter() before ff_bsf_get_packet_ref()
    is called. Directly using the null bsf avoids that.

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

    • [DH] libavcodec/bsf.c