diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-02-17 03:18:44 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-17 03:18:44 +0100 |
commit | 38a08e0aea0255e8a960bd5d6b21104c889f27f2 (patch) | |
tree | d03453f7a0ce15802b7a333a9956e2d28cabf1b5 /doc/APIchanges | |
parent | b02b78341799f8c2b013b7168f8687d835e47a1c (diff) | |
parent | 81c3f81d6f11bf1dad9c6f3de5938e665447b991 (diff) | |
download | ffmpeg-38a08e0aea0255e8a960bd5d6b21104c889f27f2.tar.gz |
Merge remote-tracking branch 'lukaszmluki/master'
* lukaszmluki/master:
lavd: add list devices API
lavd/opengl_enc_shaders: fix gray* shader
Conflicts:
doc/APIchanges
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 836b670f2f..047b9bdc37 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-02-xx - xxxxxxx - lavd 55.10.100 - avdevice.h + Add avdevice_list_devices() and avdevice_free_list_devices() + 2014-02-16 - db3c970 - lavf 55.33.100 - avio.h Add avio_find_protocol_name() to find out the name of the protocol that would be selected for a given URL. |