diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-03-23 19:48:16 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-03-23 19:48:16 +0000 |
commit | e1484ebed6d7a7e193d27e5d5fdf1ee585127081 (patch) | |
tree | 0f169f26370c6f76d65da974d42d0e11035cd82b /doc/APIchanges | |
parent | be548816dc05c7e7a07659d499f1005fc0bc1d55 (diff) | |
download | ffmpeg-e1484ebed6d7a7e193d27e5d5fdf1ee585127081.tar.gz |
Implement the discrete sine/cosine transforms DCT-I and DST-I
Originally committed as revision 22649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a7936c5677..57b01f68a1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-03-15 - r22649 - lavc 52.59.0 - av_dct_init() + Support DCT-I and DST-I + 2010-03-15 - r22540 - lavf 52.56.0 - AVFormatContext.start_time_realtime Add AVFormatContext.start_time_realtime field. |