Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: avTranscoder/avTranscoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: dimula73/avTranscoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: krita-develop
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 6, 2016

  1. Added CMake modules generation

    This patch adds AvTranscoderConfig.cmake and FindAvTranscoder.cmake
    which can be used by the external software to link against
    avTranscoder libraries.
    dimula73 committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    a311629 View commit details
    Browse the repository at this point in the history
  2. Set the global header flag if the container format requires it

    Some containers, e.g. Matroska, requires the headers be written
    in the global headers section, not in each packet. The encoder
    should be notified, if that is the case.
    dimula73 committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    054678c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Implement a bitrate option for the video encoder class

    You can just pass this option in a codec profile and it will
    be set up in the codec context correctly.
    dimula73 committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    feed935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7ff30 View commit details
    Browse the repository at this point in the history
Loading