From: Vittorio Giovara Date: Thu, 28 Nov 2013 14:01:50 +0000 (+0100) Subject: changelog: drop redundant new attribute X-Git-Tag: android-x86-6.0-r1~10^2~2521 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a2eeed619de3bb257e82f0e06d1a580101bce54c;p=android-x86%2Fexternal-ffmpeg.git changelog: drop redundant new attribute --- diff --git a/Changelog b/Changelog index 2fd3ff40dc..e7a8e440fa 100644 --- a/Changelog +++ b/Changelog @@ -7,13 +7,13 @@ version 10: - reference-counting for AVFrame and AVPacket data - avconv now fails when input options are used for output file or vice versa -- new avconv options -filter_script and -filter_complex_script, which allow a +- avconv options -filter_script and -filter_complex_script, which allow a filtergraph description to be read from a file - uniform options syntax across all filters -- new interlace filter +- interlace filter - JPEG 2000 decoder -- new asetpts filter (same as setpts, but for audio) -- new trim and atrim filters +- asetpts filter (same as setpts, but for audio) +- trim and atrim filters - avconv -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.