Browse code

Add some release notes for this 0.5 release branch

Originally committed as revision 17787 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5

Robert Swain authored on 2009/03/04 08:04:47
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,38 @@
0
+Release Notes
1
+=============
2
+
3
+* 0.5 "Bike Shed" March 3, 2009
4
+
5
+General notes
6
+-------------
7
+
8
+It has been so long since the last release that this should be considered the
9
+first FFmpeg release of recent times. Because of the way things have unfolded to
10
+date, the notes for this version cannot be entirely conventional.
11
+
12
+See the Changelog file for a list of significant changes.
13
+
14
+Please note that our policy on bug reports has not changed. We still only accept
15
+bug reports against the HEAD of FFmpeg trunk repository. If you are experiencing
16
+any issues with any formally released version of FFmpeg, please try a current
17
+version of the development code to check if the issue still exists. If it does,
18
+make your report against the development code following the usual bug reporting
19
+guidelines.
20
+
21
+API notes
22
+---------
23
+
24
+In the next release, it is intended to remove a number of deprecated APIs. We
25
+decided to put out a release that includes said APIs for the benefit of third
26
+party software.
27
+
28
+As such, this release:
29
+- provides a sync point for said APIs
30
+- increases awareness of API changes
31
+- allows the next release to detail how to transition from the old to the new
32
+
33
+The deprecated APIs to be removed are:
34
+- imgconvert (to be replaced by libswscale)
35
+- vhook (to be replaced by libavfilter)
36
+
37
+If at all possible, do not use the deprecated APIs.