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
255ae9f3
Commit
255ae9f3
authored
Jan 26, 2013
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: version bump and change log entries after the last commits.
parent
41f025df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Changelog
Changelog
+1
-0
APIchanges
doc/APIchanges
+3
-0
version.h
libavfilter/version.h
+2
-2
No files found.
Changelog
View file @
255ae9f3
...
@@ -10,6 +10,7 @@ version <next>:
...
@@ -10,6 +10,7 @@ version <next>:
- EVRC decoder
- EVRC decoder
- audio fade filter
- audio fade filter
- av_strnstr
- av_strnstr
- filtering audio with unknown channel layout
version 1.1:
version 1.1:
...
...
doc/APIchanges
View file @
255ae9f3
...
@@ -18,6 +18,9 @@ API changes, most recent first:
...
@@ -18,6 +18,9 @@ API changes, most recent first:
2013-01-17 - a1a707f - lavf 54.61.100
2013-01-17 - a1a707f - lavf 54.61.100
Add av_codec_get_tag2().
Add av_codec_get_tag2().
2013-01-01 - 2eb2e17 - lavfi 3.34.100
Add avfilter_get_audio_buffer_ref_from_arrays_channels.
2012-12-20 - 34de47aa - lavfi 3.29.100 - avfilter.h
2012-12-20 - 34de47aa - lavfi 3.29.100 - avfilter.h
Add AVFilterLink.channels, avfilter_link_get_channels()
Add AVFilterLink.channels, avfilter_link_get_channels()
and avfilter_ref_get_channels().
and avfilter_ref_get_channels().
...
...
libavfilter/version.h
View file @
255ae9f3
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
#include "libavutil/avutil.h"
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 3
3
#define LIBAVFILTER_VERSION_MINOR 3
4
#define LIBAVFILTER_VERSION_MICRO 10
1
#define LIBAVFILTER_VERSION_MICRO 10
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