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 | 11.fc12 | src | 73 KiB | Fri Oct 23 07:04:56 2009 | 
        
        Changelog
        
            - * 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 
            - * Thu Jan 15 13:00:00 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-5
- - Fix license again
- Fix description length
- Patch for compilation against ffmpeg revision >= 16176 
            - * Thu Jan 15 13:00:00 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 7-6
- - The S24 was actually needed for ffmpeg revision >= 15124. Updated the patch