Recherche avancée

Médias (91)

Sur d’autres sites (111)

  • avfilter/asrc_flite : Don't segfault when using list_voices option

    6 octobre 2021, par Andreas Rheinhardt
    avfilter/asrc_flite : Don't segfault when using list_voices option
    

    Could also happen if initializing flite failed* or if an unknown voice
    has been selected or if registering the voice failed.

    * : which it currently can't, because it is a no-op.

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

    • [DH] libavfilter/asrc_flite.c
  • avfilter/asrc_anullsrc : fix allowed range for sample_rate

    22 novembre 2023, par James Almer
    avfilter/asrc_anullsrc : fix allowed range for sample_rate
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/asrc_anullsrc.c
  • avfilter/asrc_sinc : check return code of tx_init()

    3 septembre 2023, par Paul B Mahol
    avfilter/asrc_sinc : check return code of tx_init()
    
    • [DH] libavfilter/asrc_sinc.c