1. 16 10月, 2013 1 次提交
  2. 04 10月, 2013 1 次提交
  3. 16 9月, 2013 1 次提交
  4. 20 4月, 2013 1 次提交
  5. 15 4月, 2013 1 次提交
  6. 08 4月, 2013 1 次提交
  7. 08 3月, 2013 1 次提交
  8. 23 1月, 2013 1 次提交
  9. 22 1月, 2013 1 次提交
  10. 20 1月, 2013 2 次提交
  11. 18 1月, 2013 1 次提交
    • M
      theora: Skip zero-sized headers · e33db35b
      Martin Storsjö 提交于
      This fixes a regression since d9cf5f51 with theora over RTP
      (possibly with other variants of theora as well).
      
      In theora over RTP, the second of the 3 headers turns out to be
      0 bytes long, which prior to d9cf5f51 worked just fine. After
      d9cf5f51, reading from the bitstream reader fails (since the reader
      wasn't initialized but returned an error if initialized with 0 bits).
      
      CC: libav-stable@libav.org
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      e33db35b
  12. 11 1月, 2013 1 次提交
  13. 20 12月, 2012 1 次提交
  14. 05 12月, 2012 1 次提交
  15. 13 11月, 2012 1 次提交
  16. 08 10月, 2012 1 次提交
  17. 01 10月, 2012 1 次提交
  18. 07 8月, 2012 1 次提交
  19. 18 7月, 2012 1 次提交
  20. 13 4月, 2012 1 次提交
  21. 07 4月, 2012 1 次提交
  22. 16 2月, 2012 2 次提交
  23. 06 1月, 2012 1 次提交
  24. 23 12月, 2011 1 次提交
  25. 21 12月, 2011 1 次提交
  26. 03 12月, 2011 1 次提交
  27. 19 11月, 2011 1 次提交
  28. 02 11月, 2011 1 次提交
  29. 29 10月, 2011 1 次提交
  30. 21 10月, 2011 1 次提交
  31. 17 10月, 2011 1 次提交
  32. 27 8月, 2011 1 次提交
  33. 29 7月, 2011 2 次提交
  34. 02 5月, 2011 1 次提交
  35. 19 3月, 2011 1 次提交
  36. 03 3月, 2011 1 次提交
  37. 19 2月, 2011 1 次提交
    • D
      Fix VP3 edge emulation · a89f4ca0
      David Conrad 提交于
      With negative stride, the start of the edge_emu buffer should be pointing to
      the last line, not the end of the buffer.
      With positive stride, pointing to the end of the buffer was completely wrong.
      a89f4ca0