git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/ffv1dec : set the FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability
15 mars, par James Almer -
ffmpeg : add per-stream input option drop_changed
15 mars, par Gyan Doshiffmpeg: add per-stream input option drop_changed This is a replacement in ffmpeg for the deprecated avcodec flag AV_CODEC_FLAG_DROPCHANGED. This option is meant to be used when the filtergraph should not be reinited upon input parameter changes as that leads to loss of state in the filtergraph potentially leading to broken or aborted output, e.g. inserting of silence with first_pts specified in aresample. Generally useful to avoid corrupted yet decodable packets in live streaming inputs. This option when enabled takes precedence over reinit_filters
-
MAINTAINERS : add Manuel Lauss as sanm.c/smush.c Maintainer
15 mars, par Manuel Lauss -
swscale/swscale_unscaled : make the fast planar copy path work with more formats
15 mars, par James Almerswscale/swscale_unscaled: make the fast planar copy path work with more formats dst_depth - src_depth where the result is 6 or 7 in a high bd path means this is only executed for 16 -> 10 and 16 -> 9. This patch makes this path general, supporting arbitrary formats as long as dst_depth > src_depth > 8. Signed-off-by: James Almer <jamrial@gmail.com>
-
avcodec/ffv1dec : Fix a YUVA issue with remaping
14 mars, par Michael Niedermayer