ffmpeg/doc
Pavel Koshevoy 46cb7b8d9d avutil/frame: also align data pointers in av_frame_get_buffer()
This avoids unpleasant surprises to av_frame_get_buffer callers
that explicitly specified 64-byte alignment and didn't get
AVFrame.data pointers that are 64-byte aligned.

For example, see https://github.com/sekrit-twc/zimg/issues/212

Although the zscale issue has already been resolved by other means
it would still be prudent to improve the behavior of av_frame_get_buffer
to fix any unknown and future instances of similar issues.

Co-authored-by: James Almer <jamrial@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2024-11-22 10:43:55 -03:00
..
doxy
examples doc/examples/decode_filter_video: switch to new buffersink options 2024-09-30 09:10:20 +02:00
.gitignore
APIchanges avutil/frame: also align data pointers in av_frame_get_buffer() 2024-11-22 10:43:55 -03:00
Doxyfile
Makefile
authors.texi
bitstream_filters.texi doc/bitstream_filters: elaborate on h264_redundant_pps 2024-11-09 10:02:34 -06:00
bootstrap.min.css
build_system.txt
codecs.texi
community.texi
decoders.texi lavc/hevcdec: implement decoding MV-HEVC 2024-09-23 17:15:02 +02:00
default.css
demuxers.texi avformat/dvdvideodec: remove auto value for menu_lu option 2024-11-16 14:40:51 -06:00
developer.texi doc/developer: Document relationship between git accounts and MAINTAINERS 2024-11-20 21:28:14 +01:00
devices.texi
doxy-wrapper.sh
encoders.texi
errno.txt
faq.texi
fate.texi
fate_config.sh.template
ffmpeg-bitstream-filters.texi
ffmpeg-codecs.texi
ffmpeg-devices.texi
ffmpeg-filters.texi
ffmpeg-formats.texi
ffmpeg-protocols.texi
ffmpeg-resampler.texi
ffmpeg-scaler.texi
ffmpeg-utils.texi
ffmpeg.texi Document stream specifier syntax change from 46cbe4ab5c 2024-11-09 02:45:58 +01:00
ffmpeg.txt
ffplay.texi
ffprobe.texi
ffprobe.xsd
fftools-common-opts.texi Document stream specifier syntax change from 46cbe4ab5c 2024-11-09 02:45:58 +01:00
filter_design.txt
filters.texi lavfi/f_select: allow selection based on view ID 2024-09-23 17:11:40 +02:00
formats.texi
general.texi
general_contents.texi avcodec/rv60: RealVideo 6.0 decoder 2024-11-03 10:53:15 +11:00
git-howto.texi doc/git-howto: remove outdated line about gitolite 2024-11-08 15:59:13 +10:00
indevs.texi
infra.txt doc/infra: Document trac backup system 2024-11-20 21:28:13 +01:00
issue_tracker.txt
lexicon
libav-merge.txt
libavcodec.texi
libavdevice.texi
libavfilter.texi
libavformat.texi
libavutil.texi
libswresample.texi
libswscale.texi
mailing-list-faq.texi
metadata.texi
mips.txt
multithreading.txt
muxers.texi libavformat/hlsplaylist: add subtitle_varname for naming subtitle streams 2024-10-13 23:01:59 +08:00
nut.texi
optimization.txt configure: drop yasm support 2024-10-06 01:32:47 +02:00
outdevs.texi
patchwork
platform.texi configure: drop yasm support 2024-10-06 01:32:47 +02:00
print_options.c
protocols.texi
rate_distortion.txt
resampler.texi
scaler.texi
snow.txt
style.min.css
swresample.txt
swscale.txt
t2h.init
t2h.pm
tablegen.txt
texi2pod.pl
texidep.pl
transforms.md
undefined.txt
utils.texi avutil/channel_layout: add Binaural channels and layout 2024-11-13 12:38:04 -03:00
writing_filters.txt