1. 24 Nov, 2011 1 commit
  2. 14 Nov, 2011 1 commit
  3. 11 Nov, 2011 1 commit
  4. 09 Nov, 2011 1 commit
  5. 07 Nov, 2011 1 commit
  6. 27 Oct, 2011 1 commit
  7. 26 Oct, 2011 1 commit
    • Justin Ruggles's avatar
      avcodec: remove the Zork PCM encoder. · 85579b63
      Justin Ruggles authored
      The Zork PCM decoder does not decode the 1 sample we have correctly, therefore
      the encoder based on the decoder is also incorrect. There is no good reason to
      keep the encoder.
      85579b63
  8. 23 Oct, 2011 1 commit
  9. 20 Oct, 2011 1 commit
  10. 19 Oct, 2011 2 commits
  11. 16 Oct, 2011 1 commit
  12. 12 Oct, 2011 1 commit
  13. 11 Oct, 2011 1 commit
  14. 22 Sep, 2011 1 commit
  15. 12 Sep, 2011 1 commit
  16. 07 Sep, 2011 1 commit
  17. 17 Aug, 2011 1 commit
  18. 27 Jul, 2011 1 commit
    • Kostya Shishkov's avatar
      bink: make IDCT take 32-bit input · 2968bedf
      Kostya Shishkov authored
      Since IDCT transforming 32-bit input to 8-bit output is unusual and unpractical
      for most codecs, move Bink IDCT into separate context. Get rid of an additional
      permutation table while at it since SIMD support for Bink IDCT is unlikely to
      be implemented in foreseeable future.
      Quantisation tables also have to change type to signed for proper
      dequantisation of DCT coefficients.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      2968bedf
  19. 22 Jul, 2011 1 commit
  20. 20 Jul, 2011 1 commit
  21. 19 Jul, 2011 2 commits
  22. 08 Jul, 2011 1 commit
  23. 28 Jun, 2011 1 commit
  24. 25 Jun, 2011 1 commit
  25. 13 Jun, 2011 1 commit
  26. 10 Jun, 2011 1 commit
  27. 07 Jun, 2011 1 commit
  28. 05 Jun, 2011 3 commits
  29. 04 Jun, 2011 1 commit
  30. 27 May, 2011 1 commit
  31. 24 May, 2011 1 commit
    • Anton Khirnov's avatar
      lavc: remove msmpeg4v1 encoder. · 57aa7659
      Anton Khirnov authored
      The encoder has never produced files that could be decoded
      with any software and there should be no reason to create
      such files anyway.
      57aa7659
  32. 19 May, 2011 5 commits