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/aac/aacdec_lpd : Make ff_aac_lpd_mode_tab static

    31 mars, par Andreas Rheinhardt
    avcodec/aac/aacdec_lpd: Make ff_aac_lpd_mode_tab static
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/aac/aacdec_lpd.c
  • swscale/swscale_unscaled : Actually use X2->RGBA64 conversions

    31 mars, par Andreas Rheinhardt
    swscale/swscale_unscaled: Actually use X2->RGBA64 conversions
    
    The conversion functions were added in
    e7382b4d0101f02e61fdf5ad2c48aca500bb413f, yet they were never
    really enabled. Found via -ffunction-sections and --gc-sections.
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libswscale/swscale_unscaled.c
  • postproc/postprocess_template : Use immediate instead of memory load

    31 mars, par Andreas Rheinhardt
    postproc/postprocess_template: Use immediate instead of memory load
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libpostproc/postprocess.c
    • [DH] libpostproc/postprocess_altivec_template.c
    • [DH] libpostproc/postprocess_template.c
  • libavcodec/amfenc : Setting the VBAQ property before the init call.

    31 mars, par Dmitrii Ovchinnikov
    libavcodec/amfenc: Setting the VBAQ property before the init call.
    
    • [DH] libavcodec/amfenc_h264.c
  • postproc/postprocess : Remove unused b02

    31 mars, par Andreas Rheinhardt
    postproc/postprocess: Remove unused b02
    
    The line which appears to be using it was always commented out
    (since it has been added in 70c5ae870bf2ed776c82f8d8192e3c2db720b8e9).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libpostproc/postprocess.c
    • [DH] libpostproc/postprocess_template.c