1. 26 Nov, 2012 1 commit
  2. 11 Nov, 2012 1 commit
  3. 17 Oct, 2012 1 commit
    • Justin Ruggles's avatar
      libmp3lame: resize the output buffer if needed · abd8b9e7
      Justin Ruggles authored
      The LAME API documentation for the required buffer size refers to the size for
      a single encode call. However, we store multiple frames in the same output
      buffer but only read 1 frame at a time out of it. As a result, the buffer size
      given in lame_encode_buffer() is actually smaller than what it should be.
      Since we do not know how many frames it will end up buffering, it is best to
      just reallocate if needed.
      abd8b9e7
  4. 06 Oct, 2012 1 commit
  5. 04 Sep, 2012 1 commit
  6. 15 Aug, 2012 1 commit
  7. 07 Aug, 2012 1 commit
  8. 10 Jun, 2012 1 commit
  9. 31 May, 2012 1 commit
  10. 14 May, 2012 1 commit
  11. 23 Mar, 2012 1 commit
  12. 22 Mar, 2012 1 commit
  13. 20 Mar, 2012 1 commit
  14. 20 Feb, 2012 10 commits
  15. 28 Jan, 2012 1 commit
  16. 27 Jan, 2012 1 commit
  17. 11 Jan, 2012 1 commit
  18. 29 Dec, 2011 1 commit
  19. 30 Oct, 2011 1 commit
  20. 12 Oct, 2011 1 commit
  21. 01 Sep, 2011 1 commit
    • Anton Khirnov's avatar
      libmp3lame: fix typo · 9bc9188e
      Anton Khirnov authored
      FF_API_LAME_GLOBAL_OPTIONS => FF_API_LAME_GLOBAL_OPTS
      
      Thanks to Clément Bœsch for spotting.
      9bc9188e
  22. 31 Aug, 2011 1 commit
  23. 29 Jul, 2011 1 commit
  24. 20 May, 2011 2 commits
  25. 19 Apr, 2011 2 commits
  26. 19 Mar, 2011 1 commit
  27. 28 Jan, 2011 1 commit
  28. 26 Jan, 2011 1 commit
  29. 12 Nov, 2010 1 commit