git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/ac3dec : Deduplicate tables
29 mai, par Andreas Rheinhardt -
ffv1enc : do not hardcode 1024 slices
29 mai, par Lynne -
fftools/ffmpeg_filter : make InputFilterPriv and OutputFilterPriv private again
28 mai, par James Almerfftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv private again As the names imply, they are structs meant to be internal and private to the filter handling code. If a field is required in other modules, then it can be moved to the public facing structs, which is done in this commit. Signed-off-by: James Almer <jamrial@gmail.com>
-
avutil/hwcontext_amf : fix error logging on amf_init_from_device.
28 mai, par Dmitrii Ovchinnikov -
fftools/ffmpeg_filter : make FilterGraphPriv private again
28 mai, par James Almerfftools/ffmpeg_filter: make FilterGraphPriv private again As the name implies, it's a struct meant to be internal and private to the filter handling code. If a field is required in other modules, then it can be moved to the public facing struct, which is done in this commit. Signed-off-by: James Almer <jamrial@gmail.com>