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/proresdec : Deduplicate debug message

    23 février, par Andreas Rheinhardt
    avcodec/proresdec: Deduplicate debug message
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/proresdec.c
  • avcodec/get_bits : Remove LONG_BITSTREAM_READER

    23 février, par Andreas Rheinhardt
    avcodec/get_bits: Remove LONG_BITSTREAM_READER
    
    No longer used anywhere.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/get_bits.h
  • avcodec/proresdec : Don't use LONG_BITSTREAM_READER

    23 février, par Andreas Rheinhardt
    avcodec/proresdec: Don't use LONG_BITSTREAM_READER
    
    Using LONG_BITSTREAM_READER means that every get_bits() call
    uses an AV_RB64() to ensure that cache always contains 32 valid bits
    (as opposed to the ordinary 25 guaranteed by reading 32 bits);
    yet this is unnecessary when unpacking alpha. So only use these
    64bit reads where necessary.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/proresdec.c
  • avcodec/flacdsp : Remove leftover encoding function pointers

    23 février, par Andreas Rheinhardt
    avcodec/flacdsp: Remove leftover encoding function pointers
    
    Forgotten in 6c4595190e7ef5cc2a3652ed4a604e46f7e37ac6.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/flacdsp.h
  • avcodec/intrax8dsp : Copy several bytes at once

    23 février, par Andreas Rheinhardt
    avcodec/intrax8dsp: Copy several bytes at once
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/intrax8dsp.c