X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Changelog;h=279c0d8d241086934dd28706f20b0d3033fa1368;hb=634d9d8b398982647b3d7160641198744901d8d8;hp=10ad63bf21aaa92bbdbdeaeea2487a195d14bf61;hpb=1914e6f010b3320025c7b692aaea51d9b9a992a8;p=ffmpeg diff --git a/Changelog b/Changelog index 10ad63bf21a..279c0d8d241 100644 --- a/Changelog +++ b/Changelog @@ -1,19 +1,24 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version : +- compand audio filter +- shuffleplanes filter + + version 10: - av_strnstr - support ID3v2 tags in ASF files - 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,10 +37,32 @@ 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 +- mux chapters in ASF files +- Opus in Ogg demuxing +- Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support) +- F4V muxer +- HNM version 4 demuxer and video decoder +- HEVC decoder +- 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 +- ATRAC3+ decoder +- framepack filter +- Mirillis FIC video decoder +- Support DNx444 +- libx265 encoder version 9: