Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
7b44061f
Commit
7b44061f
authored
12 years ago
by
Anton Khirnov
Browse files
Options
Downloads
Patches
Plain Diff
doc/APIchanges: add an entry for codec descriptors.
Also fill in missing dates and hashes.
parent
a0a5fed9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/APIchanges
+16
-6
16 additions, 6 deletions
doc/APIchanges
with
16 additions
and
6 deletions
doc/APIchanges
+
16
−
6
View file @
7b44061f
...
...
@@ -13,28 +13,38 @@ libavutil: 2011-04-18
API changes, most recent first:
2012-08-08 - xxxxxxx - lavu 51.39 - avutil.h
2012-08-18 - lavc 54.26 - avcodec.h
Add codec descriptors for accessing codec properties without having
to refer to a specific decoder or encoder.
c223d79 - Add an AVCodecDescriptor struct and functions
avcodec_descriptor_get() and avcodec_descriptor_next().
51efed1 - Add AVCodecDescriptor.props and AV_CODEC_PROP_INTRA_ONLY.
91e59fe - Add avcodec_descriptor_get_by_name().
2012-08-08 - 1d9c2dc - lavu 51.39 - avutil.h
Don't implicitly include libavutil/common.h in avutil.h
2012-08-08 -
xxxxxxx
- lavu 51.38 - dict.h
2012-08-08 -
987170c
- lavu 51.38 - dict.h
Add av_dict_count().
2012-08-
xx
-
xxxxxxx
- lavc 54.25 - avcodec.h
2012-08-
07
-
104e10f
- lavc 54.25 - avcodec.h
Rename CodecID to AVCodecID and all CODEC_ID_* to AV_CODEC_ID_*.
To provide backwards compatibility, CodecID is now #defined as AVCodecID.
Note that this can break user code that includes avcodec.h and uses the
'CodecID' identifier. Such code should either #undef CodecID or stop using the
CodecID name.
2012-08-03 -
xxxxxxx
- lavu 51.37.1 - cpu.h
2012-08-03 -
239fdf1
- lavu 51.37.1 - cpu.h
lsws 2.1.1 - swscale.h
Rename AV_CPU_FLAG_MMX2 ---> AV_CPU_FLAG_MMXEXT.
Rename SWS_CPU_CAPS_MMX2 ---> SWS_CPU_CAPS_MMXEXT.
2012-07-
xx
-
xxxxxxx
- lavf 54.13.0 - avformat.h
2012-07-
29
-
681ed00
- lavf 54.13.0 - avformat.h
Add AVFMT_FLAG_NOBUFFER for low latency use cases.
2012-07-
xx
-
xxxxxxx
- lavfi 3.0.0 - avfilter.h
2012-07-
20
-
b70d89a
- lavfi 3.0.0 - avfilter.h
Add avfilter_unref_bufferp().
2012-07-10 - 5fade8a - lavu 51.37.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment