Jump to letter: [
ABCDEFGHIKLMNOPQRSTUVWXYZ
]
avbin - Cross-platform media decoding library
AVbin is a thin wrapper around FFmpeg, providing binary compatibility for
applications and languages that need it. AVbin allows programs that require
dynamic linkage to use FFmpeg. It does this by providing
* an accurate version number within the shared library, allowing applications
to select the appropriate data structures and functions to use at runtime,
* a simplified interface with an unchanging ABI to the most common decoding
functionality within FFmpeg.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
avbin |
7 |
7.fc10 |
src |
70 KiB |
Sat Jan 17 01:31:27 2009 |
Changelog
- * Fri Oct 24 00:00:00 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-0.20081023svn.1
- Initial build. This is ffmpeg's SPEC file modified.
- * Fri Oct 24 00:00:00 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-1
- Linked avbin to ffmpeg dynamically
- Use the release version 7 because the avbin code hasn't changed since in svn.
- Update the description
- * Sat Nov 22 23:00:00 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-2
- Patch to use ffmpeg's sws_scale() instead of the deprecated img_convert().