1. 11 Jul, 2014 1 commit
  2. 09 Jul, 2014 3 commits
  3. 30 Jun, 2014 1 commit
  4. 28 Jun, 2014 1 commit
  5. 26 Jun, 2014 10 commits
  6. 22 Jun, 2014 1 commit
  7. 20 Jun, 2014 3 commits
  8. 18 Jun, 2014 3 commits
    • Luca Barbato's avatar
      doc: Document segment_list_type · 49a24268
      Luca Barbato authored
      49a24268
    • 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
  9. 10 Jun, 2014 2 commits
  10. 01 Jun, 2014 2 commits
  11. 28 May, 2014 3 commits
  12. 23 May, 2014 1 commit
  13. 19 May, 2014 3 commits
  14. 18 May, 2014 3 commits
  15. 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
  16. 11 May, 2014 2 commits