Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
bef4d9bf87 | ||
|
bc4f6ae88e | ||
|
2678b25099 | ||
|
e322496054 | ||
|
7fa72ff19c |
@@ -1,7 +1,7 @@
|
|||||||
Entries are sorted chronologically from oldest to youngest within each release,
|
Entries are sorted chronologically from oldest to youngest within each release,
|
||||||
releases are sorted from youngest to oldest.
|
releases are sorted from youngest to oldest.
|
||||||
|
|
||||||
version <next>:
|
version 2.3:
|
||||||
- AC3 fixed-point decoding
|
- AC3 fixed-point decoding
|
||||||
- shuffleplanes filter
|
- shuffleplanes filter
|
||||||
- subfile protocol
|
- subfile protocol
|
||||||
|
@@ -7,9 +7,10 @@
|
|||||||
since the release of FFmpeg 2.2.
|
since the release of FFmpeg 2.2.
|
||||||
|
|
||||||
In this release, there are lots of internal overhauls that make FFmpeg a
|
In this release, there are lots of internal overhauls that make FFmpeg a
|
||||||
more accessible project for new developers. Many important new features
|
more accessible project for new developers. Many important new
|
||||||
like QTKit and AVFoundation input devices are committed. Contributions done
|
optimizations and features like QTKit and AVFoundation input devices are
|
||||||
by Libav such as a new native Opus decoder are also merged.
|
committed. Contributions done by Libav such as a new native Opus decoder
|
||||||
|
are also merged.
|
||||||
|
|
||||||
Because of the increasing difficulty to maintain and lack of maintainers,
|
Because of the increasing difficulty to maintain and lack of maintainers,
|
||||||
we are very sorry to say that we have removed all Blackfin and SPARC
|
we are very sorry to say that we have removed all Blackfin and SPARC
|
||||||
@@ -17,8 +18,9 @@
|
|||||||
interested in maintaining optimization for these two architecture, feel
|
interested in maintaining optimization for these two architecture, feel
|
||||||
free to contact us and we will restore the code!
|
free to contact us and we will restore the code!
|
||||||
|
|
||||||
Since this release, the traditional Changelog file is upgraded to this
|
Oh, and since this release, this modern-looking release note is provided in
|
||||||
modern-looking release note. Old changelogs are moved to doc/Changelog.old.
|
addition to the old-style Changelog file, to make it easier for you to
|
||||||
|
focus on the most important features in this release.
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
@@ -33,9 +35,9 @@
|
|||||||
|
|
||||||
• libavutil 52.92.100
|
• libavutil 52.92.100
|
||||||
• libavcodec 55.69.100
|
• libavcodec 55.69.100
|
||||||
• libavformat 55.47.100
|
• libavformat 55.48.100
|
||||||
• libavdevice 55.13.102
|
• libavdevice 55.13.102
|
||||||
• libavfilter 4.10.100
|
• libavfilter 4.11.100
|
||||||
• libswscale 2. 6.100
|
• libswscale 2. 6.100
|
||||||
• libswresample 0.19.100
|
• libswresample 0.19.100
|
||||||
• libpostproc 52. 3.100
|
• libpostproc 52. 3.100
|
||||||
|
@@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER =
|
PROJECT_NUMBER = 2.3
|
||||||
|
|
||||||
# With the PROJECT_LOGO tag one can specify a logo or icon that is included
|
# With the PROJECT_LOGO tag one can specify a logo or icon that is included
|
||||||
# in the documentation. The maximum height of the logo should not exceed 55
|
# in the documentation. The maximum height of the logo should not exceed 55
|
||||||
|
Reference in New Issue
Block a user