[FFmpeg-cvslog] [ffmpeg-web] branch master updated. ff36cd7 web/index: add FFmpeg 2.0

gitolite ffmpeg-cvslog at ffmpeg.org
Wed Jul 10 18:15:16 CEST 2013


The branch, master has been updated
       via  ff36cd7d1ec5a92e62f336727c8547fd0feb4962 (commit)
       via  a35f552d73503359d5e8105915c19722caa8006d (commit)
      from  659b63b189ce336c047bca3dc5d8ecc394581959 (commit)


- Log -----------------------------------------------------------------
commit ff36cd7d1ec5a92e62f336727c8547fd0feb4962
Author:     Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Wed Jul 10 18:10:45 2013 +0200
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Wed Jul 10 18:10:45 2013 +0200

    web/index: add FFmpeg 2.0
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

diff --git a/src/index b/src/index
index 11ee6cf..f9bbaef 100644
--- a/src/index
+++ b/src/index
@@ -32,6 +32,88 @@ with the latest developments by subscribing to both the
 <h1>News <a href="main.rss"><img style="vertical-align: middle; margin-left: 6px" src="Feed-icon.png" alt="[RSS]" /></a><a href="https://plus.google.com/108003112428040046828?prsrc=3" rel="publisher" style="text-decoration:none;">
 <img src="gplus-16.png" alt="Google+" style="vertical-align: middle; margin-left: 16px"/></a></h1>
 
+<a id="pr2.0"></a><h3>July 10, 2013, FFmpeg 2.0</h3>
+<p>
+We have made a new major release (<b><a href="download.html#release_2.0">2.0</a></b>)
+It contains all features and bugfixes of the git master branch from 10th July.
+A partial list of new stuff is below:
+</p>
+<pre>
+- curves filter
+- reference-counting for AVFrame and AVPacket data
+- ffmpeg now fails when input options are used for output file
+  or vice versa
+- support for Monkey's Audio versions from 3.93
+- perms and aperms filters
+- audio filtering support in ffplay
+- 10% faster aac encoding on x86 and MIPS
+- sine audio filter source
+- WebP demuxing and decoding support
+- new ffmpeg options -filter_script and -filter_complex_script, which allow a
+  filtergraph description to be read from a file
+- OpenCL support
+- audio phaser filter
+- separatefields filter
+- libquvi demuxer
+- uniform options syntax across all filters
+- telecine filter
+- new interlace filter
+- smptehdbars source
+- inverse telecine filters (fieldmatch and decimate)
+- colorbalance filter
+- colorchannelmixer filter
+- The matroska demuxer can now output proper verbatim ASS packets. It will
+  become the default at the next libavformat major bump.
+- decent native animated GIF encoding
+- asetrate filter
+- interleave filter
+- timeline editing with filters
+- vidstabdetect and vidstabtransform filters for video stabilization using
+  the vid.stab library
+- astats filter
+- trim and atrim filters
+- ffmpeg -t and -ss (output-only) options are now sample-accurate when
+  transcoding audio
+- Matroska muxer can now put the index at the beginning of the file.
+- extractplanes filter
+- avectorscope filter
+- ADPCM DTK decoder
+- ADP demuxer
+- RSD demuxer
+- RedSpark demuxer
+- ADPCM IMA Radical decoder
+- zmq filters
+- DCT denoiser filter (dctdnoiz)
+- Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
+- Apple Intermediate Codec decoder
+- Escape 130 video decoder
+- FTP protocol support
+- V4L2 output device
+- 3D LUT filter (lut3d)
+- SMPTE 302M audio encoder
+- support for slice multithreading in libavfilter
+- Hald CLUT support (generation and filtering)
+- VC-1 interlaced B-frame support
+- support for WavPack muxing (raw and in Matroska)
+- XVideo output device
+- vignette filter
+- True Audio (TTA) encoder
+- Go2Webinar decoder
+- mcdeint filter ported from libmpcodecs
+- sab filter ported from libmpcodecs
+- ffprobe -show_chapters option
+- WavPack encoding through libwavpack
+- rotate filter
+- spp filter ported from libmpcodecs
+- libgme support
+- psnr filter
+</pre>
+<p>
+We recommend users, distributors and system integrators to upgrade unless they use
+current git master.
+</p>
+
+
 <a id="speech"></a><h3>June 5, 2013, Request for speech codec samples</h3>
 <p>
 FFmpeg developers want to support more voice and speech codecs.

commit a35f552d73503359d5e8105915c19722caa8006d
Author:     Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Wed Jul 10 18:01:30 2013 +0200
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Wed Jul 10 18:01:30 2013 +0200

    web/download: fix dates (they where off by 2-3 days)

diff --git a/src/download b/src/download
index 13c096a..80becd5 100644
--- a/src/download
+++ b/src/download
@@ -316,10 +316,10 @@ and much faster bug fixes such as additional features and security patches.
 FFmpeg 2.0 "Nameless"</h2>
 
 <p>
-2.0 was released on 2013-07-08. It is the latest stable FFmpeg release
-from the 2.0 release branch, which was cut from master on 2013-07-08.
+2.0 was released on 2013-07-10. It is the latest stable FFmpeg release
+from the 2.0 release branch, which was cut from master on 2013-07-10.
 Amongst lots of other changes, it includes all changes from
-ffmpeg-mt, libav master of 2013-07-07, libav 9 as of 2013-07-07.
+ffmpeg-mt, libav master of 2013-07-09, libav 9 as of 2013-07-09.
 </p>
 <p>It includes the following library versions:
 </p>

-----------------------------------------------------------------------

Summary of changes:
 src/download |    6 ++--
 src/index    |   82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 85 insertions(+), 3 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list