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/msmpeg4enc : Inline constant

    7 mars, par Andreas Rheinhardt
    avcodec/msmpeg4enc: Inline constant
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/msmpeg4enc.c
  • avcodec/eamad : Don't store transient macroblock indices in context

    7 mars, par Andreas Rheinhardt
    avcodec/eamad: Don't store transient macroblock indices in context
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/eamad.c
  • avcodec/eamad : Optimize processing escape codes

    7 mars, par Andreas Rheinhardt
    avcodec/eamad: Optimize processing escape codes
    
    Said escape code is only six bits long, so that one has at least 25 - 6
    bits in the bitstream reader's cache after reading it; therefore the
    whole following 16 bits (containing the actual code) are already in the
    bitstream reader's cache, making it unnecessary to reload the cache.
    
    This is the eamad analogue of fe9bc1cc45e2bebba1efa7b9a20b0d66679bf2d5.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/eamad.c
  • avcodec/mdec : Don't update cache unnecessarily

    7 mars, par Andreas Rheinhardt
    avcodec/mdec: Don't update cache unnecessarily
    
    It won't be used anyway.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mdec.c
  • avcodec/mdec : Optimize processing escape codes

    7 mars, par Andreas Rheinhardt
    avcodec/mdec: Optimize processing escape codes
    
    Said escape code is only six bits long, so that one has at least 25 - 6
    bits in the bitstream reader's cache after reading it; therefore the
    whole following 16 bits (containing the actual code) are already in the
    bitstream reader's cache, making it unnecessary to reload the cache.
    
    This is the mdec analogue of fe9bc1cc45e2bebba1efa7b9a20b0d66679bf2d5.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mdec.c