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

    Исходный пакет: avbin
    Версия: 8-alt1.svn20090206.4.M60P.1
    Собран:  1 мая 2012 г. 0:22
    Категория: Видео
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/avbin/

    Лицензия: GPL/LGPL
    О пакете: 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.

    Список rpm-пакетов, предоставляемых данным 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)

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


    Права:
    @qa_p6

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

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


    30 апреля 2012 г. Andrey Cherepanov 8-alt1.svn20090206.4.M60P.1
    - Rebuild with new version of libav
    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@)