Jump to letter: [
ABCDFGHIKLMNOPQRSTUVWXY
]
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 |
ppc |
25 KiB |
Fri Jan 16 21:00:23 2009 |
avbin |
7 |
7.fc10 |
ppc64 |
24 KiB |
Fri Jan 16 21:00:13 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().