git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • avcodec/rv34 : Simplify updating thread context

    25 mars, par Andreas Rheinhardt
    avcodec/rv34: Simplify updating thread context
    
    Call ff_mpeg_update_thread_context() first and
    update the RV34 buffers if it indicates a reinitialization.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/rv34.c
  • avcodec/mpegvideo_dec : Notify users of reinit

    25 mars, par Andreas Rheinhardt
    avcodec/mpegvideo_dec: Notify users of reinit
    
    Namely of reinititialization performed by
    ff_mpeg_update_thread_context(), so that they can simply
    update their own dimension-based buffers accordingly.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegvideo_dec.c
    • [DH] libavcodec/mpegvideodec.h
  • avcodec/ituh263dec : Fix indentation

    25 mars, par Andreas Rheinhardt
    avcodec/ituh263dec: Fix indentation
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ituh263dec.c
  • avcodec/rv10 : Make logmessage endian-independent

    25 mars, par Andreas Rheinhardt
    avcodec/rv10: Make logmessage endian-independent
    
    Also fix a potential effective-type violation.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/rv10.c
  • avcodec/rv10 : Remove pointless casts

    25 mars, par Andreas Rheinhardt
    avcodec/rv10: Remove pointless casts
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/rv10.c