X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Changelog;h=efd474a5d8d4ae03d4b2df3513ca8b5bbccfc1f0;hb=b7b932f5e3602bd34c3cc634b71c8bbbc0fb8dc0;hp=007ab8c911aac616f6d857184b38ab2aef660508;hpb=5846646296e377e093441dfe9eadde38ff1f7c99;p=ffmpeg diff --git a/Changelog b/Changelog index 007ab8c911a..efd474a5d8d 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. @@ -32,7 +32,7 @@ version 10: the -noaccurate_seek option. - avconv -t option can now be used for inputs, to limit the duration of data read from an input file -- incomplete Voxware MetaSound decoder +- Voxware MetaSound decoder - WebP decoder - Error Resilient AAC syntax (ER AAC LC) decoding - Low Delay AAC (ER AAC LD) decoding @@ -42,7 +42,17 @@ version 10: - F4V muxer - HNM version 4 demuxer and video decoder - HEVC decoder -- raw HEVC demuxer +- raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing +- remove avplay -vismv option, which has not worked for a long time +- Live HDS muxer +- setsar/setdar filters now support variables in ratio expressions +- dar variable in the scale filter now returns the actual DAR (i.e. a * sar) +- VP9 decoder +- support for decoding through VDPAU in avconv (the -hwaccel option) +- remove mp3_header_(de)compress bitstream filters +- stereoscopic 3d metadata handling +- png standalone parser +- WebP encoding via libwebp version 9: