1. 08 12月, 2014 2 次提交
  2. 05 12月, 2014 2 次提交
  3. 29 11月, 2014 1 次提交
  4. 13 11月, 2014 1 次提交
  5. 17 10月, 2014 1 次提交
  6. 12 10月, 2014 1 次提交
  7. 04 10月, 2014 1 次提交
  8. 26 9月, 2014 1 次提交
  9. 25 9月, 2014 1 次提交
  10. 17 9月, 2014 1 次提交
  11. 03 9月, 2014 1 次提交
  12. 22 8月, 2014 2 次提交
  13. 04 8月, 2014 1 次提交
  14. 01 8月, 2014 1 次提交
  15. 21 7月, 2014 1 次提交
  16. 18 6月, 2014 3 次提交
    • A
      lavf: switch to AVStream.time_base as the hint for the muxer timebase · 194be1f4
      Anton Khirnov 提交于
      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
    • A
      Remove avserver. · 894682a9
      Anton Khirnov 提交于
      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
    • J
      flvenc: Don't over-count metadata. · 74bc9458
      Josh Allmann 提交于
      Over-counting occurs if framerate is not set.
      Signed-off-by: NAnton Khirnov <anton@khirnov.net>
      74bc9458
  17. 11 6月, 2014 1 次提交
  18. 06 6月, 2014 1 次提交
  19. 29 5月, 2014 4 次提交
  20. 28 5月, 2014 1 次提交
    • A
      oggenc: Flush after writing headers · 9767d7c0
      Andrew Kelley 提交于
      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: NMartin Storsjö <martin@martin.st>
      9767d7c0
  21. 19 5月, 2014 1 次提交
  22. 01 5月, 2014 2 次提交
  23. 25 4月, 2014 1 次提交
  24. 22 4月, 2014 1 次提交
  25. 19 4月, 2014 1 次提交
  26. 18 4月, 2014 1 次提交
  27. 13 4月, 2014 1 次提交
  28. 09 4月, 2014 1 次提交
  29. 06 4月, 2014 1 次提交
  30. 04 4月, 2014 1 次提交
  31. 01 4月, 2014 1 次提交