mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-17 12:55:22 +00:00
Perform multiple improvements to increase code robustness. In particular: - favor unsigned counters for loops - add missing checks - avoid possible leaks - move variable declarations to inner scopes when feasible - provide explicit type-casting when needed Signed-off-by: softworkz <softworkz@hotmail.com> |
||
|---|---|---|
| .. | ||
| avtextformat.c | ||
| avtextformat.h | ||
| avtextwriters.h | ||
| tf_compact.c | ||
| tf_default.c | ||
| tf_flat.c | ||
| tf_ini.c | ||
| tf_json.c | ||
| tf_xml.c | ||
| tw_avio.c | ||
| tw_buffer.c | ||
| tw_stdout.c | ||