Пакет libavbin: Информация

    Бинарный пакет: libavbin
    Версия: 8-alt1.svn20090206.5
    Архитектура: i586
    Собран:  2 февраля 2012 г. 21:01
    Исходный пакет: avbin
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/avbin/

    Лицензия: GPL/LGPL
    О пакете: Shared library of AVbin, thin wrapper around FFmpeg
    Описание: 
    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.

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Sergey Bolshakov
    Eugeny A. Rostovtsev

    Последнее изменение


    31 января 2012 г. Sergey Bolshakov 8-alt1.svn20090206.5
    - artificial deps on ffmpeg removed
    13 августа 2011 г. Eugeny A. Rostovtsev 8-alt1.svn20090206.4
    - Fixed calls of avcodec_decode_audio* and avcodec_decode_video*
      (thnx sbolshakov@)
    13 августа 2011 г. Eugeny A. Rostovtsev 8-alt1.svn20090206.3
    - Rebuilt with updated ffmpeg (thnx sbolshakov@)