Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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 |
9.fc11 |
src |
70 KiB |
Mon Mar 30 22:14:52 2009 |
Changelog
- * Sat Nov 22 13: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().
- * Wed Dec 3 13:00:00 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-3
- Set the license to GPLv3 since we are linking to sws_scale which is from the
GPL part of ffmpeg.
- * Thu Dec 4 13:00:00 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-4
- Update the Makefile patch to do the linking in a proper way
- Preserve the timestamp of the Changelog