1. 05 Dec, 2014 2 commits
  2. 28 Nov, 2014 1 commit
  3. 13 Nov, 2014 1 commit
  4. 17 Oct, 2014 1 commit
  5. 11 Oct, 2014 1 commit
  6. 04 Oct, 2014 1 commit
  7. 26 Sep, 2014 1 commit
  8. 25 Sep, 2014 1 commit
  9. 17 Sep, 2014 1 commit
  10. 02 Sep, 2014 1 commit
  11. 22 Aug, 2014 2 commits
  12. 04 Aug, 2014 1 commit
  13. 01 Aug, 2014 1 commit
  14. 20 Jul, 2014 1 commit
  15. 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
  16. 17 Jun, 2014 1 commit
  17. 10 Jun, 2014 1 commit
  18. 06 Jun, 2014 1 commit
  19. 29 May, 2014 3 commits
  20. 28 May, 2014 1 commit
  21. 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
  22. 18 May, 2014 1 commit
  23. 01 May, 2014 2 commits
  24. 24 Apr, 2014 1 commit
  25. 22 Apr, 2014 1 commit
  26. 19 Apr, 2014 1 commit
  27. 17 Apr, 2014 1 commit
  28. 12 Apr, 2014 1 commit
  29. 08 Apr, 2014 1 commit
  30. 06 Apr, 2014 1 commit
  31. 04 Apr, 2014 1 commit
  32. 31 Mar, 2014 2 commits
  33. 30 Mar, 2014 1 commit