diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-18 16:32:18 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-19 09:28:08 +0200 |
commit | 5e83d9aced2fc2b2e1360452794c58aba55d497c (patch) | |
tree | 8504e1b7e82eae9ff30a42db618bbfa73610a049 /doc | |
parent | a7f46586bf47174b5fa00a905b767b1781ec8b72 (diff) | |
download | ffmpeg-5e83d9aced2fc2b2e1360452794c58aba55d497c.tar.gz |
h264: fully support cropping.
Based on a patch by Vittorio Giovara <vittorio.giovara@gmail.com>
Fixes Bug 378.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4fc2022697..89ad2ae085 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-03-xx - xxxxxxx - lavc 55.2.0 - avcodec.h + Add CODEC_FLAG_UNALIGNED to allow decoders to produce unaligned output. + 2013-xx-xx - lavfi 3.8.0 Move all content from avfiltergraph.h to avfilter.h. Deprecate avfilterhraph.h, user applications should include just avfilter.h |