| OLD | NEW | 
|---|
| 1 Never assume the API of libav* to be stable unless at least 1 week has passed si
     nce | 1 Never assume the API of libav* to be stable unless at least 1 week has passed si
     nce | 
| 2 the last major version increase. | 2 the last major version increase. | 
| 3 The last version increases were: | 3 The last version increases were: | 
| 4 libavcodec:  ? | 4 libavcodec:  ? | 
| 5 libavcore:   2010-07-21 | 5 libavcore:   2010-07-21 | 
| 6 libavdevice: ? | 6 libavdevice: ? | 
| 7 libavfilter: 2009-10-18 | 7 libavfilter: 2009-10-18 | 
| 8 libavformat: ? | 8 libavformat: ? | 
| 9 libpostproc: ? | 9 libpostproc: ? | 
| 10 libswscale:  ? | 10 libswscale:  ? | 
| 11 libavutil:   2009-03-08 | 11 libavutil:   2009-03-08 | 
| 12 | 12 | 
| 13 | 13 | 
| 14 API changes, most recent first: | 14 API changes, most recent first: | 
| 15 | 15 | 
|  | 16 2010-10-16 - r25502 - lavfi 1.52.0 - avfilter_graph_config() | 
|  | 17   Add the function avfilter_graph_config() in avfiltergraph.h. | 
|  | 18 | 
|  | 19 2010-10-15 - r25493 - lavf 52.83.0 - metadata API | 
|  | 20   Change demuxers to export metadata in generic format and | 
|  | 21   muxers to accept generic format. Deprecate the public | 
|  | 22   conversion API. | 
|  | 23 | 
|  | 24 2010-10-10 - r25441 - lavfi 1.49.0 - AVFilterLink.time_base | 
|  | 25   Add time_base field to AVFilterLink. | 
|  | 26 | 
| 16 2010-09-27 - r25236 - lavu 50.31.0 - av_set_options_string() | 27 2010-09-27 - r25236 - lavu 50.31.0 - av_set_options_string() | 
| 17   Move av_set_options_string() from libavfilter/parseutils.h to | 28   Move av_set_options_string() from libavfilter/parseutils.h to | 
| 18   libavutil/opt.h. | 29   libavutil/opt.h. | 
| 19 | 30 | 
| 20 2010-09-27 - r25227 - lavfi 1.47.0 - AVFilterLink | 31 2010-09-27 - r25227 - lavfi 1.47.0 - AVFilterLink | 
| 21   Make the AVFilterLink fields srcpad and dstpad store the pointers to | 32   Make the AVFilterLink fields srcpad and dstpad store the pointers to | 
| 22   the source and destination pads, rather than their indexes. | 33   the source and destination pads, rather than their indexes. | 
| 23 | 34 | 
| 24 2010-09-27 - r25225 - lavu 50.30.0 - av_get_token() | 35 2010-09-27 - r25225 - lavu 50.30.0 - av_get_token() | 
| 25   Move av_get_token() from libavfilter/parseutils.h to | 36   Move av_get_token() from libavfilter/parseutils.h to | 
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 448     - AVFormatContext.comment | 459     - AVFormatContext.comment | 
| 449     - AVFormatContext.album | 460     - AVFormatContext.album | 
| 450     - AVFormatContext.year | 461     - AVFormatContext.year | 
| 451     - AVFormatContext.track | 462     - AVFormatContext.track | 
| 452     - AVFormatContext.genre | 463     - AVFormatContext.genre | 
| 453     - AVStream.language | 464     - AVStream.language | 
| 454     - AVStream.filename | 465     - AVStream.filename | 
| 455     - AVProgram.provider_name | 466     - AVProgram.provider_name | 
| 456     - AVProgram.name | 467     - AVProgram.name | 
| 457     - AVChapter.title | 468     - AVChapter.title | 
| OLD | NEW | 
|---|