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/ffv1 : Fix remap and float with golomb rice

    9 mars, par Michael Niedermayer
    avcodec/ffv1: Fix remap and float with golomb rice
    
    Sponsored-by: Sovereign Tech Fund
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/ffv1dec_template.c
    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/ffv1enc_template.c
  • avcodec/ffv1enc : Fix slice coding mode 1 with rgb frames

    9 mars, par Michael Niedermayer
    avcodec/ffv1enc: Fix slice coding mode 1 with rgb frames
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/ffv1enc_template.c
  • avcodec/ffv1enc : add space for the remap table to max_size

    9 mars, par Michael Niedermayer
    avcodec/ffv1enc: add space for the remap table to max_size
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/pthread* : Mark init, free, flush functions as av_cold

    9 mars, par Andreas Rheinhardt
    avcodec/pthread*: Mark init, free, flush functions as av_cold
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/pthread.c
    • [DH] libavcodec/pthread_frame.c
    • [DH] libavcodec/pthread_slice.c
  • avcodec/sbcdec_data : Merge data into header

    9 mars, par Andreas Rheinhardt
    avcodec/sbcdec_data: Merge data into header
    
    sbcdec_data.h is only included by sbcdec.c, so this won't
    cause the data to be included multiple times in the binary.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/sbcdec.c
    • [DH] libavcodec/sbcdec_data.c
    • [DH] libavcodec/sbcdec_data.h