1. 09 Sep, 2015 1 commit
  2. 27 Jul, 2015 3 commits
  3. 19 Apr, 2015 1 commit
  4. 17 Jan, 2015 1 commit
  5. 30 Nov, 2014 1 commit
  6. 29 Oct, 2014 1 commit
  7. 13 Oct, 2014 1 commit
    • Anton Khirnov's avatar
      lavc: use a separate field for exporting audio encoder padding · 2df0c32e
      Anton Khirnov authored
      Currently, the amount of padding inserted at the beginning by some audio
      encoders, is exported through AVCodecContext.delay. However
      - the term 'delay' is heavily overloaded and can have multiple different
        meanings even in the case of audio encoding.
      - this field has entirely different meanings, depending on whether the
        codec context is used for encoding or decoding (and has yet another
        different meaning for video), preventing generic handling of the codec
        context.
      
      Therefore, add a new field -- AVCodecContext.initial_padding. It could
      conceivably be used for decoding as well at a later point.
      2df0c32e
  8. 15 Aug, 2014 1 commit
  9. 23 Jun, 2014 1 commit
  10. 19 May, 2014 1 commit
  11. 30 Mar, 2014 3 commits
  12. 09 Dec, 2013 1 commit
  13. 02 Nov, 2013 1 commit
  14. 24 Oct, 2013 2 commits
  15. 03 Oct, 2013 1 commit
  16. 02 Apr, 2013 1 commit
  17. 09 Mar, 2013 1 commit
  18. 08 Mar, 2013 1 commit
  19. 06 Mar, 2013 1 commit
  20. 14 Jan, 2013 2 commits
  21. 26 Nov, 2012 1 commit
  22. 11 Nov, 2012 1 commit
  23. 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
  24. 06 Oct, 2012 1 commit
  25. 04 Sep, 2012 1 commit
  26. 15 Aug, 2012 1 commit
  27. 07 Aug, 2012 1 commit
  28. 10 Jun, 2012 1 commit
  29. 31 May, 2012 1 commit
  30. 14 May, 2012 1 commit
  31. 23 Mar, 2012 1 commit
  32. 22 Mar, 2012 1 commit
  33. 20 Mar, 2012 1 commit
  34. 20 Feb, 2012 1 commit