Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
06e8d38f
Commit
06e8d38f
authored
Dec 25, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add minor bumps and APIchanges entries for lavc/lavfi changes.
parent
c65dfac4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
APIchanges
doc/APIchanges
+14
-0
version.h
libavcodec/version.h
+1
-1
avfilter.h
libavfilter/avfilter.h
+2
-2
No files found.
doc/APIchanges
View file @
06e8d38f
...
@@ -13,6 +13,20 @@ libavutil: 2011-04-18
...
@@ -13,6 +13,20 @@ libavutil: 2011-04-18
API changes, most recent first:
API changes, most recent first:
2011-12-25 - lavfi 2.14.0
e1d9dbf Add a new installed header - buffersrc.h
It contains a new function av_buffersrc_buffer() that allows passing
frames to the 'buffer' filter, but unlike av_vsrc_buffer_add_frame()
it allows for direct rendering.
1c9e340 Add avfilter_copy_frame_props() for copying properties from
AVFrame to AVFilterBufferRef.
2011-12-25 - lavc 53.31.0
Add the following new fields to AVFrame:
b58dbb5 sample_aspect_ratio
3a2ddf7 width, height
8a4a5f6 format
2011-12-18 - 8400b12 - lavc 53.28.1
2011-12-18 - 8400b12 - lavc 53.28.1
Deprecate AVFrame.age. The field is unused.
Deprecate AVFrame.age. The field is unused.
...
...
libavcodec/version.h
View file @
06e8d38f
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define AVCODEC_VERSION_H
#define AVCODEC_VERSION_H
#define LIBAVCODEC_VERSION_MAJOR 53
#define LIBAVCODEC_VERSION_MAJOR 53
#define LIBAVCODEC_VERSION_MINOR 3
0
#define LIBAVCODEC_VERSION_MINOR 3
1
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
...
...
libavfilter/avfilter.h
View file @
06e8d38f
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
#include "libavcodec/avcodec.h"
#include "libavcodec/avcodec.h"
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 1
3
#define LIBAVFILTER_VERSION_MINOR 1
4
#define LIBAVFILTER_VERSION_MICRO
1
#define LIBAVFILTER_VERSION_MICRO
0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
LIBAVFILTER_VERSION_MINOR, \
...
...
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