Skip to content

2.40

Latest
Compare
Choose a tag to compare
@myrsloik myrsloik released this 22 Aug 11:29
· 115 commits to master since this release
  • 2.40
    • Avisynth+ linux support (qyot27)
    • Added LastEndTime track property to make it possible to take the last frame's duration into account (Myrsloik)
    • Removed several deprecated functions and enums from the API (Myrsloik)
    • No longer assumes sub 1 fps framerates are invalid (Myrsloik)
    • Added support for floating point format output in VapourSynth and Avisynth+ (Myrsloik)
    • Fixed issue with dropped/repeated frames in vc1 with multiple b-frames after seeking (Myrsloik)
    • Fixed issue with dropped/repeated frames in h264 when the reorder buffer size is too small (Myrsloik)
    • Improved seeking in mpeg and mpegts streams (Myrsloik)
    • Added rgb(a)p and several additional formats as output to Avisynth+ (Myrsloik)
    • Added VP9 support (Daemon404)
    • Fixed incorrectly reporting the output as limited range when it's in fact unknown and likely to be full range (Myrsloik)
    • Added mastering display metadata output (Myrsloik)
    • VapourSynth source now defaults to not outputting alpha (Myrsloik)
    • Removed the now unused demuxer, dumpmask, audiofile and utf8 arguments from the source filters (Myrsloik)
    • Removed ability to dump audio tracks (Myrsloik)
    • Fixed incorrect colorimetry metadata reported when converting the output to another colorspace (Myrsloik)
    • Sources now simply reference the index instead of copying large parts of it (Myrsloik)
    • Use new FFmpeg decoding API (Myrsloik)
    • Fixed several bugs in output format selection (Myrsloik)
    • FFMSIndex will now properly error out with invalid arguments (Myrsloik)
    • Add rotation metadata export (Myrsloik)
    • Add stereoscopic metadata export (Myrsloik)
    • Created new Visual Studio 2017 projects (Myrsloik)
    • Removed old mingw version support (Myrsloik)
    • Removed support for old FFmpeg versions (Myrsloik)
    • Removed libav support (Myrsloik)
    • Discontinuous Timestamp Support (Daemon404)
    • Add FFMS_Deinit (Daemon404)
    • Fix mid-stream parameter changes (Daemon404)
    • Fix decoding H.264 PAFF files with one field per packet (Daemon404)
    • Fix delay calculations for H.264 PAFF files (Daemon404)
    • Fix frame rate calculation for fields with one field per packet (Daemon404)