1. 27 Jul, 2014 5 commits
  2. 26 Jul, 2014 1 commit
  3. 22 Jul, 2014 1 commit
  4. 21 Jul, 2014 3 commits
  5. 20 Jul, 2014 2 commits
  6. 18 Jul, 2014 1 commit
  7. 17 Jul, 2014 1 commit
  8. 14 Jul, 2014 1 commit
  9. 06 Jul, 2014 1 commit
  10. 28 Jun, 2014 1 commit
  11. 26 Jun, 2014 1 commit
  12. 23 Jun, 2014 1 commit
  13. 22 Jun, 2014 1 commit
  14. 21 Jun, 2014 1 commit
  15. 20 Jun, 2014 1 commit
  16. 19 Jun, 2014 1 commit
    • Christophe Gisquet's avatar
      huffyuv: change statistics initialization · e7fc5d53
      Christophe Gisquet authored
      Normally, a Laplace distribution is more typical of the residuals
      encoded, but for noisy input, it's both better and simpler to be
      safe and use a 1/d^2 distribution. Second hunk could use some
      renormalization but it has effectively little impact.
      
      Output size of ffvhuff on various 4:2:0 sequences:
      context=0,1/d:    851974   27226   1137281
      context=0,1/d²:   619081   25069   1051500
      context=0,1/d³:   501983   30454   1290561
      context=0,lapl:   500650   31754   1304082
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      e7fc5d53
  17. 18 Jun, 2014 4 commits
    • Clément Bœsch's avatar
      avcodec/ass: move playres parameters below scripttype · 88514378
      Clément Bœsch authored
      Suggested-by: wm4
      88514378
    • Clément Bœsch's avatar
      avcodec/ass: explicit PlayRes[XY] · 5039aadf
      Clément Bœsch authored
      This avoids the following libass warning when using the subtitles
      filter: "Neither PlayResX nor PlayResY defined. Assuming 384x288"
      
      Subtitles tests change because the output is ASS and the PlayRes[XY]
      ends up in the output.
      5039aadf
    • 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
  18. 17 Jun, 2014 1 commit
  19. 15 Jun, 2014 3 commits
  20. 14 Jun, 2014 1 commit
  21. 11 Jun, 2014 3 commits
  22. 10 Jun, 2014 2 commits
  23. 09 Jun, 2014 2 commits
  24. 06 Jun, 2014 1 commit