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

  • avformat/movenc : handle EAC-3 extension bits for Atmos

    3 juin, par nyanmisaka
    avformat/movenc: handle EAC-3 extension bits for Atmos
    
    Based on a patch by nyanmisaka.
    Fixes commit #9996.
    
    Reviewed-by: Baptiste Coudurier <baptiste.coudurier@gmail.com>
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/movenc.c
    • [DH] libavformat/version.h
  • avcodec/psymodel : Use av_memdup() where appropriate

    3 juin, par Andreas Rheinhardt
    avcodec/psymodel: Use av_memdup() where appropriate
    
    Also "fixes" the inverted order of arguments in the av_malloc_array()
    calls and therefore part of ticket #11620.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/psymodel.c
  • avutil/frame : Use av_memdup() for duplicating extended data array

    3 juin, par Andreas Rheinhardt
    avutil/frame: Use av_memdup() for duplicating extended data array
    
    Just do it like av_frame_replace().
    Also "fixes" the swapped order or arguments to av_malloc_array()
    (the first is supposed to be the number of elements, the second
    the size of an element) and therefore part of ticket #11620.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavutil/frame.c
  • avutil/frame : Always return error upon error

    3 juin, par Andreas Rheinhardt
    avutil/frame: Always return error upon error
    
    (I don't know whether this can be triggered for a file with
    nonnegative channel count, given that src's extended data can't
    have been allocated in this case.)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavutil/frame.c
  • avcodec/sanm : remove codec4 block smoothing

    3 juin, par Manuel Lauss
    avcodec/sanm: remove codec4 block smoothing
    
    it has a bug and its effects aren't that noticeable, esp. with
    the smoothing applied to the whole picture by modern video display
    engines.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
    
    • [DH] libavcodec/sanm.c