Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
719e72c9
Commit
719e72c9
authored
May 03, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/APIchanges: more dates and hashes
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
8b02e1c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
APIchanges
doc/APIchanges
+14
-14
No files found.
doc/APIchanges
View file @
719e72c9
...
...
@@ -18,15 +18,15 @@ API changes, most recent first:
2014-05-02 - ba52fb11 - lavu 52.81.0 - opt.h
Add av_opt_set_dict2() function.
2014-04-xx -
xxxxxxx - lavc
55.50.3 - avcodec.h
2014-04-xx -
e77b985 / a2941c8 - lavc 55.60.103 /
55.50.3 - avcodec.h
Deprecate CODEC_FLAG_MV0. It is replaced by the flag "mv0" in the
"mpv_flags" private option of the mpegvideo encoders.
2014-04-xx -
xxxxxxx - lavc
55.50.2 - avcodec.h
2014-04-xx -
e40ae8c / 6484149 - lavc 55.60.102 /
55.50.2 - avcodec.h
Deprecate CODEC_FLAG_GMC. It is replaced by the "gmc" private option of the
libxvid encoder.
2014-04-xx -
xxxxxxx - lavc
55.50.1 - avcodec.h
2014-04-xx -
1851643 / b2c3171 - lavc 55.60.101 /
55.50.1 - avcodec.h
Deprecate CODEC_FLAG_NORMALIZE_AQP. It is replaced by the flag "naq" in the
"mpv_flags" private option of the mpegvideo encoders.
...
...
@@ -43,7 +43,7 @@ API changes, most recent first:
2014-03-07 - 8b2a130 - lavc 55.50.0 / 55.53.100 - dxva2.h
Add FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO for old Intel GPUs.
2014-04-
xx - xxxxxxx
- lavu 53.13.0 / 52.78.100 - avutil.h
2014-04-
22 - dac7e8a
- lavu 53.13.0 / 52.78.100 - avutil.h
Add av_get_time_base_q().
2014-04-xx - xxxxxxx - lavu 53.12.0 / 52.77.100 - crc.h
...
...
@@ -52,21 +52,21 @@ API changes, most recent first:
2014-04-XX - xxxxxxx - lavf xx.xx.1xx - avformat.h
Add av_format_inject_global_side_data()
2014-04-12 -
xxxxxxx
- lavu 52.76.100 - log.h
2014-04-12 -
4f698be
- lavu 52.76.100 - log.h
Add av_log_get_flags()
2014-04-11 - 6db42a2b - lavd 55.12.100 - avdevice.h
Add avdevice_capabilities_create() function.
Add avdevice_capabilities_free() function.
2014-04-
xx - xxxxxxx - lavu
53.11.0 - pixfmt.h
2014-04-
07 - 0a1cc04 / 8b17243 - lavu 52.75.100 /
53.11.0 - pixfmt.h
Add AV_PIX_FMT_YVYU422 pixel format.
2014-04-
xx - xxxxxxx - lavu
53.10.0 - replaygain.h
2014-04-
04 - c1d0536 / 8542f9c - lavu 52.74.100 /
53.10.0 - replaygain.h
Full scale for peak values is now 100000 (instead of UINT32_MAX) and values
may overflow.
2014-04-
xx - xxxxxxx - lavu 53.0
9.0 - log.h
2014-04-
03 - c16e006 / 7763118 - lavu 52.73.100 / 53.
9.0 - log.h
Add AV_LOG(c) macro to have 256 color debug messages.
2014-04-03 - eaed4da9 - lavu 52.72.100 - opt.h
...
...
@@ -76,29 +76,29 @@ API changes, most recent first:
2014-03-29 - cd50a44b - lavu 52.70.100 - mem.h
Add av_dynarray_add_nofree() function.
2014-02-xx -
xxxxxxx - lavu 53.0
8.0 - frame.h
2014-02-xx -
3e1f241 / d161ae0 - lavu 52.69.100 / 53.
8.0 - frame.h
Add av_frame_remove_side_data() for removing a single side data
instance from a frame.
2014-02-xx -
xxxxxxx - lavu 53.0
7.0 - frame.h, replaygain.h
2014-02-xx -
83e8978 / 5a7e35d - lavu 52.68.100 / 53.
7.0 - frame.h, replaygain.h
Add AV_FRAME_DATA_REPLAYGAIN for exporting replaygain tags.
Add a new header replaygain.h with the AVReplayGain struct.
2014-02-xx -
xxxxxxx - lavc
55.36.0 - avcodec.h
2014-02-xx -
83e8978 / 5a7e35d - lavc 55.54.100 /
55.36.0 - avcodec.h
Add AV_PKT_DATA_REPLAYGAIN for exporting replaygain tags.
2014-02-xx -
xxxxxxx - lavf
55.13.0 - avformat.h
2014-02-xx -
595ba3b / 25b3258 - lavf 55.35.100 /
55.13.0 - avformat.h
Add AVStream.side_data and AVStream.nb_side_data for exporting stream-global
side data (e.g. replaygain tags, video rotation)
2014-02-xx -
xxxxxxx - lavc
55.35.0 - avcodec.h
2014-02-xx -
bd34e26 / 0e2c3ee - lavc 55.53.100 /
55.35.0 - avcodec.h
Give the name AVPacketSideData to the previously anonymous struct used for
AVPacket.side_data.
2014-03-18 - 37c07d4 - lsws 2.5.102
Make gray16 full-scale.
2014-
xx-xx - xxxxxxx - lavu 53.0
6.0 - pixfmt.h
2014-
03-16 - 6b1ca17 / 1481d24 - lavu 52.67.100 / 53.
6.0 - pixfmt.h
Add RGBA64_LIBAV pixel format and variants for compatibility
2014-03-11 - 3f3229c - lavf 55.34.101 - avformat.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment