From 9767ec6b865c35f68cb6642fefeacc009f17e638 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 16 Dec 2012 12:17:23 +0100 Subject: lavu: add escape API The escape API will be useful to perform escaping programmatically, which is required when crafting argument strings, and will be used for context printing as well. This is based on the ffescape tool code, with a few extensions and fixes. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 8535d9fe36..a1e81808e7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-03-07 - xxxxxx - lavu 52.18.100 - avstring.h,bprint.h + Add av_escape() and av_bprint_escape() API. + 2013-02-24 - xxxxxx - lavfi 3.41.100 - buffersink.h Add sample_rates field to AVABufferSinkParams. -- cgit v1.2.3