1. 26 Feb, 2015 1 commit
  2. 01 Feb, 2015 1 commit
  3. 18 Nov, 2014 1 commit
  4. 15 Nov, 2014 1 commit
  5. 13 Nov, 2014 3 commits
  6. 19 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. 04 Mar, 2014 1 commit
  9. 03 Oct, 2013 1 commit
  10. 09 Mar, 2013 1 commit
  11. 06 Mar, 2013 1 commit
  12. 25 Feb, 2013 1 commit
  13. 22 Jan, 2013 1 commit
  14. 14 Jan, 2013 2 commits
  15. 12 Oct, 2012 1 commit
  16. 07 Aug, 2012 1 commit
  17. 08 Jun, 2012 1 commit
  18. 08 Apr, 2012 1 commit
  19. 06 Apr, 2012 3 commits
  20. 23 Mar, 2012 1 commit
  21. 22 Mar, 2012 1 commit
  22. 21 Mar, 2012 1 commit
  23. 04 Mar, 2012 2 commits
  24. 25 Feb, 2012 3 commits
  25. 15 Feb, 2012 1 commit
  26. 22 Nov, 2011 1 commit
  27. 28 Oct, 2011 1 commit
  28. 26 Apr, 2011 1 commit
  29. 18 Apr, 2011 1 commit
  30. 20 Mar, 2011 1 commit
  31. 19 Mar, 2011 2 commits