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/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
  • avformat/mpegenc, mpegts. mxfenc : Mark (de)muxers declarations as internal

    2 mars, par Andreas Rheinhardt
    avformat/mpegenc, mpegts. mxfenc: Mark (de)muxers declarations as internal
    
    Otherwise compilers might emit code that presumes there to be
    a GOT which can't be fixed by the linker.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavformat/mpegenc.c
    • [DH] libavformat/mpegts.c
    • [DH] libavformat/mxfenc.c
  • avutil/attributes_internal : Add EXTERN macro for extern+hidden

    2 mars, par Andreas Rheinhardt
    avutil/attributes_internal: Add EXTERN macro for extern+hidden
    
    This is inspired by the equivalent dav1d attribute introduced
    by Henrik Gramner in e4c4af02f3de5e6cea6f81272a2981c0fa7bae28.
    Also already use it to beautify declarations.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mathops.h
    • [DH] libavcodec/me_cmp.h
    • [DH] libavcodec/vp9dsp.h
    • [DH] libavutil/attributes_internal.h