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
c04a954d
Commit
c04a954d
authored
Jan 03, 2012
by
Janne Grunau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavu: bump lavu minor for av_popcount64
Add it to doc/APIchanges and update and correct other entries.
parent
f37b4efe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
APIchanges
doc/APIchanges
+7
-4
avutil.h
libavutil/avutil.h
+1
-1
No files found.
doc/APIchanges
View file @
c04a954d
...
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
...
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
API changes, most recent first:
2011-01-03 - b73ec05 - lavu 51.21.0
Add av_popcount64
2011-12-25 - lavfi 2.14.0
2011-12-25 - lavfi 2.14.0
e1d9dbf Add a new installed header - buffersrc.h
e1d9dbf Add a new installed header - buffersrc.h
It contains a new function av_buffersrc_buffer() that allows passing
It contains a new function av_buffersrc_buffer() that allows passing
...
@@ -30,18 +33,18 @@ API changes, most recent first:
...
@@ -30,18 +33,18 @@ API changes, most recent first:
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.
2011-
xx-xx - xxxxxxx
- lavf 53.17.0
2011-
12-12 - 5266045
- lavf 53.17.0
Add avformat_
open
_input().
Add avformat_
close
_input().
Deprecate av_close_input_file() and av_close_input_stream().
Deprecate av_close_input_file() and av_close_input_stream().
2011-
xx-xx - xxxxxxx
- lavc 53.25.0
2011-
12-02 - 0eea212
- lavc 53.25.0
Add nb_samples and extended_data fields to AVFrame.
Add nb_samples and extended_data fields to AVFrame.
Deprecate AVCODEC_MAX_AUDIO_FRAME_SIZE.
Deprecate AVCODEC_MAX_AUDIO_FRAME_SIZE.
Deprecate avcodec_decode_audio3() in favor of avcodec_decode_audio4().
Deprecate avcodec_decode_audio3() in favor of avcodec_decode_audio4().
avcodec_decode_audio4() writes output samples to an AVFrame, which allows
avcodec_decode_audio4() writes output samples to an AVFrame, which allows
audio decoders to use get_buffer().
audio decoders to use get_buffer().
2011-
xx-xx - xxxxxxx
- lavc 53.24.0
2011-
12-04 - 560f773
- lavc 53.24.0
Change AVFrame.data[4]/base[4]/linesize[4]/error[4] to [8] at next major bump.
Change AVFrame.data[4]/base[4]/linesize[4]/error[4] to [8] at next major bump.
Change AVPicture.data[4]/linesize[4] to [8] at next major bump.
Change AVPicture.data[4]/linesize[4] to [8] at next major bump.
Change AVCodecContext.error[4] to [8] at next major bump.
Change AVCodecContext.error[4] to [8] at next major bump.
...
...
libavutil/avutil.h
View file @
c04a954d
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
*/
*/
#define LIBAVUTIL_VERSION_MAJOR 51
#define LIBAVUTIL_VERSION_MAJOR 51
#define LIBAVUTIL_VERSION_MINOR 2
0
#define LIBAVUTIL_VERSION_MINOR 2
1
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
...
...
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