From 0b42a9388c98c8669811d4e7e5da7240e6707a41 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Mon, 13 Feb 2012 15:35:00 -0500 Subject: avutil: add av_rescale_q_rnd() to allow different rounding --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index f962432..ca521d4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-02-xx - xxxxxxx - lavu 51.23.1 - mathematics.h + Add av_rescale_q_rnd() + 2012-02-xx - xxxxxxx - lavu 51.22.1 - pixdesc.h Add PIX_FMT_PSEUDOPAL flag. -- cgit v1.1 From e9cda853511d7c5a8fa16da4f99cf8ead86bf658 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 12 Jan 2012 20:03:17 -0500 Subject: avcodec: add duration field to AVCodecParserContext This will allow parsers to export the duration of the current frame being output, if known, instead of using AVCodecContext.frame_size. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index ca521d4..12fa803 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavc 54.x.x + Add duration field to AVCodecParserContext + 2012-02-xx - xxxxxxx - lavu 51.23.1 - mathematics.h Add av_rescale_q_rnd() -- cgit v1.1