1. 27 Aug, 2015 1 commit
  2. 09 Jun, 2015 1 commit
  3. 11 May, 2015 1 commit
  4. 15 Feb, 2015 1 commit
  5. 14 Feb, 2015 1 commit
  6. 01 Feb, 2015 2 commits
  7. 14 Dec, 2014 1 commit
  8. 03 Dec, 2014 1 commit
  9. 06 Nov, 2014 1 commit
  10. 29 Oct, 2014 1 commit
  11. 13 Oct, 2014 1 commit
  12. 23 Aug, 2014 1 commit
  13. 22 Aug, 2014 1 commit
  14. 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
  15. 06 Jun, 2014 1 commit
    • Martin Storsjö's avatar
      oggenc: Set the right AVOption size for the pref_duration option · 103243ca
      Martin Storsjö authored
      On big endian machines, the default value set via the faulty
      AVOption ended up as 2^32 times too big.
      
      This fixes the fate-lavf-ogg test which currently is broken on
      big endian machines, broken since 38313626. Since that commit,
      a final zero-sized packet is written to the ogg muxer in that test,
      which caused different flushing behaviour on little and big endian
      depending on whether the pref_duration option was handled as it
      should or not.
      
      CC: libav-stable@libav.org
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      103243ca
  16. 04 Jun, 2014 1 commit
  17. 28 May, 2014 2 commits
  18. 27 May, 2014 3 commits
  19. 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
  20. 04 Apr, 2014 1 commit
  21. 25 Mar, 2014 1 commit
  22. 09 Feb, 2014 1 commit
  23. 01 Dec, 2013 1 commit
  24. 23 Nov, 2013 1 commit
  25. 21 Sep, 2013 1 commit
  26. 28 Jul, 2013 1 commit
  27. 25 Apr, 2013 1 commit
  28. 13 Apr, 2013 1 commit
  29. 29 Jan, 2013 1 commit
  30. 08 Jan, 2013 1 commit
    • Justin Ruggles's avatar
      oggenc: add a page_duration option and deprecate the pagesize option · 59220d55
      Justin Ruggles authored
      This uses page duration instead of byte size to determine when to buffer
      the page. Also, it tries to avoid continued pages by buffering the current
      page if there are already packets in the page and adding the next packet
      would require it to be continued on a new page. This can improve seeking
      performance.
      
      The default page duration is 1 second, which is much saner than filling
      all page segments by default.
      59220d55
  31. 04 Nov, 2012 1 commit
  32. 21 Oct, 2012 1 commit
  33. 27 Sep, 2012 1 commit
  34. 04 Sep, 2012 1 commit
  35. 07 Aug, 2012 1 commit
  36. 30 Mar, 2012 1 commit