You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2017/02/26 03:46:39 UTC

[GitHub] incubator-guacamole-server pull request #65: GUACAMOLE-217: Do not use FFmpe...

GitHub user mike-jumper opened a pull request:

    https://github.com/apache/incubator-guacamole-server/pull/65

    GUACAMOLE-217: Do not use FFmpeg's decoupled I/O functions if libavcodec older than 57.37.100.

    From [doc/APIchanges](https://github.com/FFmpeg/FFmpeg/blob/n3.1/doc/APIchanges#L40-L43):
    
        2016-04-21 - 7fc329e - lavc 57.37.100 - avcodec.h
          Add a new audio/video encoding and decoding API with decoupled input
          and output -- avcodec_send_packet(), avcodec_receive_frame(),
          avcodec_send_frame() and avcodec_receive_packet()
    
    We should be using the older API for anything older than 57.37.100, which does include the version currently in Ubuntu 16.10.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/incubator-guacamole-server ffmpeg-version-check

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-server/pull/65.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #65
    
----
commit d40b2d81535abc95572a252d8b2efa6a785fd191
Author: Michael Jumper <mj...@apache.org>
Date:   2017-02-26T03:42:43Z

    GUACAMOLE-217: FFmpeg's decoupled I/O functions were not available until libavcodec 57.37.100.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-guacamole-server pull request #65: GUACAMOLE-217: Do not use FFmpe...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-guacamole-server/pull/65


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---