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