]> git.sesse.net Git - ffmpeg/blob - doc/RELEASE_NOTES
release_notes: fix version
[ffmpeg] / doc / RELEASE_NOTES
1 Release Notes
2 =============
3
4 * 0.8 "Love"  June, 2011
5 * 0.7 "Peace" June, 2011 (identical to 0.8 but using 0.6 ABI/API)
6
7
8 General notes
9 -------------
10
11 This release enables frame-based multithreaded decoding for a number of codecs,
12 including theora, huffyuv, VP8, H.263, mpeg4 and H.264. Additionally, there has
13 been a major cleanup of
14 both internal and external APIs. For this reason, the major versions of all
15 libraries have been bumped. On the one hand, this means that 0.8 can be installed
16 side-by-side with previous releases, on the other hand, in order to benefit
17 from the new features, applications need to be recompiled.
18
19 Other important changes are additions of decoders including, but not limited to,
20 AMR-WB, single stream LATM/LOAS, G.722 ADPCM, a native VP8 decoder
21 and HE-AACv2. Additionally, many new de/muxers such as WebM in Matroska, Apple
22 HTTP Live Streaming, SAP, IEC 61937 (S/PDIF) have been added.
23
24 See the Changelog file for a list of significant changes.
25
26 Bugreports against FFmpeg git master or the most recent FFmpeg release are
27 accepted. If you are experiencing issues with any formally released version of
28 FFmpeg, please try git master to check if the issue still exists. If it does,
29 make your report against the development code following the usual bug reporting
30 guidelines.
31
32
33 API changes
34 -----------
35
36 Please see git log of the public headers or the file doc/APIchanges for
37 programmer-centric information. Note that a
38 lot of long-time deprecated APIs have been removed. Also, a number of additional
39 APIs have been deprecated and are scheduled for removal in the next release.
40
41
42 Other notable changes
43 ---------------------
44
45 - many ARM NEON optimizations
46 - libswscale cleanup started, optimizations should become easier in the future
47 - nonfree libfaad support for AAC decoding removed
48 - 4:4:4 H.264 decoding
49 - 9/10bit H.264 decoding
50 - Win64 Assembler support
51 - native MMSH/MMST support
52 - Windows TV demuxing
53 - native AMR-WB decoding
54 - native GSM-MS decoding
55 - SMPTE 302M decoding
56 - AVS encoding