This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from 16ee3d8d99 avformat/mov: fix cases where we discard iamf packets from 
enabled streams
     new 79334c8ca1 swscale/ops: add subsampling shift to SwsOpExec
     new bca806d4f9 swscale/ops: avoid stack copies of SwsImg
     new 62dc591a80 swscale/ops: correctly shift pointers for last row handling
     new 363779a4bb swscale/ops: don't set src/dst_frame_ptr in op_pass_run()
     new d89765eb28 swscale/graph: simplify output buffer management
     new e9d1ed3fdc swscale/graph: avoid stack copies of SwsImg
     new 5121665463 swscale/graph: use AVFrame to track internal allocation
     new 846823b174 swscale/graph: don't pointlessly align data buffers
     new 4d7b1c3685 swscale/graph: move frame->field init logic to SwsGraph
     new 67f3627267 swscale/graph: nuke SwsImg

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libswscale/graph.c            | 212 +++++++++++++++++++++++++-----------------
 libswscale/graph.h            |  40 +++-----
 libswscale/ops.c              | 114 +++++++++++------------
 libswscale/ops_internal.h     |   9 +-
 libswscale/swscale.c          |  38 +-------
 libswscale/x86/ops_common.asm |   4 +
 6 files changed, 206 insertions(+), 211 deletions(-)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to