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/mpegvideo : Mark ff_mpv_common_defaults() as av_cold

    3 mars, par Andreas Rheinhardt
    avcodec/mpegvideo: Mark ff_mpv_common_defaults() as av_cold
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegvideo.c
  • avcodec/speedhqenc : Inline ff_speedhq_mb_y_order_to_mb()

    3 mars, par Andreas Rheinhardt
    avcodec/speedhqenc: Inline ff_speedhq_mb_y_order_to_mb()
    
    It is an extremely simple function that is only called once,
    so it should be inlined.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/speedhqenc.c
    • [DH] libavcodec/speedhqenc.h
  • avcodec/mjpegenc : Don't log to private context

    3 mars, par Andreas Rheinhardt
    avcodec/mjpegenc: Don't log to private context
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mjpegenc.c
  • avcodec/mjpegenc : Remove nonsensical AMV options

    3 mars, par Andreas Rheinhardt
    avcodec/mjpegenc: Remove nonsensical AMV options
    
    Both these options are unsupported and silently ignored for AMV;
    so it is better to not offer them at all.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mjpegenc.c
  • avcodec/Makefile : remove redundant object

    2 mars, par Timo Rothenpieler
    avcodec/Makefile: remove redundant object
    
    It's already listed in OBJS-$(CONFIG_JNI), which should cover all cases
    STLIBOBJS does and more.
    
    • [DH] libavcodec/Makefile