[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 55ac551 news: add a news entry for the AAC encoder experimental flag removal
ffmpeg-cvslog at ffmpeg.org
ffmpeg-cvslog at ffmpeg.org
Sun Dec 6 01:23:43 CET 2015
The branch, master has been updated
via 55ac551218ac5ee2b080c14d69124fc8bcc3f825 (commit)
from bf447932e94eb5ebf49b95216db52d673246c1cd (commit)
- Log -----------------------------------------------------------------
commit 55ac551218ac5ee2b080c14d69124fc8bcc3f825
Author: Rostislav Pehlivanov <atomnuker at gmail.com>
AuthorDate: Sat Dec 5 20:49:57 2015 +0000
Commit: Lou Logan <lou at lrcd.com>
CommitDate: Sat Dec 5 15:19:35 2015 -0900
news: add a news entry for the AAC encoder experimental flag removal
Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
Signed-off-by: Ganesh Ajjanagadde <gajjanag at mit.edu>
Signed-off-by: Lou Logan <lou at lrcd.com>
diff --git a/src/index b/src/index
index d1d4a58..7bf3f7a 100644
--- a/src/index
+++ b/src/index
@@ -37,6 +37,32 @@
News
</h1>
+ <a id="aac_encoder_stable"></a><h3>The native FFmpeg AAC encoder is now stable!</h3>
+ <p>
+ After seven years the native FFmpeg AAC encoder has had its experimental flag
+ removed and declared as ready for general use. The encoder is transparent
+ at 128kbps for most samples tested with artifacts only appearing in extreme
+ cases. Subjective quality tests put the encoder to be of equal or greater
+ quality than most of the other encoders available to the public.
+ </p>
+ <p>
+ Licensing has always been an issue with encoding AAC audio as most of the
+ encoders have had a license making FFmpeg unredistributable if compiled with
+ support for them. The fact that there now exists a fully open and truly
+ free AAC encoder integrated directly within the project means a lot to those
+ who wish to use accepted and widespread standards.
+ </p>
+ <p>
+ The majority of the work done to bring the encoder up to quality was started
+ during this year's GSoC by developer Claudio Freire and Rostislav Pehlivanov.
+ Both continued to work on the encoder with the latter joining as a developer
+ and mainainer, working on other parts of the project as well. Also, thanks
+ to <a href="http://d.hatena.ne.jp/kamedo2/">Kamedo2</a> who does comparisons
+ and tests, the original authors and all past and current contributors to the
+ encoder. Users are suggested and encouraged to use the encoder and provide
+ feedback or breakage reports through our <a href="https://trac.ffmpeg.org/">bug tracker</a>.
+ </p>
+
<a id="thanks_sponsor_0001"></a><h3>Telepoint & MediaHub are now supporting our project</h3>
<p>
A big thank you note goes to our newest supporters: MediaHub and Telepoint.
-----------------------------------------------------------------------
Summary of changes:
src/index | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list