]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
swscale/options: switch default to bicubic
[ffmpeg] / doc / APIchanges
index ab932c34d0b3dc7a0951c4278b2b68a363b78366..f45c66300577b31c7630f30560cbdda70cbc95ae 100644 (file)
@@ -15,6 +15,16 @@ libavutil:     2012-10-22
 
 API changes, most recent first:
 
+2013-10-xx - xxxxxxx -libswscale 2.5.101 - options.c
+  Change default scaler to bicubic
+
+2013-10-03 - xxxxxxx - lavc 55.34.100 - avcodec.h
+  Add av_codec_get_max_lowres()
+
+2013-10-02 - xxxxxxx - lavf 55.19.100 - avformat.h
+  Add audio/video/subtitle AVCodec fields to AVFormatContext to force specific
+  decoders
+
 2013-08-xx - xxxxxxx - lavfi 3.11.0 - avfilter.h
   Add AVFilterGraph.execute and AVFilterGraph.opaque for custom slice threading
   implementations.