[vlc-commits] Update av* code to use new APIs after Libav Big Bump.
Konstantin Pavlov
git at videolan.org
Tue Apr 19 14:28:38 CEST 2011
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Tue Apr 19 15:12:36 2011 +0400| [4308323da50d235ef4ac87cd1a0444f6c4f7aba4] | committer: Jean-Baptiste Kempf
Update av* code to use new APIs after Libav Big Bump.
Tested on current libav and ffmpeg @ 25846 svn revision playback only.
No need to bump current lavc/lavf requirements (52.25.0 and 52.45.0), as
all the "new" functions used arrived earlier than abovementioned
versions were published.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4308323da50d235ef4ac87cd1a0444f6c4f7aba4
---
modules/codec/avcodec/audio.c | 12 ++++--
modules/codec/avcodec/avcodec.c | 26 +++++++-------
modules/codec/avcodec/avcodec.h | 33 +++++++++++++++++++
modules/codec/avcodec/encoder.c | 34 ++++++++++----------
modules/codec/avcodec/subtitle.c | 4 +-
modules/codec/avcodec/video.c | 18 ++++++----
modules/demux/avformat/demux.c | 66 ++++++++++++++++++++++++--------------
modules/demux/avformat/mux.c | 12 +++---
8 files changed, 131 insertions(+), 74 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=4308323da50d235ef4ac87cd1a0444f6c4f7aba4
More information about the vlc-commits
mailing list