]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
avcodec/codec, allcodecs: Constify the AVCodec API
[ffmpeg] / doc / APIchanges
index c69624038c8e172fff661054fb1a21e0ef75e8a6..9b7a2d4b99107b2cf82c7dc35e3b1ce59e4ff2c9 100644 (file)
@@ -6,7 +6,6 @@ libavcodec:    2017-10-21
 libavdevice:   2017-10-21
 libavfilter:   2017-10-21
 libavformat:   2017-10-21
-libavresample: 2017-10-21
 libpostproc:   2017-10-21
 libswresample: 2017-10-21
 libswscale:    2017-10-21
@@ -15,6 +14,14 @@ libavutil:     2017-10-21
 
 API changes, most recent first:
 
+2021-04-27 - xxxxxxxxxx - lavc yyyyyyyyy - codec.h
+  avcodec_find_encoder_by_name(), avcodec_find_encoder(),
+  avcodec_find_decoder_by_name() and avcodec_find_decoder()
+  now return a pointer to const AVCodec.
+
+2021-04-27 - xxxxxxxxxx - lavf yyyyyyyyy - avformat.h
+  Constified AVFormatContext.*_codec.
+
 2021-04-27 - xxxxxxxxxx - lavf yyyyyyyyy - avformat.h
   Constified the pointers to AVInputFormats and AVOutputFormats
   in AVFormatContext, avformat_alloc_output_context2(),