Package avbin: Information

    Source package: avbin
    Version: 8-alt1.svn20090206.4.M60P.1
    Build time:  May 1, 2012, 12:22 AM
    Category: Video
    Report package bug
    License: GPL/LGPL
    Summary: Thin wrapper around FFmpeg
    Description: 
    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, and
      * a simplified interface with an unchanging ABI to the most common
        decoding functionality within FFmpeg.

    List of rpms provided by this srpm:
    avbin-example (x86_64, i586)
    avbin-example-debuginfo (x86_64, i586)
    libavbin (x86_64, i586)
    libavbin-debuginfo (x86_64, i586)
    libavbin-devel (x86_64, i586)
    libavbin-devel-doc (noarch)



    ACL:
    @qa_p6

      1. libavcodec-devel
      2. libavformat-devel
      3. libavutil-devel
      4. doxygen
      5. libswscale-devel

    Last changed


    April 30, 2012 Andrey Cherepanov 8-alt1.svn20090206.4.M60P.1
    - Rebuild with new version of libav
    Jan. 31, 2012 Sergey Bolshakov 8-alt1.svn20090206.5
    - artificial deps on ffmpeg removed
    Aug. 13, 2011 Eugeny A. Rostovtsev 8-alt1.svn20090206.4
    - Fixed calls of avcodec_decode_audio* and avcodec_decode_video*
      (thnx sbolshakov@)