1. 27 Jul, 2015 2 commits
  2. 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
  3. 06 Mar, 2014 1 commit
  4. 05 Mar, 2014 2 commits
  5. 04 Mar, 2014 1 commit
  6. 10 Feb, 2014 2 commits
  7. 03 Oct, 2013 1 commit
  8. 15 Jul, 2013 1 commit
  9. 30 Jun, 2013 1 commit
  10. 09 Mar, 2013 1 commit
  11. 06 Mar, 2013 1 commit
  12. 14 Jan, 2013 2 commits
  13. 11 Jan, 2013 1 commit
  14. 03 Dec, 2012 1 commit
  15. 10 Sep, 2012 1 commit
  16. 07 Aug, 2012 1 commit
  17. 28 Mar, 2012 1 commit
  18. 23 Mar, 2012 1 commit
  19. 22 Mar, 2012 1 commit
  20. 21 Mar, 2012 1 commit
  21. 04 Mar, 2012 1 commit
    • Justin Ruggles's avatar
      ra144enc: fix end-of-stream handling · b0350c1c
      Justin Ruggles authored
      Use CODEC_CAP_DELAY and CODEC_CAP_SMALL_LAST_FRAME to properly pad and flush
      the encoder at the end of encoding. This is needed in order to have all input
      samples decoded.
      b0350c1c
  22. 25 Feb, 2012 3 commits
  23. 02 Feb, 2012 1 commit
  24. 30 Dec, 2011 1 commit
  25. 22 Dec, 2011 1 commit
  26. 09 Nov, 2011 1 commit
  27. 24 Sep, 2011 1 commit
  28. 10 May, 2011 1 commit
  29. 19 Mar, 2011 1 commit
  30. 28 Jan, 2011 1 commit
  31. 26 Jan, 2011 1 commit
  32. 23 Jan, 2011 2 commits
  33. 21 Jan, 2011 1 commit