diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-04 03:41:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-04 03:41:49 +0100 |
commit | f34cceb1fc58076ac69bef44bf07d8373e58f83d (patch) | |
tree | 91c74321cfecee10af075f748264cffb5b3c5727 /doc/APIchanges | |
parent | ec6d043f8e5842389b58e0a62cf952b14a5a16fc (diff) | |
parent | 06fed44051d0258127f55afa4dd07dfbff021327 (diff) | |
download | ffmpeg-f34cceb1fc58076ac69bef44bf07d8373e58f83d.tar.gz |
Merge remote-tracking branch 'lukaszmluki/master'
* lukaszmluki/master:
lavd/avdevice: add device iterators
lavd: add categories to device implementations
lavu/log: add device categories
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e52b4489d3..b06d9770bd 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,12 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-xx-xx - xxxxxx - lavd 55.11.100 - avdevice.h + Add av_input_audio_device_next(). + Add av_input_video_device_next(). + Add av_output_audio_device_next(). + Add av_output_video_device_next(). + 2014-xx-xx - xxxxxxx - lavu 53.05.0 - frame.h Add av_frame_copy() for copying the frame data. |