Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Side by Side Diff: patched-ffmpeg-mt/doc/APIchanges

Issue 789004: ffmpeg roll of source to mar 9 version... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Never assume the API of libav* to be stable unless at least 1 week has passed si nce 1 Never assume the API of libav* to be stable unless at least 1 week has passed si nce
2 the last major version increase. 2 the last major version increase.
3 The last version increases were: 3 The last version increases were:
4 libavcodec: ? 4 libavcodec: ?
5 libavdevice: ? 5 libavdevice: ?
6 libavfilter: 2009-10-18 6 libavfilter: 2009-10-18
7 libavformat: ? 7 libavformat: ?
8 libpostproc: ? 8 libpostproc: ?
9 libswscale: ? 9 libswscale: ?
10 libavutil: 2009-03-08 10 libavutil: 2009-03-08
11 11
12 12
13 API changes, most recent first: 13 API changes, most recent first:
14 14
15 2010-03-07 - r22291 - lavc 52.56.0 - avfft.h
16 Add public FFT interface.
17
18 2010-03-06 - r22251 - lavu 50.11.0 - av_stristr()
19 Add av_stristr().
20
21 2010-03-03 - r22174 - lavu 50.10.0 - av_tree_enumerate()
22 Add av_tree_enumerate().
23
24 2010-02-07 - r21673 - lavu 50.9.0 - av_compare_ts()
25 Add av_compare_ts().
26
27 2010-02-05 - r30513 - lsws 0.10.0 - sws_getCoefficients()
28 Add sws_getCoefficients().
29
15 2010-02-01 - r21587 - lavf 52.50.0 - metadata API 30 2010-02-01 - r21587 - lavf 52.50.0 - metadata API
16 Add a list of generic tag names, change 'author' -> 'artist', 31 Add a list of generic tag names, change 'author' -> 'artist',
17 'year' -> 'date'. 32 'year' -> 'date'.
18 33
19 2010-01-30 - r21545 - lavu 50.8.0 - av_get_pix_fmt() 34 2010-01-30 - r21545 - lavu 50.8.0 - av_get_pix_fmt()
20 Add av_get_pix_fmt(). 35 Add av_get_pix_fmt().
21 36
37 2010-01-21 - r30381 - lsws 0.9.0 - sws_scale
38 Change constness attributes of sws_scale() parameters.
39
22 2010-01-10 - r21121 - lavfi 1.15.0 - avfilter_graph_config_links() 40 2010-01-10 - r21121 - lavfi 1.15.0 - avfilter_graph_config_links()
23 Add a log_ctx parameter to avfilter_graph_config_links(). 41 Add a log_ctx parameter to avfilter_graph_config_links().
24 42
25 2010-01-07 - r30236 - lsws 0.8.0 - sws_isSupported{In,Out}put 43 2010-01-07 - r30236 - lsws 0.8.0 - sws_isSupported{In,Out}put
26 Add sws_isSupportedInput() and sws_isSupportedOutput() functions. 44 Add sws_isSupportedInput() and sws_isSupportedOutput() functions.
27 45
28 2010-01-06 - r21035 - lavfi 1.14.0 - avfilter_add_colorspace() 46 2010-01-06 - r21035 - lavfi 1.14.0 - avfilter_add_colorspace()
29 Change the avfilter_add_colorspace() signature, make it accept an 47 Change the avfilter_add_colorspace() signature, make it accept an
30 (AVFilterFormats **) rather than an (AVFilterFormats *) as before. 48 (AVFilterFormats **) rather than an (AVFilterFormats *) as before.
31 49
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 - AVFormatContext.comment 182 - AVFormatContext.comment
165 - AVFormatContext.album 183 - AVFormatContext.album
166 - AVFormatContext.year 184 - AVFormatContext.year
167 - AVFormatContext.track 185 - AVFormatContext.track
168 - AVFormatContext.genre 186 - AVFormatContext.genre
169 - AVStream.language 187 - AVStream.language
170 - AVStream.filename 188 - AVStream.filename
171 - AVProgram.provider_name 189 - AVProgram.provider_name
172 - AVProgram.name 190 - AVProgram.name
173 - AVChapter.title 191 - AVChapter.title
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698