summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-03-23 19:48:16 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-03-23 19:48:16 +0000
commite1484ebed6d7a7e193d27e5d5fdf1ee585127081 (patch)
tree0f169f26370c6f76d65da974d42d0e11035cd82b /doc
parentbe548816dc05c7e7a07659d499f1005fc0bc1d55 (diff)
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')
-rw-r--r--doc/APIchanges3
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.