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

  • amfenc : Update the min version to 1.4.36.0 for AMF SDK.

    28 mars, par Dmitrii Ovchinnikov
    amfenc: Update the min version to 1.4.36.0 for AMF SDK.
    
    • [DH] configure
  • avcodec/ffv1enc : Add -remap_optimizer option

    28 mars, par Michael Niedermayer
    avcodec/ffv1enc: Add -remap_optimizer option
    
    This allows tuning how much effort (time) the encoder spends on
    optimizing the remap table
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] doc/encoders.texi
    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1enc : Eliminate RemapEncoderState

    28 mars, par Michael Niedermayer
    avcodec/ffv1enc: Eliminate RemapEncoderState
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1enc : Eliminate copy_state

    28 mars, par Michael Niedermayer
    avcodec/ffv1enc: Eliminate copy_state
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1enc : Better heuristic for selecting mul values.

    28 mars, par Michael Niedermayer
    avcodec/ffv1enc: Better heuristic for selecting mul values.
    
    This increases the search space from the hardcoded 17 tables
    to ~ 23^512 tables
    
    The mul_count choice is chosen by bruteforce
    
    All testcases tried, improve
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c