Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-17 06:18:44 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-02-17 06:18:44 +0400
commit38a08e0aea0255e8a960bd5d6b21104c889f27f2 (patch)
treed03453f7a0ce15802b7a333a9956e2d28cabf1b5 /doc
parentb02b78341799f8c2b013b7168f8687d835e47a1c (diff)
parent81c3f81d6f11bf1dad9c6f3de5938e665447b991 (diff)
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')
-rw-r--r--doc/APIchanges3
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.