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/hpeldsp_init : Detemplatize

    30 mai, par Andreas Rheinhardt
    avcodec/hpeldsp_init: Detemplatize
    
    Since a51279bbdea0d6db920d71980262bccd0ce78226,
    hpeldsp_rnd_template.c was only included once and
    one of the two functions in rnd_template.c was
    only enabled once.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/x86/hpeldsp_init.c
    • [DH] libavcodec/x86/hpeldsp_rnd_template.c
    • [DH] libavcodec/x86/rnd_template.c
  • avcodec/sanm : codec31/32 support

    30 mai, par Manuel Lauss
    avcodec/sanm: codec31/32 support
    
    codec31/32 are similar to codec1/3 (RLE coding) but with two 4-bit pixels
    per byte; they are only used in the Sega-CD release of Rebel Assault 1.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
    
    • [DH] libavcodec/sanm.c
  • avcodec/x86/hpeldsp_init : Use ff_avg_pixels16_mmxext

    30 mai, par Andreas Rheinhardt
    avcodec/x86/hpeldsp_init: Use ff_avg_pixels16_mmxext
    
    avg_pixels_tab[0][0] does the same as avg_no_rnd_pixels_tab[0].
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/x86/hpeldsp_init.c
  • avcodec/hpeldsp : Remove duplicate pel functions

    30 mai, par Andreas Rheinhardt
    avcodec/hpeldsp: Remove duplicate pel functions
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/hpeldsp.c
  • avcodec/sanm : fix codec33/34 tile generator

    30 mai, par Manuel Lauss
    avcodec/sanm: fix codec33/34 tile generator
    
    Some of the calculated values were wrong and/or assigned
    to the wrong pixel of the 4x4 block.
    Found during testing with Rebel Assault Sega-CD release.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
    
    • [DH] libavcodec/sanm.c