commit | 8b76c0eb561b0313e2a27950fe9d2bc5e4780dd8 | [log] [tgz] |
---|---|---|
author | wm4 <nfxjfg@googlemail.com> | Tue Mar 31 20:47:37 2015 |
committer | Michael Niedermayer <michaelni@gmx.at> | Tue Mar 31 21:22:07 2015 |
tree | 2a9b19eb800ca913f5d04630b11d9a4529074358 | |
parent | 2ddedfd39c0d6b49e6396c535d5cb21846676a13 [diff] |
avformat/mp3dec: offset seek index to end of id3v2 tag The Xing index won't account for the id3 tag - it's relative to the headers. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.
libavcodec
provides implementation of a wider range of codecs.libavformat
implements streaming protocols, container formats and basic I/O access.libavutil
includes hashers, decompressors and miscellaneous utility functions.libavfilter
provides a mean to alter decoded Audio and Video through chain of filters.libavdevice
provides an abstraction to access capture and playback devices.libswresample
implements audio mixing and resampling routines.libswscale
implements color conversion and scaling routines.aviocat
, ismindex
and qt-faststart
.The offline documentation is available in the doc/ directory.
The online documentation is available in the main website and in the wiki.
Coding examples are available in the doc/examples directory.
FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.