1. 15 Aug, 2014 2 commits
  2. 14 Aug, 2014 1 commit
  3. 21 Jul, 2014 1 commit
  4. 17 Jul, 2014 1 commit
  5. 30 Jun, 2014 1 commit
  6. 23 Jun, 2014 2 commits
  7. 22 Jun, 2014 1 commit
  8. 18 Jun, 2014 1 commit
  9. 11 Jun, 2014 1 commit
    • Janne Grunau's avatar
      mpegvideo: synchronize AVFrame pointers in ERContext fully · 0ddc53da
      Janne Grunau authored
      Since error resilience uses AVFrame pointers instead of references it
      has to copy NULL pointers too. After a codec flush the last/next frame
      pointers in MpegEncContext are NULL and the old pointers remaining in
      ERContext are invalid. Fixes a crash in vlc for android thumbnailer.
      Reported and debugged by Adrien Maglo <magsoft@videolan.org>.
      0ddc53da
  10. 29 May, 2014 2 commits
  11. 11 May, 2014 1 commit
  12. 29 Apr, 2014 1 commit
  13. 09 Apr, 2014 1 commit
  14. 23 Mar, 2014 1 commit
  15. 16 Mar, 2014 4 commits
  16. 29 Jan, 2014 1 commit
  17. 25 Jan, 2014 1 commit
  18. 20 Jan, 2014 1 commit
  19. 09 Jan, 2014 1 commit
    • Anton Khirnov's avatar
      mpegvideo: drop support for real (non-emulated) edges · ebfe622b
      Anton Khirnov authored
      Several decoders disable those anyway and they are not measurably faster
      on x86. They might be somewhat faster on other platforms due to missing
      emu edge SIMD, but the gain is not large enough (and those decoders
      relevant enough) to justify the added complexity.
      ebfe622b
  20. 03 Jan, 2014 4 commits
  21. 11 Dec, 2013 2 commits
  22. 05 Dec, 2013 9 commits