]> git.sesse.net Git - ffmpeg/blob - RELEASE_NOTES
Merge commit '93c04e095dc37ebdab22174e88cfa91e24940866'
[ffmpeg] / RELEASE_NOTES
1  ┌───────────────────────────────────────────┐
2  │ RELEASE NOTES for FFmpeg <next> "FIXME"   │
3  └───────────────────────────────────────────┘
4
5    The FFmpeg Project proudly presents FFmpeg <next> "FIXME", ...
6
7    ┌────────────────────────────┐
8    │ *  API Information         │
9    └────────────────────────────┘
10
11      FFmpeg <next> includes the following library versions:
12
13        • libavutil      xx.yy.1zz
14        • libavcodec     xx.yy.1zz
15        • libavformat    xx.yy.1zz
16        • libavdevice    xx.yy.1zz
17        • libavfilter    xx.yy.1zz
18        • libswscale     xx.yy.1zz
19        • libswresample  xx.yy.1zz
20        • libpostproc    xx.yy.1zz
21
22      Please refer to the doc/APIChanges file for more information.
23
24  ┌────────────────────────────┐
25  │ ★  List of New Features    │
26  └────────────────────────────┘
27
28    ┌────────────────────────────┐
29    │ libavformat                │
30    └────────────────────────────┘
31
32     • Icecast protocol
33
34    ┌────────────────────────────┐
35    │ libavfilter                │
36    └────────────────────────────┘
37
38     • ported lenscorrection filter from frei0r filter
39     • large optimizations in dctdnoiz to make it usable
40
41    ┌────────────────────────────┐
42    │ libavutil                  │
43    └────────────────────────────┘
44
45     • added clip() function in eval
46
47  ┌────────────────────────────┐
48  │ ⚠  Behaviour changes       │
49  └────────────────────────────┘
50
51   • dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default