1. 21 Oct, 2014 1 commit
  2. 17 Oct, 2014 1 commit
  3. 11 Oct, 2014 1 commit
  4. 04 Oct, 2014 1 commit
  5. 26 Sep, 2014 1 commit
  6. 25 Sep, 2014 1 commit
  7. 17 Sep, 2014 1 commit
  8. 02 Sep, 2014 1 commit
  9. 22 Aug, 2014 2 commits
  10. 15 Aug, 2014 1 commit
  11. 05 Aug, 2014 1 commit
  12. 04 Aug, 2014 3 commits
  13. 03 Aug, 2014 2 commits
    • Janne Grunau's avatar
      cpu-test: test av_cpu_count · caf5ef85
      Janne Grunau authored
      Add CPU count and number threads as informative values for fate.
      caf5ef85
    • Janne Grunau's avatar
      fate: add informative cpu test · 07d8fa58
      Janne Grunau authored
      libavutil/cpu-test prints raw and effective cpu flags to STDERR. Detected
      cpu flags can be useful for debugging fate errors.
      
      No comparison of the result against a expected result since that would
      require fate config specific references.
      07d8fa58
  14. 01 Aug, 2014 1 commit
  15. 27 Jul, 2014 1 commit
    • Janne Grunau's avatar
      fate: support testing of release branches · 42eb9154
      Janne Grunau authored
      Adding 'branch=release/10' to the fate config file will check the
      release/10 branch instead of master. If no branch is specified it will
      use 'master' so that existing config are still valid.
      
      The server side changes are already deployed, see
      https://fate.libav.org/v10/ for an example. The server supports only the
      release/* branches.
      
      The server enforces that a single slot tests always the same branch.
      Please append "-v$RELEASE" to the slot of release branch configs or make
      the slot otherwise unique.
      
      A different fate samples dir is needed for each release branch. make
      fate-rsync has the correct URL in each branch.
      42eb9154
  16. 21 Jul, 2014 3 commits
  17. 20 Jul, 2014 1 commit
  18. 14 Jul, 2014 1 commit
  19. 26 Jun, 2014 1 commit
  20. 18 Jun, 2014 2 commits
    • Anton Khirnov's avatar
      lavf: switch to AVStream.time_base as the hint for the muxer timebase · 194be1f4
      Anton Khirnov authored
      Previously, AVStream.codec.time_base was used for that purpose, which
      was quite confusing for the callers. This change also opens the path for
      removing AVStream.codec.
      
      The change in the lavf-mkv test is due to the native timebase (1/1000)
      being used instead of the default one (1/90000), so the packets are now
      sent to the crc muxer in the same order in which they are demuxed
      (previously some of them got reordered because of inexact timestamp
      conversion).
      194be1f4
    • Anton Khirnov's avatar
      Remove avserver. · 894682a9
      Anton Khirnov authored
      It has not been properly maintained for years and there is little hope
      of that changing in the future.
      It appears simpler to write a new replacement from scratch than
      unbreaking it.
      894682a9
  21. 17 Jun, 2014 1 commit
  22. 10 Jun, 2014 1 commit
  23. 06 Jun, 2014 1 commit
  24. 29 May, 2014 3 commits
  25. 28 May, 2014 1 commit
  26. 27 May, 2014 1 commit
    • Andrew Kelley's avatar
      oggenc: Flush after writing headers · 9767d7c0
      Andrew Kelley authored
      Before, header information for ogg format files was sent with the
      first encoded packet.
      
      This patch makes it so that it is possible for API users to
      differentiate between headers and encoded audio. This is useful, for
      example, when creating an audio stream where you want to send one set
      of headers for every client that connects and then the encoded stream
      of audio.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      9767d7c0
  27. 18 May, 2014 1 commit
  28. 16 May, 2014 1 commit
  29. 15 May, 2014 2 commits
    • Anton Khirnov's avatar
      lavf: add AVFMT_FLAG_BITEXACT. · 0c1959b0
      Anton Khirnov authored
      Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's
      codec context.
      
      Using codec options inside lavf is fragile and can easily break when the
      muxing codec context is not the encoding context.
      0c1959b0
    • Anton Khirnov's avatar
      lavc: add a native Opus decoder. · b70d7a4a
      Anton Khirnov authored
      Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during
      GSoC 2012.
      
      Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the
      Mozilla Corporation.
      
      Further contributions by:
      Christophe Gisquet <christophe.gisquet@gmail.com>
      Janne Grunau <janne-libav@jannau.net>
      Luca Barbato <lu_zero@gentoo.org>
      b70d7a4a
  30. 01 May, 2014 1 commit