ffmpeg/doc
Zhao Zhili 3cfbf56192 doc/developer: allow whitespace changes mixed with functional changes
The cosmetic-changes policy in developer.texi was written during the SVN
era, when reviewing indentation changes mixed with functional changes
was genuinely difficult.

Since FFmpeg has moved to Git, reviewers now have simple built-in tools
to ignore whitespace changes:

  git diff -w
  git log -p --ignore-all-space

Forgejo's pull request UI also offers a 'Hide whitespace changes'
toggle, making it trivial to focus on the functional diff.

For those who prefer reviewing patches in their mail client, the same
result can be achieved by saving the patch and running:

  git apply --ignore-whitespace <patch> && git diff -w

Relax the policy so that indentation changes which are invisible to
git diff --ignore-all-space may accompany functional changes, while
still requiring non-whitespace cosmetic changes to be in separate
commits.

Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2026-03-25 04:14:23 +00:00
..
doxy
examples doc/examples/hw_decode: check fopen return value for output file 2026-03-18 02:08:09 +00:00
.gitignore
APIchanges hwcontext_vulkan: deprecate AVVulkanDeviceContext.lock/unlock_queue 2026-03-14 17:05:06 +00:00
authors.texi Use https for repository links 2023-03-01 21:59:10 +01:00
bitstream_filters.texi avcodec/bsf/setts: add option prescale 2026-01-19 16:51:47 +05:30
bootstrap.min.css doc/html: fix styling issue with Texinfo 7.0 2023-11-08 23:54:23 +01:00
build_system.txt all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
codecs.texi avcodec/avcodec: add AVCodecContext.alpha_mode 2025-09-02 17:06:24 +02:00
community.texi doc/community.texi: fix spelling error 2025-08-09 22:01:42 +00:00
CVSS.txt doc/CVSS 2026-03-20 22:01:43 +01:00
decoders.texi doc: indicate libmpeghdec is non-free 2025-09-30 11:55:02 +00:00
default.css
demuxers.texi avformat/mov: add support for multiple decryption keys 2026-02-28 04:01:08 +01:00
developer.texi doc/developer: allow whitespace changes mixed with functional changes 2026-03-25 04:14:23 +00:00
devices.texi
doxy-wrapper.sh doc: fix generating doxy with out-of-tree builds 2021-06-11 19:28:27 +02:00
Doxyfile doc: fix typos 2026-01-18 03:33:04 +00:00
drawvg-reference.texi doc/drawvg-reference: changes on color syntax. 2026-01-04 13:42:20 +00:00
encoders.texi avcodec/libx265: add pass and x265-stats option 2026-01-20 10:10:26 +00:00
errno.txt
faq.texi doc/faq: use texi's @tie instead of 0xA0 for non-breaking space 2024-01-10 19:52:23 +01:00
fate.texi doc/fate: document setting of session-wide env variables 2025-11-18 04:19:06 +00:00
fate_config.sh.template fate.sh: Allow specifying --ar through a separate variable 2025-12-19 18:41:23 +00:00
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 fftools/ffmpeg_demux: add options to override mastering display and content light level metadata 2026-03-15 17:52:05 -03:00
ffmpeg.txt
ffplay.texi fftools/ffplay: improve keyboard shortcut documentation 2026-03-04 21:30:40 +00:00
ffprobe.texi fftools/ffprobe: add base64 data dump format 2026-02-04 21:46:30 +01:00
ffprobe.xsd fftools/ffprobe: Show stream group side data 2026-03-20 12:45:44 +00:00
fftools-common-opts.texi fftools/opt_common: add long-form license option 2025-10-12 03:26:21 +00:00
filter_design.txt avfilter: factorize requesting an input frame from multi output filters 2025-07-03 21:41:53 +02:00
filters.texi avfilter/af_whisper: Add translate parameter 2026-03-15 06:53:19 +00:00
formats.texi avformat/demux: add duration_probesize AVOption 2024-04-02 19:53:40 +02:00
general.texi doc/general: move contents into a separate file. 2020-09-08 14:29:19 +02:00
general_contents.texi doc: add missing JPEG-XS details 2025-12-17 00:20:41 -03:00
git-howto.texi doc: replace http/git by https urls 2025-04-03 01:57:46 +02:00
htmlxref.cnf doc/htmlxref.cnf: add drawvg-reference 2025-12-09 10:22:36 +05:30
indevs.texi all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
infra.txt doc/infra: More details about hosting and security 2025-09-30 13:14:03 +02:00
issue_tracker.txt
lexicon
libavcodec.texi
libavdevice.texi
libavfilter.texi
libavformat.texi
libavutil.texi
libswresample.texi
libswscale.texi
mailing-list-faq.texi doc/mailing-list-faq.texi: Fix typo in link anchor 2026-01-12 18:00:14 +00:00
Makefile lavfi: add drawvg video filter. 2025-10-25 13:21:50 +00:00
metadata.texi doc/muxers: add ffmetadata 2024-03-18 17:59:19 +01:00
mips.txt avcodec/iirfilter: Remove iirfilter, psy-preprocessing 2025-06-06 17:21:31 +02:00
multithreading.txt avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS 2024-04-19 13:18:04 +02:00
muxers.texi avformat/whip: add timeout option for HTTP 2026-03-16 14:46:13 +00:00
nut.texi all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
optimization.txt doc/optimization: Fix incorrect statement 2026-02-13 09:21:33 +01:00
outdevs.texi doc/{in,out}devs: Remove documentation for removed devices 2025-04-03 06:04:57 +02:00
patchwork
platform.texi doc: Document our stance on Windows ARM64EC 2025-12-19 10:01:16 +00:00
print_options.c
protocols.texi avformat/http: add -request-size option 2026-02-27 09:20:33 +00:00
rate_distortion.txt
resampler.texi swresample/swresample: add a used channel layout option using the new API 2023-02-19 18:28:45 -03:00
scaler.texi doc/scaler: document new sws scaler flags 2026-03-12 22:09:13 +01:00
snow.txt
style.min.css doc: add styles for good/bad code examples 2024-11-25 17:17:57 +01:00
swresample.txt
swscale-v2.txt doc: fix typos 2026-01-18 03:33:04 +00:00
swscale.txt
t2h.init
t2h.pm doc/t2h: Support texinfo 7.1 and 7.2 pretest 2025-02-06 18:00:34 -03:00
tablegen.txt
texi2pod.pl all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
texidep.pl all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
transforms.md x86/tx_float: add 15xN PFA FFT AVX SIMD 2022-09-23 12:35:27 +02:00
undefined.txt all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
utils.texi avutil/channel_layout: add a 9.1.6 layout 2024-12-13 16:35:47 -03:00
writing_filters.txt Update missed irc links 2021-06-18 18:58:25 +02:00