diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-06 15:04:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-06 15:04:03 +0200 |
commit | a61899a0f13c0b8fca26472537cf60da04347c6d (patch) | |
tree | f0fb8d03ea22d04afcc01df1b94ad6e973b32359 /doc/APIchanges | |
parent | 067d11bf71e87d6bcc6a12eb302d6281a0d2408d (diff) | |
parent | e3e158e81f0666b8fe66be9ce1cad63a535920e0 (diff) | |
download | ffmpeg-a61899a0f13c0b8fca26472537cf60da04347c6d.tar.gz |
Merge commit 'e3e158e81f0666b8fe66be9ce1cad63a535920e0'
* commit 'e3e158e81f0666b8fe66be9ce1cad63a535920e0':
vdpau: add av_vdpau_bind_context()
Conflicts:
doc/APIchanges
libavcodec/vdpau.h
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 7757227d8b..01510493c4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-09-xx - xxxxxxx - lavc 56.2.0 - vdpau.h + Add av_vdpau_bind_context(). This function should now be used for creating + (or resetting) a AVVDPAUContext instead of av_vdpau_alloc_context(). + 2014-10-02 - xxxxxxx - lavc 56.2.100 - avcodec.h 2014-10-02 - xxxxxxx - lavu 54.9.100 - frame.h Add AV_FRAME_DATA_SKIP_SAMPLES. Add lavc CODEC_FLAG2_SKIP_MANUAL and |