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
b94a3b28
Commit
b94a3b28
authored
Nov 28, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
APIchanges: fill in some blanks
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
60084a17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
APIchanges
doc/APIchanges
+6
-6
No files found.
doc/APIchanges
View file @
b94a3b28
...
@@ -13,14 +13,14 @@ libavutil: 2011-04-18
...
@@ -13,14 +13,14 @@ libavutil: 2011-04-18
API changes, most recent first:
API changes, most recent first:
2011-
xx-xx - xxxxxxx
- lavu 51.18.0
2011-
11-23 - bbb46f3
- lavu 51.18.0
Add av_samples_get_buffer_size(), av_samples_fill_arrays(), and
Add av_samples_get_buffer_size(), av_samples_fill_arrays(), and
av_samples_alloc(), to samplefmt.h.
av_samples_alloc(), to samplefmt.h.
2011-
xx-xx - xxxxxxx
- lavu 51.17.0
2011-
11-23 - 8889cc4
- lavu 51.17.0
Add planar sample formats and av_sample_fmt_is_planar() to samplefmt.h.
Add planar sample formats and av_sample_fmt_is_planar() to samplefmt.h.
2011-
xx-xx - xxxxxxx
- lavc 53.21.0
2011-
11-19 - f3a29b7
- lavc 53.21.0
Move some AVCodecContext fields to a new private struct, AVCodecInternal,
Move some AVCodecContext fields to a new private struct, AVCodecInternal,
which is accessed from a new field, AVCodecContext.internal.
which is accessed from a new field, AVCodecContext.internal.
- fields moved:
- fields moved:
...
@@ -28,6 +28,9 @@ API changes, most recent first:
...
@@ -28,6 +28,9 @@ API changes, most recent first:
AVCodecContext.internal_buffer_count --> AVCodecInternal.buffer_count
AVCodecContext.internal_buffer_count --> AVCodecInternal.buffer_count
AVCodecContext.is_copy --> AVCodecInternal.is_copy
AVCodecContext.is_copy --> AVCodecInternal.is_copy
2011-11-16 - 6270671 - lavu 51.16.0
Add av_timegm()
2011-11-13 - lavf 53.15.0
2011-11-13 - lavf 53.15.0
New interrupt callback API, allowing per-AVFormatContext/AVIOContext
New interrupt callback API, allowing per-AVFormatContext/AVIOContext
interrupt callbacks.
interrupt callbacks.
...
@@ -38,9 +41,6 @@ API changes, most recent first:
...
@@ -38,9 +41,6 @@ API changes, most recent first:
This will allow passing AVOptions to protocols after lavf
This will allow passing AVOptions to protocols after lavf
54.0.
54.0.
2011-11-xx - xxxxxxx - lavu 51.16.0
Add av_timegm()
2011-11-06 - ba04ecf - lavu 51.14.0
2011-11-06 - ba04ecf - lavu 51.14.0
Add av_strcasecmp() and av_strncasecmp() to avstring.h.
Add av_strcasecmp() and av_strncasecmp() to avstring.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