aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-04 21:24:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-04 21:32:03 +0200
commit073c074447c253111790c0472fb83f184e66814e (patch)
tree860cb3c06dc2928f2a6daa5086cc60f3cd3b7180 /doc/APIchanges
parent8862c49661fb0655882a78547ca70561f2c5d766 (diff)
parentd2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26 (diff)
downloadffmpeg-073c074447c253111790c0472fb83f184e66814e.tar.gz
Merge commit 'd2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26'
* commit 'd2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26': pixdesc: Support pixelformat aliases Conflicts: doc/APIchanges libavutil/pixdesc.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 4455fbfd4f..b8bcddfc3a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-08-xx - xxxxxxx - lavu 53.21.0 - pixdesc.h
+ Support name aliases for pixel formats.
+
2014-08-04 - xxxxxxx - lavc 55.72.101 / 55.57.2 - avcodec.h
2014-08-04 - xxxxxxx - lavu 52.95.100 / 53.20.0 - frame.h
Deprecate AVCodecContext.dtg_active_format and use side-data instead.