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/cfhd : Use smaller scope where appropriate

    13 mars, par Andreas Rheinhardt
    avcodec/cfhd: Use smaller scope where appropriate
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/cfhd.c
  • avcodec/cfhd : Move GetBitContext from context to stack

    13 mars, par Andreas Rheinhardt
    avcodec/cfhd: Move GetBitContext from context to stack
    
    Its lifetime is extremely limited.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/cfhd.c
    • [DH] libavcodec/cfhd.h
  • avcodec/hqx : Simplify deriving AC table index

    13 mars, par Andreas Rheinhardt
    avcodec/hqx: Simplify deriving AC table index
    
    It can be simply encoded in the quant coefficients itself
    as they are so small.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/hqx.c
  • avcodec/hqx : Combine checks

    13 mars, par Andreas Rheinhardt
    avcodec/hqx: Combine checks
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/hqx.c
  • avcodec/hqx : Cache pointer to used dc table

    13 mars, par Andreas Rheinhardt
    avcodec/hqx: Cache pointer to used dc table
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/hqx.c
    • [DH] libavcodec/hqxvlc.h