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

Git pushed a change to branch master
in repository ffmpeg.

    from 25e187f849 vulkan: fix DRM map, decode barriers, and video frame setup 
for modifier output
     new 82871857eb avfilter/framepool: actually use specified allocator for 
audio frames
     new 143b810e75 avfilter/framepool: remove `alloc` argument
     new 083a014746 avfilter/framepool: add ff_frame_pool_*_reinit() helpers
     new ad7956d5bb avfilter/{audio,video}: switch to ff_frame_pool_*_reinit()
     new a0510f7f72 avfilter/framepool: update frame dimensions on reinit
     new 39ecc89988 avfilter/framepool: nuke ff_frame_pool_get_*_config
     new 9034587d10 avfilter/framepool: make 
ff_sws_frame_pool_{audio,video}_init static
     new 53ce7265ab avfilter/framepool: use strongly typed union of 
pixel/sample format
     new 3e99631873 avfilter/framepool: remove pointless ternary (cosmetic)
     new 0b43b8ef31 avfilter/framepool: make FFFramePool public
     new 6efbd99e48 avfilter/framepool: remove check for impossible condition
     new 38543781cc avfilter/framepool: move variable declarations to site of 
definition
     new 5c4490a0a6 avfilter/framepool: fix whitespace (cosmetic)
     new a2ca55c563 avfilter/framepool: remove unnecessary braces (style)
     new fe2691b3bb avfilter/framepool: stack-allocate FFFramePool
     new 6c89a30ecd swscale: add FFFramePool and use it for allocating planes
     new 2deca0ec19 swscale: clean up allocated frames on error
     new 5441395a48 swscale/graph: add optimal alignment/padding hints
     new 3a15990368 swscale/ops_dispatch: forward correct pass alignment
     new b5573a8683 swscale/ops_dispatch: cosmetic
     new 0e983a0604 swscale: align allocated frame buffers to SwsPass hints

The 21 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:
 libavfilter/audio.c                               |  32 +--
 libavfilter/avfilter_internal.h                   |   6 +-
 libavfilter/framepool.c                           | 257 ++++++++++------------
 libavfilter/framepool.h                           | 104 ++++-----
 libavfilter/video.c                               |  35 +--
 libswscale/Makefile                               |   1 +
 libavcodec/half2float.c => libswscale/framepool.c |   2 +-
 libswscale/graph.c                                |  14 +-
 libswscale/graph.h                                |   9 +
 libswscale/ops_dispatch.c                         |  32 ++-
 libswscale/swscale.c                              |  46 +++-
 libswscale/swscale_internal.h                     |   3 +
 libswscale/utils.c                                |   1 +
 13 files changed, 270 insertions(+), 272 deletions(-)
 copy libavcodec/half2float.c => libswscale/framepool.c (95%)

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

Reply via email to