git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/movenc : handle EAC-3 extension bits for Atmos
3 juin, par nyanmisaka -
avcodec/psymodel : Use av_memdup() where appropriate
3 juin, par Andreas Rheinhardt -
avutil/frame : Use av_memdup() for duplicating extended data array
3 juin, par Andreas Rheinhardtavutil/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>
-
avutil/frame : Always return error upon error
3 juin, par Andreas Rheinhardt -
avcodec/sanm : remove codec4 block smoothing
3 juin, par Manuel Lauss