Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (72)

Sur d’autres sites (9834)

  • Add rc_max_intra_bitrate_pct control

    25 avril 2011, par John Koleszar

    Add rc_max_intra_bitrate_pct control

  • Revision 0dd591bedd : loop_filter_rows_mt : remove dependency on 'last_height' using this to control r

    14 février 2015, par James Zern

    Changed Paths :
     Modify /vp9/common/vp9_thread_common.c



    loop_filter_rows_mt : remove dependency on ’last_height’

    using this to control reallocation would miss a change if the function
    were not called for every frame.
    fixes potential memory corruption by the subsequent memset

    Change-Id : I4c6bb6ab68803104fc824c7e27cc2f9b2cf53e33

  • avcodec/rkmpp : Fix broken build due to missing control operation

    6 janvier 2018, par LongChair
    avcodec/rkmpp : Fix broken build due to missing control operation
    

    This patch is taking care of https://trac.ffmpeg.org/ticket/6834.
    It seems that one of the control operations that was available to get
    the free decoders input slots was removed.

    There is another control operation to retrieve the used slots. Given
    that the input slot count is hardcoded to 4 in mpp at this point,
    replacing the old control operation by the other one.

    This was tested on Rockchip ROCK64.

    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] configure
    • [DH] libavcodec/rkmppdec.c